@sanity/ui 2.0.14 → 2.0.15
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.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
"react-refractor": "^2.1.7"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@babel/core": "^7.24.
|
|
117
|
-
"@babel/preset-env": "^7.24.
|
|
116
|
+
"@babel/core": "^7.24.4",
|
|
117
|
+
"@babel/preset-env": "^7.24.4",
|
|
118
118
|
"@babel/preset-react": "^7.24.1",
|
|
119
119
|
"@babel/preset-typescript": "^7.24.1",
|
|
120
120
|
"@commitlint/cli": "^19.2.1",
|
|
121
121
|
"@commitlint/config-conventional": "^19.1.0",
|
|
122
122
|
"@juggle/resize-observer": "^3.4.0",
|
|
123
|
-
"@sanity/pkg-utils": "^5.1.
|
|
123
|
+
"@sanity/pkg-utils": "^5.1.11",
|
|
124
124
|
"@sanity/semantic-release-preset": "^4.1.7",
|
|
125
125
|
"@sanity/ui-workshop": "^2.0.10",
|
|
126
126
|
"@storybook/addon-a11y": "^8.0.5",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@types/jest-axe": "^3.5.9",
|
|
145
145
|
"@types/node": "^20.5.9",
|
|
146
146
|
"@types/react": "^18.2.74",
|
|
147
|
-
"@types/react-dom": "^18.2.
|
|
147
|
+
"@types/react-dom": "^18.2.24",
|
|
148
148
|
"@types/react-is": "^18.2.4",
|
|
149
149
|
"@types/refractor": "^3.4.1",
|
|
150
150
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
@@ -178,13 +178,13 @@
|
|
|
178
178
|
"react-is": "^18.2.0",
|
|
179
179
|
"refractor": "^4.8.1",
|
|
180
180
|
"rimraf": "^5.0.1",
|
|
181
|
-
"semantic-release": "^23.0.
|
|
181
|
+
"semantic-release": "^23.0.7",
|
|
182
182
|
"start-server-and-test": "^2.0.3",
|
|
183
183
|
"storybook": "^8.0.5",
|
|
184
184
|
"styled-components": "^6.1.8",
|
|
185
185
|
"tsconfig-paths": "^4.2.0",
|
|
186
186
|
"typescript": "5.4.2",
|
|
187
|
-
"vite": "^5.2.
|
|
187
|
+
"vite": "^5.2.8",
|
|
188
188
|
"vite-tsconfig-paths": "^4.3.2"
|
|
189
189
|
},
|
|
190
190
|
"peerDependencies": {
|