@sanity/ui 4.0.0-static.15 → 4.0.0-static.16
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 +3 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "4.0.0-static.
|
|
3
|
+
"version": "4.0.0-static.16",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"react",
|
|
6
6
|
"ui",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@commitlint/config-conventional": "^19.8.1",
|
|
133
133
|
"@eslint/js": "^9.32.0",
|
|
134
134
|
"@sanity/browserslist-config": "^1.0.5",
|
|
135
|
-
"@sanity/pkg-utils": "^7.
|
|
135
|
+
"@sanity/pkg-utils": "^7.11.0",
|
|
136
136
|
"@sanity/prettier-config": "^2.0.1",
|
|
137
137
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
138
138
|
"@sanity/ui-workshop": "^3.1.2",
|
|
@@ -148,13 +148,10 @@
|
|
|
148
148
|
"@vanilla-extract/vite-plugin": "^5.1.1",
|
|
149
149
|
"@vitejs/plugin-react": "^4.7.0",
|
|
150
150
|
"@vitest/browser": "^3.2.4",
|
|
151
|
-
"autoprefixer": "^10.4.21",
|
|
152
151
|
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
153
|
-
"browserslist": "^
|
|
154
|
-
"browserslist-config-baseline": "^0.4.0",
|
|
152
|
+
"browserslist-config-baseline": "^0.5.0",
|
|
155
153
|
"cac": "^6.7.14",
|
|
156
154
|
"commitizen": "^4.3.1",
|
|
157
|
-
"cssnano": "^7.1.0",
|
|
158
155
|
"cypress": "^13.17.0",
|
|
159
156
|
"cypress-real-events": "^1.14.0",
|
|
160
157
|
"cz-conventional-changelog": "^3.3.0",
|
|
@@ -173,12 +170,9 @@
|
|
|
173
170
|
"globals": "^16.3.0",
|
|
174
171
|
"husky": "^8.0.3",
|
|
175
172
|
"jsdom": "^26.1.0",
|
|
176
|
-
"lightningcss": "^1.30.1",
|
|
177
173
|
"lint-staged": "^14.0.1",
|
|
178
174
|
"mkdirp": "^3.0.1",
|
|
179
175
|
"npm-run-all2": "^8.0.4",
|
|
180
|
-
"postcss": "^8.5.6",
|
|
181
|
-
"postcss-preset-env": "^10.2.4",
|
|
182
176
|
"prettier": "^3.6.2",
|
|
183
177
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
184
178
|
"react": "^19.1.1",
|
|
@@ -222,9 +216,6 @@
|
|
|
222
216
|
"react": "$react",
|
|
223
217
|
"react-dom": "$react-dom",
|
|
224
218
|
"react-is": "$react-is"
|
|
225
|
-
},
|
|
226
|
-
"patchedDependencies": {
|
|
227
|
-
"@vanilla-extract/rollup-plugin": "patches/@vanilla-extract__rollup-plugin.patch"
|
|
228
219
|
}
|
|
229
220
|
},
|
|
230
221
|
"esm.sh": {
|