@sanity/ui 2.10.0 → 2.10.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -107,10 +107,10 @@
|
|
|
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
|
-
"react-compiler-runtime": "19.0.0-beta-
|
|
113
|
+
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206",
|
|
114
114
|
"react-refractor": "^2.2.0",
|
|
115
115
|
"use-effect-event": "^1.0.2"
|
|
116
116
|
},
|
|
@@ -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",
|
|
@@ -154,19 +154,19 @@
|
|
|
154
154
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
155
155
|
"@typescript-eslint/parser": "^7.18.0",
|
|
156
156
|
"@vitejs/plugin-react": "^4.3.3",
|
|
157
|
-
"babel-plugin-react-compiler": "19.0.0-beta-
|
|
157
|
+
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
|
|
158
158
|
"commitizen": "^4.3.0",
|
|
159
159
|
"cypress": "^13.13.2",
|
|
160
160
|
"cypress-real-events": "^1.13.0",
|
|
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",
|
|
168
168
|
"eslint-plugin-react": "^7.37.2",
|
|
169
|
-
"eslint-plugin-react-compiler": "19.0.0-beta-
|
|
169
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
|
|
170
170
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
171
171
|
"eslint-plugin-storybook": "^0.11.0",
|
|
172
172
|
"http-server": "^14.1.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
|
},
|