@sanity/ui 2.1.13 → 2.1.14
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.14",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -106,16 +106,16 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@floating-ui/react-dom": "^2.1.0",
|
|
108
108
|
"@sanity/color": "^3.0.6",
|
|
109
|
-
"@sanity/icons": "^
|
|
109
|
+
"@sanity/icons": "^3.0.0",
|
|
110
110
|
"csstype": "^3.1.3",
|
|
111
111
|
"framer-motion": "11.0.8",
|
|
112
112
|
"react-refractor": "^2.2.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
|
-
"@babel/core": "^7.24.
|
|
116
|
-
"@babel/preset-env": "^7.24.
|
|
117
|
-
"@babel/preset-react": "^7.24.
|
|
118
|
-
"@babel/preset-typescript": "^7.24.
|
|
115
|
+
"@babel/core": "^7.24.6",
|
|
116
|
+
"@babel/preset-env": "^7.24.6",
|
|
117
|
+
"@babel/preset-react": "^7.24.6",
|
|
118
|
+
"@babel/preset-typescript": "^7.24.6",
|
|
119
119
|
"@commitlint/cli": "^19.3.0",
|
|
120
120
|
"@commitlint/config-conventional": "^19.2.2",
|
|
121
121
|
"@juggle/resize-observer": "^3.4.0",
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
"@types/react-is": "^18.3.0",
|
|
148
148
|
"@types/refractor": "^3.4.1",
|
|
149
149
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
150
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
151
|
-
"@typescript-eslint/parser": "^7.
|
|
150
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
151
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
152
152
|
"commitizen": "^4.3.0",
|
|
153
153
|
"cypress": "^13.10.0",
|
|
154
154
|
"cypress-real-events": "^1.12.0",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"eslint-plugin-import": "^2.29.1",
|
|
160
160
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
161
161
|
"eslint-plugin-prettier": "^5.1.3",
|
|
162
|
-
"eslint-plugin-react": "^7.34.
|
|
162
|
+
"eslint-plugin-react": "^7.34.2",
|
|
163
163
|
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
|
|
164
164
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
165
165
|
"eslint-plugin-storybook": "^0.8.0",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"styled-components": "^6.1.11",
|
|
185
185
|
"tsconfig-paths": "^4.2.0",
|
|
186
186
|
"typescript": "5.4.5",
|
|
187
|
-
"vite": "^5.2.
|
|
187
|
+
"vite": "^5.2.12",
|
|
188
188
|
"vite-tsconfig-paths": "^4.3.2"
|
|
189
189
|
},
|
|
190
190
|
"peerDependencies": {
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"react-is": "^18",
|
|
194
194
|
"styled-components": "^5.2 || ^6"
|
|
195
195
|
},
|
|
196
|
-
"packageManager": "pnpm@9.1.
|
|
196
|
+
"packageManager": "pnpm@9.1.3",
|
|
197
197
|
"engines": {
|
|
198
198
|
"node": ">=14.0.0"
|
|
199
199
|
},
|