@sanity/ui 3.0.5 → 3.0.7

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 +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -131,11 +131,11 @@
131
131
  "@babel/preset-typescript": "^7.27.1",
132
132
  "@commitlint/cli": "^19.8.1",
133
133
  "@commitlint/config-conventional": "^19.8.1",
134
- "@eslint/js": "^9.32.0",
135
- "@sanity/pkg-utils": "^7.9.17",
134
+ "@eslint/js": "^9.33.0",
135
+ "@sanity/pkg-utils": "^7.11.7",
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",
@@ -157,23 +157,24 @@
157
157
  "@types/jest": "^30.0.0",
158
158
  "@types/jest-axe": "^3.5.9",
159
159
  "@types/node": "^20.12.7",
160
- "@types/react": "^19.1.9",
160
+ "@types/react": "^19.1.10",
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",
167
167
  "cypress": "^13.17.0",
168
168
  "cypress-real-events": "^1.14.0",
169
169
  "cz-conventional-changelog": "^3.3.0",
170
- "eslint": "^9.32.0",
170
+ "eslint": "^9.33.0",
171
171
  "eslint-config-prettier": "^10.1.8",
172
172
  "eslint-formatter-compact": "^8.40.0",
173
173
  "eslint-plugin-boundaries": "^5.0.1",
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.2",
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 || >=22.12"
215
216
  },
216
217
  "publishConfig": {
217
218
  "access": "public"