@sanity/ui 4.0.0-static.2 → 4.0.0-static.4
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.
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "4.0.0-static.
|
|
3
|
+
"version": "4.0.0-static.4",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"react",
|
|
6
6
|
"ui",
|
|
@@ -118,14 +118,14 @@
|
|
|
118
118
|
"extends": "@sanity/semantic-release-preset"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@floating-ui/react-dom": "^2.1.
|
|
121
|
+
"@floating-ui/react-dom": "^2.1.5",
|
|
122
122
|
"@juggle/resize-observer": "^3.4.0",
|
|
123
123
|
"@sanity/color": "^3.0.6",
|
|
124
124
|
"@sanity/icons": "^3.7.4",
|
|
125
125
|
"@vanilla-extract/css": "^1.17.4",
|
|
126
126
|
"@vanilla-extract/dynamic": "^2.1.5",
|
|
127
127
|
"csstype": "^3.1.3",
|
|
128
|
-
"framer-motion": "^12.23.
|
|
128
|
+
"framer-motion": "^12.23.12",
|
|
129
129
|
"react-compiler-runtime": "19.1.0-rc.2",
|
|
130
130
|
"react-refractor": "^4.0.0",
|
|
131
131
|
"use-effect-event": "^2.0.3"
|
|
@@ -137,24 +137,24 @@
|
|
|
137
137
|
"@babel/preset-typescript": "^7.27.1",
|
|
138
138
|
"@commitlint/cli": "^19.8.1",
|
|
139
139
|
"@commitlint/config-conventional": "^19.8.1",
|
|
140
|
-
"@eslint/js": "^9.
|
|
140
|
+
"@eslint/js": "^9.32.0",
|
|
141
141
|
"@sanity/browserslist-config": "^1.0.5",
|
|
142
|
-
"@sanity/pkg-utils": "^7.9.
|
|
142
|
+
"@sanity/pkg-utils": "^7.9.17",
|
|
143
143
|
"@sanity/prettier-config": "^2.0.1",
|
|
144
144
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
145
|
-
"@sanity/ui-workshop": "^
|
|
146
|
-
"@testing-library/dom": "^10.4.
|
|
147
|
-
"@testing-library/jest-dom": "^6.6.
|
|
145
|
+
"@sanity/ui-workshop": "^3.1.2",
|
|
146
|
+
"@testing-library/dom": "^10.4.1",
|
|
147
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
148
148
|
"@testing-library/react": "^16.3.0",
|
|
149
149
|
"@testing-library/user-event": "^14.6.1",
|
|
150
150
|
"@types/node": "^24.0.3",
|
|
151
|
-
"@types/react": "^19.1.
|
|
152
|
-
"@types/react-dom": "^19.1.
|
|
151
|
+
"@types/react": "^19.1.9",
|
|
152
|
+
"@types/react-dom": "^19.1.7",
|
|
153
153
|
"@types/react-is": "^19.0.0",
|
|
154
|
-
"@vanilla-extract/rollup-plugin": "^1.
|
|
155
|
-
"@vanilla-extract/vite-plugin": "^5.1.
|
|
154
|
+
"@vanilla-extract/rollup-plugin": "^1.4.0",
|
|
155
|
+
"@vanilla-extract/vite-plugin": "^5.1.1",
|
|
156
156
|
"@vitejs/plugin-react": "^4.7.0",
|
|
157
|
-
"@vitest/browser": "^3.2.
|
|
157
|
+
"@vitest/browser": "^3.2.4",
|
|
158
158
|
"autoprefixer": "^10.4.21",
|
|
159
159
|
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
160
160
|
"cac": "^6.7.14",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"cypress-real-events": "^1.14.0",
|
|
165
165
|
"cz-conventional-changelog": "^3.3.0",
|
|
166
166
|
"dotenv-flow": "^4.1.0",
|
|
167
|
-
"eslint": "^9.
|
|
167
|
+
"eslint": "^9.32.0",
|
|
168
168
|
"eslint-config-prettier": "^10.1.8",
|
|
169
169
|
"eslint-formatter-compact": "^8.40.0",
|
|
170
170
|
"eslint-plugin-boundaries": "^5.0.1",
|
|
@@ -174,31 +174,31 @@
|
|
|
174
174
|
"eslint-plugin-react-hooks": "0.0.0-experimental-edac0dde-20250723",
|
|
175
175
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
176
176
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
177
|
-
"eslint-plugin-storybook": "^9.0.
|
|
178
|
-
"globals": "^16.
|
|
177
|
+
"eslint-plugin-storybook": "^9.0.18",
|
|
178
|
+
"globals": "^16.3.0",
|
|
179
179
|
"husky": "^8.0.3",
|
|
180
180
|
"lightningcss": "^1.30.1",
|
|
181
181
|
"lint-staged": "^14.0.1",
|
|
182
182
|
"mkdirp": "^3.0.1",
|
|
183
183
|
"npm-run-all2": "^8.0.4",
|
|
184
184
|
"postcss": "^8.5.6",
|
|
185
|
-
"postcss-preset-env": "^10.2.
|
|
186
|
-
"prettier": "^3.
|
|
187
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
188
|
-
"react": "^19.1.
|
|
189
|
-
"react-dom": "^19.1.
|
|
190
|
-
"react-is": "^19.1.
|
|
185
|
+
"postcss-preset-env": "^10.2.4",
|
|
186
|
+
"prettier": "^3.6.2",
|
|
187
|
+
"prettier-plugin-packagejson": "^2.5.19",
|
|
188
|
+
"react": "^19.1.1",
|
|
189
|
+
"react-dom": "^19.1.1",
|
|
190
|
+
"react-is": "^19.1.1",
|
|
191
191
|
"refractor": "^5.0.0",
|
|
192
192
|
"rimraf": "^5.0.10",
|
|
193
193
|
"semantic-release": "24.2.7",
|
|
194
|
-
"start-server-and-test": "^2.0.
|
|
195
|
-
"styled-components": "^6.1.
|
|
194
|
+
"start-server-and-test": "^2.0.12",
|
|
195
|
+
"styled-components": "^6.1.19",
|
|
196
196
|
"tsconfig-paths": "^4.2.0",
|
|
197
197
|
"typescript": "5.8.3",
|
|
198
198
|
"typescript-eslint": "^8.38.0",
|
|
199
199
|
"vite": "^6.3.5",
|
|
200
200
|
"vite-tsconfig-paths": "^5.1.4",
|
|
201
|
-
"vitest": "^3.2.
|
|
201
|
+
"vitest": "^3.2.4",
|
|
202
202
|
"vitest-axe": "1.0.0-pre.5"
|
|
203
203
|
},
|
|
204
204
|
"peerDependencies": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"react-dom": "^19",
|
|
207
207
|
"react-is": "^19"
|
|
208
208
|
},
|
|
209
|
-
"packageManager": "pnpm@10.
|
|
209
|
+
"packageManager": "pnpm@10.13.1",
|
|
210
210
|
"engines": {
|
|
211
211
|
"node": ">=20.19"
|
|
212
212
|
},
|