@sanity/ui 2.16.14 → 2.16.16
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.16",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -119,20 +119,20 @@
|
|
|
119
119
|
"@sanity/color": "^3.0.6",
|
|
120
120
|
"@sanity/icons": "^3.7.4",
|
|
121
121
|
"csstype": "^3.1.3",
|
|
122
|
-
"framer-motion": "^12.23.
|
|
122
|
+
"framer-motion": "^12.23.16",
|
|
123
123
|
"react-compiler-runtime": "19.1.0-rc.3",
|
|
124
124
|
"react-refractor": "^2.2.0",
|
|
125
125
|
"use-effect-event": "^2.0.3"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@babel/core": "^7.28.
|
|
128
|
+
"@babel/core": "^7.28.4",
|
|
129
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": "^8.1.
|
|
134
|
+
"@eslint/js": "^9.35.0",
|
|
135
|
+
"@sanity/pkg-utils": "^8.1.13",
|
|
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",
|
|
@@ -156,18 +156,18 @@
|
|
|
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": "^22.18.
|
|
160
|
-
"@types/react": "^19.1.
|
|
159
|
+
"@types/node": "^22.18.1",
|
|
160
|
+
"@types/react": "^19.1.13",
|
|
161
161
|
"@types/react-dom": "^19.1.9",
|
|
162
162
|
"@types/react-is": "^19.0.0",
|
|
163
|
-
"@vitejs/plugin-react": "^5.0.
|
|
163
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
164
164
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
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.35.0",
|
|
171
171
|
"eslint-config-prettier": "^10.1.8",
|
|
172
172
|
"eslint-formatter-gha": "^1.6.0",
|
|
173
173
|
"eslint-plugin-boundaries": "^5.0.1",
|
|
@@ -195,13 +195,13 @@
|
|
|
195
195
|
"refractor": "^4.9.0",
|
|
196
196
|
"rimraf": "^5.0.5",
|
|
197
197
|
"semantic-release": "^24.2.7",
|
|
198
|
-
"start-server-and-test": "^2.0
|
|
198
|
+
"start-server-and-test": "^2.1.0",
|
|
199
199
|
"storybook": "^8.6.14",
|
|
200
200
|
"styled-components": "^6.1.19",
|
|
201
201
|
"tsconfig-paths": "^4.2.0",
|
|
202
202
|
"typescript": "5.9.2",
|
|
203
|
-
"typescript-eslint": "^8.
|
|
204
|
-
"vite": "^5.4.
|
|
203
|
+
"typescript-eslint": "^8.44.0",
|
|
204
|
+
"vite": "^5.4.20",
|
|
205
205
|
"vite-tsconfig-paths": "^5.1.4"
|
|
206
206
|
},
|
|
207
207
|
"peerDependencies": {
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"react": "$react",
|
|
227
227
|
"react-dom": "$react-dom",
|
|
228
228
|
"react-is": "$react-is",
|
|
229
|
-
"styled-components": "npm:@sanity/styled-components@6.1.
|
|
229
|
+
"styled-components": "npm:@sanity/styled-components@6.1.23"
|
|
230
230
|
}
|
|
231
231
|
},
|
|
232
232
|
"esm.sh": {
|