@veritone-ce/design-system 2.4.27 → 2.4.28

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 +17 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "2.4.27",
3
+ "version": "2.4.28",
4
4
  "private": false,
5
5
  "description": "Design System for Veritone CE",
6
6
  "keywords": [
@@ -104,14 +104,14 @@
104
104
  "@mui/material": "^5.10.8",
105
105
  "@mui/system": "^5.15.0",
106
106
  "@rpldy/mock-sender": "^1.8.1",
107
- "@storybook/addon-a11y": "^7.6.17",
108
- "@storybook/addon-essentials": "^7.6.17",
109
- "@storybook/addon-interactions": "^7.6.17",
110
- "@storybook/addon-links": "^7.6.17",
111
- "@storybook/blocks": "^7.6.17",
112
- "@storybook/react": "^7.6.17",
113
- "@storybook/react-vite": "^7.6.17",
114
- "@storybook/testing-library": "^0.2.0",
107
+ "@storybook/addon-a11y": "^8.4.6",
108
+ "@storybook/addon-essentials": "^8.4.6",
109
+ "@storybook/addon-interactions": "^8.4.6",
110
+ "@storybook/addon-links": "^8.4.6",
111
+ "@storybook/blocks": "^8.4.6",
112
+ "@storybook/react": "^8.4.6",
113
+ "@storybook/react-vite": "^8.4.6",
114
+ "@storybook/test": "^8.4.6",
115
115
  "@testing-library/jest-dom": "^5.14.1",
116
116
  "@testing-library/react": "^13.4.0",
117
117
  "@testing-library/user-event": "^14.5.2",
@@ -121,6 +121,7 @@
121
121
  "@types/react-syntax-highlighter": "^15.5.11",
122
122
  "@typescript-eslint/eslint-plugin": "^6.7.0",
123
123
  "@typescript-eslint/parser": "^6.7.0",
124
+ "@vitejs/plugin-react": "^4.3.4",
124
125
  "@vitest/coverage-v8": "^1.3.1",
125
126
  "auto": "^11.1.1",
126
127
  "autoprefixer": "^10.4.17",
@@ -129,13 +130,14 @@
129
130
  "cz-conventional-changelog": "^3.3.0",
130
131
  "esbuild": "^0.19.11",
131
132
  "esbuild-runner": "^2.2.2",
133
+ "escodegen": "^2.1.0",
132
134
  "eslint": "^8.49.0",
133
135
  "eslint-config-prettier": "^9.0.0",
134
136
  "eslint-plugin-import": "^2.29.1",
135
137
  "eslint-plugin-prettier": "^5.0.0",
136
138
  "eslint-plugin-react": "^7.33.2",
137
139
  "eslint-plugin-react-hooks": "^4.6.0",
138
- "eslint-plugin-storybook": "^0.6.13",
140
+ "eslint-plugin-storybook": "^0.11.1",
139
141
  "husky": "8.0.2",
140
142
  "identity-obj-proxy": "^3.0.0",
141
143
  "jsdom": "^24.0.0",
@@ -151,14 +153,14 @@
151
153
  "rollup-plugin-copy": "^3.5.0",
152
154
  "rollup-plugin-delete": "^2.0.0",
153
155
  "rollup-plugin-esbuild": "^6.1.0",
154
- "rollup-plugin-jsx-remove-attributes": "^1.0.1",
156
+ "rollup-plugin-jsx-remove-attributes": "^2.1.0",
155
157
  "rollup-plugin-postcss": "^4.0.2",
156
158
  "rollup-plugin-preserve-directives": "^0.3.0",
157
159
  "sass": "^1.70.0",
158
- "storybook": "^7.6.17",
160
+ "storybook": "^8.4.6",
159
161
  "typescript": "^5.0.0",
160
162
  "typescript-plugin-css-modules": "^5.0.2",
161
- "vite": "^5.1.5",
163
+ "vite": "^6.0.2",
162
164
  "vitest": "^1.3.1"
163
165
  },
164
166
  "peerDependencies": {
@@ -167,8 +169,8 @@
167
169
  "@mui/icons-material": "^5.10.6",
168
170
  "@mui/material": "^5.10.8",
169
171
  "@mui/system": "^5.15.0",
170
- "react": "^18.2.0",
171
- "react-dom": "^18.2.0"
172
+ "react": ">=18.2.0",
173
+ "react-dom": ">=18.2.0"
172
174
  },
173
175
  "readme": "ERROR: No README data found!",
174
176
  "publishConfig": {