@sanity/ui 2.10.0 → 2.10.1
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@floating-ui/react-dom": "^2.1.2",
|
|
109
109
|
"@sanity/color": "^3.0.6",
|
|
110
|
-
"@sanity/icons": "^3.
|
|
110
|
+
"@sanity/icons": "^3.5.0",
|
|
111
111
|
"csstype": "^3.1.3",
|
|
112
112
|
"framer-motion": "^11.13.1",
|
|
113
113
|
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"@storybook/test": "^8.4.7",
|
|
142
142
|
"@storybook/theming": "^8.4.7",
|
|
143
143
|
"@testing-library/dom": "^10.4.0",
|
|
144
|
-
"@testing-library/jest-dom": "^6.6.
|
|
145
|
-
"@testing-library/react": "^16.0
|
|
144
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
145
|
+
"@testing-library/react": "^16.1.0",
|
|
146
146
|
"@testing-library/user-event": "^14.5.2",
|
|
147
147
|
"@types/jest": "^29.5.12",
|
|
148
148
|
"@types/jest-axe": "^3.5.9",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"cz-conventional-changelog": "^3.3.0",
|
|
162
162
|
"eslint": "^8.57.1",
|
|
163
163
|
"eslint-config-prettier": "^9.1.0",
|
|
164
|
-
"eslint-plugin-boundaries": "^
|
|
164
|
+
"eslint-plugin-boundaries": "^5.0.1",
|
|
165
165
|
"eslint-plugin-import": "^2.31.0",
|
|
166
166
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
167
167
|
"eslint-plugin-prettier": "^5.2.1",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"tsconfig-paths": "^4.2.0",
|
|
191
191
|
"typescript": "5.6.3",
|
|
192
192
|
"vite": "^5.4.11",
|
|
193
|
-
"vite-tsconfig-paths": "^5.
|
|
193
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"react": "^18 || >=19.0.0-0",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"react-is": "^18 || >=19.0.0-0",
|
|
199
199
|
"styled-components": "^5.2 || ^6"
|
|
200
200
|
},
|
|
201
|
-
"packageManager": "pnpm@9.
|
|
201
|
+
"packageManager": "pnpm@9.15.0",
|
|
202
202
|
"engines": {
|
|
203
203
|
"node": ">=14.0.0"
|
|
204
204
|
},
|