Skip to content

Commit

Permalink
[fix] lock react-vis version to prevent CI fails (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Jan 10, 2023
1 parent 9416be4 commit 8edb5b2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 30 deletions.
5 changes: 4 additions & 1 deletion bindings/kepler.gl-jupyter/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"redux-actions": "^2.2.1",
"styled-components": "^4.1.3"
},
"resolutions": {
"react-vis": "1.11.7"
},
"jupyterlab": {
"extension": "babel/labplugin",
"outputDir": "../keplergl-jupyter/labextension",
Expand All @@ -86,4 +89,4 @@
}
}
}
}
}
5 changes: 3 additions & 2 deletions examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"resolutions": {
"@luma.gl/webgl": "8.5.16",
"@deck.gl/core": "8.8.9",
"@deck.gl/extensions": "8.8.9"
"@deck.gl/extensions": "8.8.9",
"react-vis": "1.11.7"
}
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@
"umd"
],
"dependencies": {
"@deck.gl/mapbox":"^8.6.0",
"@hubble.gl/core":"1.2.0-alpha.6",
"@hubble.gl/react":"1.2.0-alpha.6",
"@kepler.gl/components":"3.0.0-alpha.0",
"@loaders.gl/polyfills":"^3.0.9",
"@loaders.gl/shapefile":"^3.0.9",
"@types/mapbox__geo-viewport":"^0.4.1",
"@typescript-eslint/parser":"^5.27.0",
"d3-hexbin":"^0.2.2",
"eslint-config-developit":"^1.2.0",
"html-webpack-plugin":"^4.3.0",
"typedoc":"^0.19.2"
"@deck.gl/mapbox": "^8.6.0",
"@hubble.gl/core": "1.2.0-alpha.6",
"@hubble.gl/react": "1.2.0-alpha.6",
"@kepler.gl/components": "3.0.0-alpha.0",
"@loaders.gl/polyfills": "^3.0.9",
"@loaders.gl/shapefile": "^3.0.9",
"@types/mapbox__geo-viewport": "^0.4.1",
"@typescript-eslint/parser": "^5.27.0",
"d3-hexbin": "^0.2.2",
"eslint-config-developit": "^1.2.0",
"html-webpack-plugin": "^4.3.0",
"typedoc": "^0.19.2"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
4 changes: 2 additions & 2 deletions src/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/react-onclickoutside": "^6.7.4",
"@types/react-redux": "^7.1.23",
"@types/react-virtualized": "^9.21.20",
"@types/react-vis": "^1.8.0",
"@types/react-vis": "1.11.7",
"@types/styled-components": "^5.1.25",
"classnames": "^2.2.1",
"copy-to-clipboard": "^3.3.1",
Expand Down Expand Up @@ -111,7 +111,7 @@
"react-sortable-hoc": "^1.8.3",
"react-tooltip": "^4.2.17",
"react-virtualized": "^9.21.1",
"react-vis": "^1.8.0",
"react-vis": "1.11.7",
"redux": "^4.0.5",
"reselect": "^4.0.0",
"styled-components": "^4.1.3",
Expand Down
34 changes: 21 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,14 @@
"@babel/runtime" "^7.0.0"
"@math.gl/core" "^3.5.0"

"@luma.gl/shadertools@^8.5.10":
version "8.5.18"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-8.5.18.tgz#2007c7173b95c552910fdf722876e25d8f2385a3"
integrity sha512-orkdnlVLB8AO4yf9jXXZqEG/UuwVg/v3Gmo4/F2vdrwkUMN+wUZFUdhssDGEGWvuauZWK9Mbz8XrxC0gmLbWzw==
dependencies:
"@babel/runtime" "^7.0.0"
"@math.gl/core" "^3.5.0"

"@luma.gl/test-utils@^8.5.10":
version "8.5.16"
resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-8.5.16.tgz#c05451075e4c3d58bafe1646670b1a2b720c088c"
Expand Down Expand Up @@ -2200,6 +2208,14 @@
"@babel/runtime" "^7.12.0"
gl-matrix "^3.0.0"

"@math.gl/web-mercator@^3.5.4", "@math.gl/web-mercator@^3.6.2":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.6.3.tgz#ef91168e030eecffc788618d686e8a6c1d7a0bf8"
integrity sha512-UVrkSOs02YLehKaehrxhAejYMurehIHPfFQvPFZmdJHglHOU4V2cCUApTVEwOksvCp161ypEqVp+9H6mGhTTcw==
dependencies:
"@babel/runtime" "^7.12.0"
gl-matrix "^3.4.0"

"@math.gl/web-mercator@^3.5.5":
version "3.5.6"
resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.5.6.tgz#3bdc62f578bc0f360bb3c2866d015065b869cc20"
Expand All @@ -2208,14 +2224,6 @@
"@babel/runtime" "^7.12.0"
gl-matrix "~3.3.0"

"@math.gl/web-mercator@^3.6.2":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.6.3.tgz#ef91168e030eecffc788618d686e8a6c1d7a0bf8"
integrity sha512-UVrkSOs02YLehKaehrxhAejYMurehIHPfFQvPFZmdJHglHOU4V2cCUApTVEwOksvCp161ypEqVp+9H6mGhTTcw==
dependencies:
"@babel/runtime" "^7.12.0"
gl-matrix "^3.4.0"

"@mdn/browser-compat-data@^3.3.14":
version "3.3.14"
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-3.3.14.tgz#b72a37c654e598f9ae6f8335faaee182bebc6b28"
Expand Down Expand Up @@ -3325,10 +3333,10 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react-vis@^1.8.0":
version "1.11.10"
resolved "https://registry.yarnpkg.com/@types/react-vis/-/react-vis-1.11.10.tgz#eb281db2366215665a14f7f5161f377e90da34b7"
integrity sha512-QQiBRQ4pfLue9dPhd20v3kpgB4U5TyW4dMcP231/y0b5qaxpaIXDDMZpEqYtNgqeGV566G0vVy9521p1s1tyww==
"@types/react-vis@1.11.7":
version "1.11.7"
resolved "https://registry.yarnpkg.com/@types/react-vis/-/react-vis-1.11.7.tgz#da23b8fb833a962e8a0db39668438a43e9a7e05d"
integrity sha512-X0+xpR+koVXxmh68TlGSkIuXNL7DwqL+IvjtQvdJi7Vg9OokqBMU/EyuaFOUpN5awMXB7DDT/2WxC2epG+nW7Q==
dependencies:
"@types/react" "*"

Expand Down Expand Up @@ -13370,7 +13378,7 @@ react-virtualized@^9.21.1:
prop-types "^15.7.2"
react-lifecycles-compat "^3.0.4"

react-vis@^1.8.0:
react-vis@1.11.7:
version "1.11.7"
resolved "https://registry.yarnpkg.com/react-vis/-/react-vis-1.11.7.tgz#909902af00158895d14da1adfe1d0dc0045228ff"
integrity sha512-vJqS12l/6RHeSq8DVl4PzX0j8iPgbT8H8PtgTRsimKsBNcPjPseO4RICw1FUPrwj8MPrrna34LBtzyC4ATd5Ow==
Expand Down

0 comments on commit 8edb5b2

Please sign in to comment.