|
28 | 28 | "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"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "object-hash": "^3.0.0", |
32 |
| - "plotly.js-dist": "^2.34.0", |
33 | 31 | "@babel/helpers": "^7.22.9",
|
34 | 32 | "@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" |
36 | 39 | },
|
37 | 40 | "resolutions": {
|
38 | 41 | "@types/react": "^16.9.8",
|
|
60 | 63 | "@testing-library/dom": "^8.11.3",
|
61 | 64 | "@testing-library/jest-dom": "^5.17.0",
|
62 | 65 | "@testing-library/user-event": "^14.4.3",
|
63 |
| - "@types/react-dom": "^16.9.8", |
64 | 66 | "@types/object-hash": "^3.0.0",
|
| 67 | + "@types/react-dom": "^16.9.8", |
65 | 68 | "@types/react-router-dom": "^5.3.2",
|
66 | 69 | "cypress": "^13.6.0",
|
67 | 70 | "cypress-real-events": "1.7.6",
|
|
73 | 76 | "jest-cli": "^27.5.1",
|
74 | 77 | "jest-environment-jsdom": "^27.5.1",
|
75 | 78 | "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" |
78 | 81 | },
|
79 | 82 | "eslintIgnore": [
|
80 | 83 | "node_modules/*",
|
|
0 commit comments