@sanity/ui 3.0.5 → 3.0.6

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 +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -132,10 +132,10 @@
132
132
  "@commitlint/cli": "^19.8.1",
133
133
  "@commitlint/config-conventional": "^19.8.1",
134
134
  "@eslint/js": "^9.32.0",
135
- "@sanity/pkg-utils": "^7.9.17",
135
+ "@sanity/pkg-utils": "^7.11.5",
136
136
  "@sanity/prettier-config": "^2.0.1",
137
137
  "@sanity/semantic-release-preset": "^5.0.0",
138
- "@sanity/ui-workshop": "^3.1.2",
138
+ "@sanity/ui-workshop": "^3.3.2",
139
139
  "@storybook/addon-a11y": "^8.6.14",
140
140
  "@storybook/addon-docs": "^8.6.14",
141
141
  "@storybook/addon-essentials": "^8.6.14",
@@ -160,7 +160,7 @@
160
160
  "@types/react": "^19.1.9",
161
161
  "@types/react-dom": "^19.1.7",
162
162
  "@types/react-is": "^19.0.0",
163
- "@vitejs/plugin-react": "^4.7.0",
163
+ "@vitejs/plugin-react": "^5.0.0",
164
164
  "babel-plugin-react-compiler": "19.1.0-rc.2",
165
165
  "babel-plugin-styled-components": "^2.1.4",
166
166
  "commitizen": "^4.3.1",
@@ -174,6 +174,7 @@
174
174
  "eslint-plugin-import": "^2.32.0",
175
175
  "eslint-plugin-jsx-a11y": "^6.10.2",
176
176
  "eslint-plugin-react": "^7.37.5",
177
+ "eslint-plugin-react-compiler": "19.1.0-rc.2",
177
178
  "eslint-plugin-react-hooks": "0.0.0-experimental-edac0dde-20250723",
178
179
  "eslint-plugin-react-refresh": "^0.4.20",
179
180
  "eslint-plugin-simple-import-sort": "^12.1.1",
@@ -194,13 +195,13 @@
194
195
  "refractor": "^5.0.0",
195
196
  "rimraf": "^5.0.5",
196
197
  "semantic-release": "^24.2.7",
197
- "start-server-and-test": "^2.0.12",
198
+ "start-server-and-test": "^2.0.13",
198
199
  "storybook": "^8.6.14",
199
200
  "styled-components": "^6.1.19",
200
201
  "tsconfig-paths": "^4.2.0",
201
- "typescript": "5.8.3",
202
- "typescript-eslint": "^8.38.0",
203
- "vite": "^7.0.6",
202
+ "typescript": "5.9.2",
203
+ "typescript-eslint": "^8.39.0",
204
+ "vite": "^7.1.0",
204
205
  "vite-tsconfig-paths": "^5.1.4"
205
206
  },
206
207
  "peerDependencies": {
@@ -211,7 +212,7 @@
211
212
  },
212
213
  "packageManager": "pnpm@9.15.9",
213
214
  "engines": {
214
- "node": ">=20.19"
215
+ "node": ">=20.19 >=22.12.0"
215
216
  },
216
217
  "publishConfig": {
217
218
  "access": "public"