-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix-style-import
Signed-off-by: Adam Krebs <[email protected]>
- Loading branch information
Showing
23 changed files
with
292 additions
and
118 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
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
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
4 changes: 2 additions & 2 deletions
4
bindings/kepler.gl-jupyter/js/lib/keplergl/components/panel-header.js
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "keplergl-jupyter", | ||
"version": "0.3.2", | ||
"version": "0.3.4a0", | ||
"description": "This is a simple jupyter widget for kepler.gl, an advanced geo-spatial visualization tool, to render large-scale interactive maps.", | ||
"author": "Shan He", | ||
"license": "MIT", | ||
|
@@ -26,19 +26,21 @@ | |
"start": "NODE_ENV=development webpack --config ./webpack/dev.js --mode development --watch --progress", | ||
"clean": "rimraf dist/ && rimraf ../keplergl/static/", | ||
"cleanall": "npm run clean && rimraf node_modules/", | ||
"prepublish": "yarn build && yarn build:lab", | ||
"build": "npm run clean && npm run build:lab && webpack --config ./webpack/build.js && jupyter labextension build .", | ||
"build:lab": "rimraf babel/ && mkdir babel && babel lib --out-dir babel", | ||
"prepublish": "NODE_OPTIONS=--openssl-legacy-provider yarn build && yarn build:lab", | ||
"build": "NODE_OPTIONS=--openssl-legacy-provider npm run clean && npm run build:lab && webpack --config ./webpack/build.js && jupyter labextension build .", | ||
"build:lab": "NODE_OPTIONS=--openssl-legacy-provider rimraf babel/ && mkdir babel && babel lib --out-dir babel", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint lib webpack --fix", | ||
"prettier": "prettier --config ./.prettierrc --print-width 80 --single-quote --write lib/**/*.js" | ||
}, | ||
"devDependencies": { | ||
"apache-arrow": "^13.0.0", | ||
"@babel/cli": "7.4.4", | ||
"@babel/core": "7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.3.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@jupyterlab/builder": "^4.0.0", | ||
"babel-eslint": "^9.0.0", | ||
"babel-loader": "^8.0.0", | ||
|
@@ -55,7 +57,7 @@ | |
"react-dev-utils": "^10.2.1", | ||
"rimraf": "^2.6.1", | ||
"webpack": "^4.29.0", | ||
"webpack-cli": "4.10.x", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-dev-middleware": "^3.5.1", | ||
"webpack-dev-server": "^3.1.14", | ||
"webpack-hot-middleware": "^2.24.3", | ||
|
@@ -64,8 +66,17 @@ | |
"dependencies": { | ||
"@jupyter-widgets/base": "^2 || ^3 || ^4.0.0", | ||
"@jupyterlab/builder": "^4.0.0", | ||
"@kepler.gl/actions": "^3.0.0", | ||
"@kepler.gl/components": "^3.0.0", | ||
"@kepler.gl/processors": "^3.0.0", | ||
"@kepler.gl/reducers": "^3.0.0", | ||
"@kepler.gl/styles": "^3.0.0", | ||
"@kepler.gl/schemas": "^3.0.0", | ||
"@loaders.gl/arrow": "^4.1.0", | ||
"@loaders.gl/core": "^4.1.0", | ||
"@loaders.gl/csv": "^4.1.0", | ||
"@loaders.gl/json": "^4.1.0", | ||
"global": "^4.3.0", | ||
"kepler.gl": "^2.5.5", | ||
"node-polyfill-webpack-plugin": "^1.1.2", | ||
"querystring": "0.2.1", | ||
"react": "^18.2.0", | ||
|
@@ -79,8 +90,11 @@ | |
"styled-components": "^4.1.3" | ||
}, | ||
"resolutions": { | ||
"react-vis": "1.11.7", | ||
"webpack-cli": "4.10.x" | ||
"@deck.gl/core": "^8.9.27", | ||
"@deck.gl/react": "^8.9.27", | ||
"@deck.gl/aggregation-layers": "^8.9.27", | ||
"@deck.gl/geo-layers": "^8.9.27", | ||
"@deck.gl/layers": "^8.9.27" | ||
}, | ||
"jupyterlab": { | ||
"extension": "babel/labplugin", | ||
|
@@ -91,5 +105,10 @@ | |
"singleton": true | ||
} | ||
} | ||
}, | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "18.18.2", | ||
"yarn": "1.22.17" | ||
} | ||
} |
Oops, something went wrong.