@sanity/ui 2.16.0 → 2.16.2
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"figma:pkg:build": "cd figma && pnpm build",
|
|
72
72
|
"format": "prettier --write --cache --ignore-unknown .",
|
|
73
73
|
"lint": "eslint .",
|
|
74
|
+
"prepack": "pnpm build",
|
|
74
75
|
"pkg:build": "pkg build --strict",
|
|
75
76
|
"pkg:check": "pkg --strict",
|
|
76
77
|
"prepare": "husky install",
|
|
77
|
-
"prepack": "pnpm build",
|
|
78
78
|
"release": "semantic-release",
|
|
79
79
|
"storybook:build": "storybook build",
|
|
80
80
|
"storybook:dev": "storybook dev -p 6006",
|
|
@@ -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.3",
|
|
118
118
|
"@juggle/resize-observer": "^3.4.0",
|
|
119
119
|
"@sanity/color": "^3.0.6",
|
|
120
120
|
"@sanity/icons": "^3.7.0",
|
|
@@ -122,20 +122,20 @@
|
|
|
122
122
|
"framer-motion": "^12.9.7",
|
|
123
123
|
"react-compiler-runtime": "19.1.0-rc.2",
|
|
124
124
|
"react-refractor": "^2.2.0",
|
|
125
|
-
"use-effect-event": "^
|
|
125
|
+
"use-effect-event": "^2.0.1"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@babel/core": "^7.27.1",
|
|
129
129
|
"@babel/preset-env": "^7.27.1",
|
|
130
130
|
"@babel/preset-react": "^7.27.1",
|
|
131
131
|
"@babel/preset-typescript": "^7.27.1",
|
|
132
|
-
"@commitlint/cli": "^19.8.
|
|
133
|
-
"@commitlint/config-conventional": "^19.8.
|
|
132
|
+
"@commitlint/cli": "^19.8.1",
|
|
133
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
134
134
|
"@eslint/js": "^9.26.0",
|
|
135
|
-
"@sanity/pkg-utils": "^7.2.
|
|
136
|
-
"@sanity/prettier-config": "^1.0.
|
|
135
|
+
"@sanity/pkg-utils": "^7.2.7",
|
|
136
|
+
"@sanity/prettier-config": "^1.0.4",
|
|
137
137
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
138
|
-
"@sanity/ui-workshop": "^2.1.
|
|
138
|
+
"@sanity/ui-workshop": "^2.1.4",
|
|
139
139
|
"@storybook/addon-a11y": "^8.6.12",
|
|
140
140
|
"@storybook/addon-docs": "^8.6.12",
|
|
141
141
|
"@storybook/addon-essentials": "^8.6.12",
|
|
@@ -154,14 +154,14 @@
|
|
|
154
154
|
"@testing-library/jest-dom": "^6.6.3",
|
|
155
155
|
"@testing-library/react": "^16.3.0",
|
|
156
156
|
"@testing-library/user-event": "^14.6.1",
|
|
157
|
-
"@types/jest": "^
|
|
157
|
+
"@types/jest": "^30.0.0",
|
|
158
158
|
"@types/jest-axe": "^3.5.9",
|
|
159
159
|
"@types/node": "^20.12.7",
|
|
160
160
|
"@types/react": "^19.1.3",
|
|
161
161
|
"@types/react-dom": "^19.1.3",
|
|
162
162
|
"@types/react-is": "^19.0.0",
|
|
163
163
|
"@types/refractor": "^3.4.1",
|
|
164
|
-
"@vitejs/plugin-react": "^4.
|
|
164
|
+
"@vitejs/plugin-react": "^4.5.2",
|
|
165
165
|
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
166
166
|
"babel-plugin-styled-components": "^2.1.4",
|
|
167
167
|
"commitizen": "^4.3.1",
|
|
@@ -175,16 +175,16 @@
|
|
|
175
175
|
"eslint-plugin-import": "^2.31.0",
|
|
176
176
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
177
177
|
"eslint-plugin-react": "^7.37.5",
|
|
178
|
-
"eslint-plugin-react-hooks": "0.0.0-experimental-
|
|
178
|
+
"eslint-plugin-react-hooks": "0.0.0-experimental-12bc60f5-20250613",
|
|
179
179
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
180
180
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
181
181
|
"eslint-plugin-storybook": "^0.12.0",
|
|
182
182
|
"globals": "^16.0.0",
|
|
183
183
|
"http-server": "^14.1.1",
|
|
184
184
|
"husky": "^8.0.3",
|
|
185
|
-
"jest": "^
|
|
185
|
+
"jest": "^30.0.0",
|
|
186
186
|
"jest-axe": "^10.0.0",
|
|
187
|
-
"jest-environment-jsdom": "^
|
|
187
|
+
"jest-environment-jsdom": "^30.0.0",
|
|
188
188
|
"lint-staged": "^14.0.1",
|
|
189
189
|
"module-alias": "^2.2.3",
|
|
190
190
|
"npm-run-all2": "^5.0.2",
|
|
@@ -194,10 +194,10 @@
|
|
|
194
194
|
"react-is": "^19.1.0",
|
|
195
195
|
"refractor": "^4.9.0",
|
|
196
196
|
"rimraf": "^5.0.5",
|
|
197
|
-
"semantic-release": "^24.2.
|
|
198
|
-
"start-server-and-test": "^2.0.
|
|
197
|
+
"semantic-release": "^24.2.5",
|
|
198
|
+
"start-server-and-test": "^2.0.12",
|
|
199
199
|
"storybook": "^8.6.12",
|
|
200
|
-
"styled-components": "^6.1.
|
|
200
|
+
"styled-components": "^6.1.19",
|
|
201
201
|
"tsconfig-paths": "^4.2.0",
|
|
202
202
|
"typescript": "5.8.3",
|
|
203
203
|
"typescript-eslint": "^8.32.0",
|