@sanity/ui 3.0.6 → 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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -131,8 +131,8 @@
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.11.5",
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
138
  "@sanity/ui-workshop": "^3.3.2",
@@ -157,7 +157,7 @@
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
163
  "@vitejs/plugin-react": "^5.0.0",
@@ -167,7 +167,7 @@
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",
@@ -201,7 +201,7 @@
201
201
  "tsconfig-paths": "^4.2.0",
202
202
  "typescript": "5.9.2",
203
203
  "typescript-eslint": "^8.39.0",
204
- "vite": "^7.1.0",
204
+ "vite": "^7.1.2",
205
205
  "vite-tsconfig-paths": "^5.1.4"
206
206
  },
207
207
  "peerDependencies": {
@@ -212,7 +212,7 @@
212
212
  },
213
213
  "packageManager": "pnpm@9.15.9",
214
214
  "engines": {
215
- "node": ">=20.19 >=22.12.0"
215
+ "node": ">=20.19 <22 || >=22.12"
216
216
  },
217
217
  "publishConfig": {
218
218
  "access": "public"