@sanity/ui 2.16.0 → 2.16.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"figma:pkg:build": "cd figma && pnpm build",
|
|
72
72
|
"format": "prettier --write --cache --ignore-unknown .",
|
|
73
73
|
"lint": "eslint .",
|
|
74
|
+
"prepack": "pnpm build",
|
|
74
75
|
"pkg:build": "pkg build --strict",
|
|
75
76
|
"pkg:check": "pkg --strict",
|
|
76
77
|
"prepare": "husky install",
|
|
77
|
-
"prepack": "pnpm build",
|
|
78
78
|
"release": "semantic-release",
|
|
79
79
|
"storybook:build": "storybook build",
|
|
80
80
|
"storybook:dev": "storybook dev -p 6006",
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
"@commitlint/config-conventional": "^19.8.0",
|
|
134
134
|
"@eslint/js": "^9.26.0",
|
|
135
135
|
"@sanity/pkg-utils": "^7.2.2",
|
|
136
|
-
"@sanity/prettier-config": "^1.0.
|
|
136
|
+
"@sanity/prettier-config": "^1.0.4",
|
|
137
137
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
138
|
-
"@sanity/ui-workshop": "^2.1.
|
|
138
|
+
"@sanity/ui-workshop": "^2.1.4",
|
|
139
139
|
"@storybook/addon-a11y": "^8.6.12",
|
|
140
140
|
"@storybook/addon-docs": "^8.6.12",
|
|
141
141
|
"@storybook/addon-essentials": "^8.6.12",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"@types/react-dom": "^19.1.3",
|
|
162
162
|
"@types/react-is": "^19.0.0",
|
|
163
163
|
"@types/refractor": "^3.4.1",
|
|
164
|
-
"@vitejs/plugin-react": "^4.
|
|
164
|
+
"@vitejs/plugin-react": "^4.5.2",
|
|
165
165
|
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
166
166
|
"babel-plugin-styled-components": "^2.1.4",
|
|
167
167
|
"commitizen": "^4.3.1",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"eslint-plugin-import": "^2.31.0",
|
|
176
176
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
177
177
|
"eslint-plugin-react": "^7.37.5",
|
|
178
|
-
"eslint-plugin-react-hooks": "0.0.0-experimental-
|
|
178
|
+
"eslint-plugin-react-hooks": "0.0.0-experimental-12bc60f5-20250613",
|
|
179
179
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
180
180
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
181
181
|
"eslint-plugin-storybook": "^0.12.0",
|