Skip to content

Commit 863bf3c

Browse files
author
Kishore Kumaar Natarajan
committed
Vega Version Fix
Signed-off-by: Kishore Kumaar Natarajan <[email protected]>
1 parent 6d4fd2d commit 863bf3c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
"postbuild": "echo Renaming build artifact to [$npm_package_config_id-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_id-$npm_package_version.zip"
2929
},
3030
"dependencies": {
31-
"object-hash": "^3.0.0",
32-
"plotly.js-dist": "^2.34.0",
3331
"@babel/helpers": "^7.22.9",
3432
"@babel/runtime": "^7.26.10",
35-
"@babel/runtime-corejs3": "^7.22.9"
33+
"@babel/runtime-corejs3": "^7.22.9",
34+
"object-hash": "^3.0.0",
35+
"plotly.js-dist": "^2.34.0",
36+
"vega": "5.25.0",
37+
"vega-embed": "6.21.0",
38+
"vega-lite": "5.14.0"
3639
},
3740
"resolutions": {
3841
"@types/react": "^16.9.8",
@@ -60,8 +63,8 @@
6063
"@testing-library/dom": "^8.11.3",
6164
"@testing-library/jest-dom": "^5.17.0",
6265
"@testing-library/user-event": "^14.4.3",
63-
"@types/react-dom": "^16.9.8",
6466
"@types/object-hash": "^3.0.0",
67+
"@types/react-dom": "^16.9.8",
6568
"@types/react-router-dom": "^5.3.2",
6669
"cypress": "^13.6.0",
6770
"cypress-real-events": "1.7.6",
@@ -73,8 +76,8 @@
7376
"jest-cli": "^27.5.1",
7477
"jest-environment-jsdom": "^27.5.1",
7578
"lint-staged": "^10.2.0",
76-
"ts-loader": "^6.2.1",
77-
"string.prototype.replaceall": "1.0.7"
79+
"string.prototype.replaceall": "1.0.7",
80+
"ts-loader": "^6.2.1"
7881
},
7982
"eslintIgnore": [
8083
"node_modules/*",

0 commit comments

Comments
 (0)