@sanity/ui 4.0.0-static.25 → 4.0.0-static.26

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "4.0.0-static.25",
3
+ "version": "4.0.0-static.26",
4
4
  "keywords": [
5
5
  "react",
6
6
  "ui",
@@ -119,20 +119,20 @@
119
119
  "@sanity/icons": "^3.7.4",
120
120
  "@vanilla-extract/dynamic": "^2.1.5",
121
121
  "csstype": "^3.1.3",
122
- "framer-motion": "^12.23.12",
122
+ "framer-motion": "^12.23.15",
123
123
  "react-refractor": "^4.0.0",
124
124
  "use-effect-event": "^2.0.3"
125
125
  },
126
126
  "devDependencies": {
127
- "@babel/core": "^7.28.3",
127
+ "@babel/core": "^7.28.4",
128
128
  "@babel/preset-env": "^7.28.3",
129
129
  "@babel/preset-react": "^7.27.1",
130
130
  "@babel/preset-typescript": "^7.27.1",
131
131
  "@commitlint/cli": "^19.8.1",
132
132
  "@commitlint/config-conventional": "^19.8.1",
133
- "@eslint/js": "^9.34.0",
133
+ "@eslint/js": "^9.35.0",
134
134
  "@sanity/browserslist-config": "^1.0.5",
135
- "@sanity/pkg-utils": "^8.1.1",
135
+ "@sanity/pkg-utils": "^8.1.12",
136
136
  "@sanity/prettier-config": "^2.0.1",
137
137
  "@sanity/semantic-release-preset": "^5.0.0",
138
138
  "@sanity/ui-workshop": "4.0.0-static.11",
@@ -141,8 +141,8 @@
141
141
  "@testing-library/react": "^16.3.0",
142
142
  "@testing-library/user-event": "^14.6.1",
143
143
  "@types/node": "^24.3.0",
144
- "@types/react": "^19.1.11",
145
- "@types/react-dom": "^19.1.8",
144
+ "@types/react": "^19.1.13",
145
+ "@types/react-dom": "^19.1.9",
146
146
  "@types/react-is": "^19.0.0",
147
147
  "@vanilla-extract/css": "^1.17.4",
148
148
  "@vanilla-extract/vite-plugin": "^5.1.1",
@@ -156,7 +156,7 @@
156
156
  "cypress-real-events": "^1.14.0",
157
157
  "cz-conventional-changelog": "^3.3.0",
158
158
  "dotenv-flow": "^4.1.0",
159
- "eslint": "^9.34.0",
159
+ "eslint": "^9.35.0",
160
160
  "eslint-config-prettier": "^10.1.8",
161
161
  "eslint-formatter-compact": "^8.40.0",
162
162
  "eslint-plugin-boundaries": "^5.0.1",
@@ -167,7 +167,7 @@
167
167
  "eslint-plugin-react-hooks": "0.0.0-experimental-66f09bd0-20250806",
168
168
  "eslint-plugin-react-refresh": "^0.4.20",
169
169
  "eslint-plugin-simple-import-sort": "^12.1.1",
170
- "eslint-plugin-storybook": "^9.1.3",
170
+ "eslint-plugin-storybook": "^9.1.7",
171
171
  "globals": "^16.3.0",
172
172
  "husky": "^8.0.3",
173
173
  "jsdom": "^26.1.0",
@@ -186,7 +186,7 @@
186
186
  "styled-components": "^6.1.19",
187
187
  "tsconfig-paths": "^4.2.0",
188
188
  "typescript": "5.9.2",
189
- "typescript-eslint": "^8.41.0",
189
+ "typescript-eslint": "^8.44.0",
190
190
  "vite": "^7.1.3",
191
191
  "vite-tsconfig-paths": "^5.1.4",
192
192
  "vitest": "^3.2.4",
@@ -197,7 +197,7 @@
197
197
  "react-dom": "^19",
198
198
  "react-is": "^19"
199
199
  },
200
- "packageManager": "pnpm@10.14.0",
200
+ "packageManager": "pnpm@10.17.0",
201
201
  "engines": {
202
202
  "node": ">=20.19 <22 || >=22.12"
203
203
  },