Skip to content

Commit 69bd976

Browse files
committed
build: add vega to devDeps and remove unused dep
1 parent 7185c60 commit 69bd976

File tree

2 files changed

+92
-738
lines changed

2 files changed

+92
-738
lines changed

packages/components-react/vega-visualization-react/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
"typecheck": "tsc --noEmit"
6161
},
6262
"dependencies": {
63-
"@utrecht/vega-visualization-css": "workspace:*",
64-
"clsx": "2.1.1"
63+
"@utrecht/vega-visualization-css": "workspace:*"
6564
},
6665
"devDependencies": {
6766
"@testing-library/dom": "10.4.1",
@@ -77,14 +76,18 @@
7776
"jest-environment-jsdom": "29.7.0",
7877
"react": "19.2.4",
7978
"react-dom": "19.2.4",
79+
"react-vega": "8.0.0",
8080
"rollup": "4.23.0",
81-
"typescript": "5.9.3"
81+
"typescript": "5.9.3",
82+
"vega": "6.2.0",
83+
"vega-embed": "7.1.0",
84+
"vega-lite": "6.4.2"
8285
},
8386
"peerDependencies": {
8487
"@babel/runtime": "^7.23.6",
8588
"react": "^18.0.0 || ^19.0.0",
8689
"react-dom": "^18.0.0 || ^19.0.0",
87-
"react-vega": "^7.6.0",
90+
"react-vega": "^8.0.0",
8891
"vega": "^5.25.0"
8992
},
9093
"publishConfig": {

0 commit comments

Comments
 (0)