@veritone-ce/design-system 2.8.13 → 2.8.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +24 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "2.8.13",
3
+ "version": "2.8.14",
4
4
  "private": false,
5
5
  "description": "Design System for Veritone CE",
6
6
  "keywords": [
@@ -126,11 +126,7 @@
126
126
  "react-aria": "^3.32.1",
127
127
  "react-dropzone": "^14.2.3",
128
128
  "react-remove-scroll": "^2.5.7",
129
- "react-stately": "^3.30.1",
130
- "react-vega": "^8.0.0",
131
- "vega": "^6.2.0",
132
- "vega-embed": "^7.1.0",
133
- "vega-lite": "^6.4.1"
129
+ "react-stately": "^3.30.1"
134
130
  },
135
131
  "devDependencies": {
136
132
  "@commitlint/cli": "^17.7.1",
@@ -199,7 +195,11 @@
199
195
  "typescript": "^5.0.0",
200
196
  "typescript-plugin-css-modules": "^5.0.2",
201
197
  "vite": "^7.0.4",
202
- "vitest": "^3.2.4"
198
+ "vitest": "^3.2.4",
199
+ "react-vega": "^8.0.0",
200
+ "vega": "^6.2.0",
201
+ "vega-embed": "^7.1.0",
202
+ "vega-lite": "^6.4.1"
203
203
  },
204
204
  "peerDependencies": {
205
205
  "@emotion/react": "^11.10.4",
@@ -211,7 +211,11 @@
211
211
  "react": "^18||^19",
212
212
  "react-dom": "^18||^19",
213
213
  "react-hook-form": "^7.60.0",
214
- "react-markdown": "^10.1.0"
214
+ "react-markdown": "^10.1.0",
215
+ "react-vega": "^8.0.0",
216
+ "vega": "^6.2.0",
217
+ "vega-embed": "^7.1.0",
218
+ "vega-lite": "^6.4.1"
215
219
  },
216
220
  "readme": "ERROR: No README data found!",
217
221
  "publishConfig": {
@@ -234,6 +238,18 @@
234
238
  },
235
239
  "@rpldy/uploady": {
236
240
  "optional": true
241
+ },
242
+ "react-vega": {
243
+ "optional": true
244
+ },
245
+ "vega": {
246
+ "optional": true
247
+ },
248
+ "vega-embed": {
249
+ "optional": true
250
+ },
251
+ "vega-lite": {
252
+ "optional": true
237
253
  }
238
254
  }
239
255
  }