@sanity/ui 2.16.12 → 2.16.13
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 +16 -15
- package/src/core/global.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.13",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"extends": "@sanity/semantic-release-preset"
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@floating-ui/react-dom": "^2.1.
|
|
117
|
+
"@floating-ui/react-dom": "^2.1.6",
|
|
118
118
|
"@juggle/resize-observer": "^3.4.0",
|
|
119
119
|
"@sanity/color": "^3.0.6",
|
|
120
120
|
"@sanity/icons": "^3.7.4",
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
"use-effect-event": "^2.0.3"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@babel/core": "^7.28.
|
|
129
|
-
"@babel/preset-env": "^7.28.
|
|
128
|
+
"@babel/core": "^7.28.3",
|
|
129
|
+
"@babel/preset-env": "^7.28.3",
|
|
130
130
|
"@babel/preset-react": "^7.27.1",
|
|
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.
|
|
135
|
-
"@sanity/pkg-utils": "^
|
|
134
|
+
"@eslint/js": "^9.34.0",
|
|
135
|
+
"@sanity/pkg-utils": "^8.1.0",
|
|
136
136
|
"@sanity/prettier-config": "^2.0.1",
|
|
137
137
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
138
138
|
"@sanity/ui-workshop": "^2.1.6",
|
|
@@ -151,29 +151,30 @@
|
|
|
151
151
|
"@storybook/test": "^8.6.14",
|
|
152
152
|
"@storybook/theming": "^8.6.14",
|
|
153
153
|
"@testing-library/dom": "^10.4.1",
|
|
154
|
-
"@testing-library/jest-dom": "^6.
|
|
154
|
+
"@testing-library/jest-dom": "^6.8.0",
|
|
155
155
|
"@testing-library/react": "^16.3.0",
|
|
156
156
|
"@testing-library/user-event": "^14.6.1",
|
|
157
157
|
"@types/jest": "^30.0.0",
|
|
158
158
|
"@types/jest-axe": "^3.5.9",
|
|
159
|
-
"@types/node": "^
|
|
160
|
-
"@types/react": "^19.1.
|
|
161
|
-
"@types/react-dom": "^19.1.
|
|
159
|
+
"@types/node": "^22.18.0",
|
|
160
|
+
"@types/react": "^19.1.11",
|
|
161
|
+
"@types/react-dom": "^19.1.8",
|
|
162
162
|
"@types/react-is": "^19.0.0",
|
|
163
|
-
"@vitejs/plugin-react": "^
|
|
163
|
+
"@vitejs/plugin-react": "^5.0.1",
|
|
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.
|
|
170
|
+
"eslint": "^9.34.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,12 +195,12 @@
|
|
|
194
195
|
"refractor": "^4.9.0",
|
|
195
196
|
"rimraf": "^5.0.5",
|
|
196
197
|
"semantic-release": "^24.2.7",
|
|
197
|
-
"start-server-and-test": "^2.0.
|
|
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.
|
|
202
|
-
"typescript-eslint": "^8.
|
|
202
|
+
"typescript": "5.9.2",
|
|
203
|
+
"typescript-eslint": "^8.41.0",
|
|
203
204
|
"vite": "^5.4.19",
|
|
204
205
|
"vite-tsconfig-paths": "^5.1.4"
|
|
205
206
|
},
|