-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to deck 8.9, kepler v3.1 alpha, react-map-gl 7, and react 18 (#…
…286) * Upgrade to kepler v3.1 alpha and react 18 * fix localization * remove unused deps * react-map-gl 7.1.8 * kepler.gl 3.1.0 * remove glContext
- Loading branch information
1 parent
696bfae
commit c2e8194
Showing
30 changed files
with
738 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,36 @@ | ||
{ | ||
"scripts": { | ||
"start": "webpack-dev-server --progress --hot --open", | ||
"start-local": "webpack-dev-server --env.local --progress --hot --open", | ||
"start-local-luma": "webpack-dev-server --env.local --env.local-luma --progress --hot --open", | ||
"clean": "rm -rf yarn.lock ./node_modules", | ||
"bootstrap": "yarn clean && yarn", | ||
"build": "rm -rf dist && mkdir dist && cp index.html dist/ && webpack --env.production=true" | ||
"start": "vite --open", | ||
"start-local": "vite --config ../vite.config.local.mjs", | ||
"build": "vite build" | ||
}, | ||
"dependencies": { | ||
"deck.gl": "8.2.0", | ||
"deck.gl": "8.9.27", | ||
"d3-request": "^1.0.6", | ||
"global": "^4.3.0", | ||
"hubble.gl": "^1.3.0", | ||
"kepler.gl": "^2.5.5", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
"react-map-gl": "^5.2.10", | ||
"react-markdown": "^4.2.2", | ||
"react-palm": "^3.3.6", | ||
"redux-actions": "^2.2.1", | ||
"hubble.gl": "^1.4.0-alpha.0", | ||
"kepler.gl": "3.1.0", | ||
"mapbox-gl": "1.13.1", | ||
"maplibre-gl": "^3.6.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-map-gl": "^7.1.8", | ||
"react-markdown": "^6.0.3", | ||
"redux-thunk": "^1.0.0", | ||
"react-intl": "^3.12.0" | ||
"react-intl": "^6.8.9", | ||
"styled-components": "6.1.8" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.1", | ||
"babel-loader": "^8.0.0", | ||
"webpack": "^4.29.0", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-dev-middleware": "^3.5.1", | ||
"webpack-dev-server": "^3.1.14", | ||
"webpack-hot-middleware": "^2.24.3" | ||
"vite": "^4.0.0" | ||
}, | ||
"resolutions_comments": [ | ||
"deck.gl: pinned to 8.2.0 for compatibility with kepler.gl" | ||
"deck.gl: pinned to 8.9.27 for compatibility with kepler.gl" | ||
], | ||
"resolutions": { | ||
"deck.gl": "8.2.0", | ||
"@luma.gl/constants": "8.2.0", | ||
"@luma.gl/core": "8.2.0", | ||
"@luma.gl/shadertools": "8.2.0", | ||
"@luma.gl/experimental": "8.2.0" | ||
"deck.gl": "8.9.27", | ||
"@luma.gl/constants": "8.5.21", | ||
"@luma.gl/core": "8.5.21", | ||
"@luma.gl/shadertools": "8.5.21", | ||
"@luma.gl/experimental": "8.5.21" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
154 changes: 0 additions & 154 deletions
154
examples/kepler/src/components/load-data-modal/sample-data-viewer.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.