@sanity/ui 3.1.11 → 3.1.12
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/LICENSE +1 -1
- package/package.json +15 -15
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.12",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"pkg:check": "pkg --strict",
|
|
77
77
|
"prepare": "husky install",
|
|
78
78
|
"release": "semantic-release",
|
|
79
|
-
"storybook:build": "storybook build",
|
|
79
|
+
"storybook:build": "storybook build -o storybook/storybook-static",
|
|
80
80
|
"storybook:dev": "storybook dev -p 6006",
|
|
81
81
|
"test": "jest",
|
|
82
82
|
"test:browser": "start-server-and-test 'run-s workshop:build workshop:start' http://localhost:1337 'run-s cypress:run'",
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
"use-effect-event": "^2.0.3"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@babel/core": "^7.28.
|
|
129
|
-
"@babel/preset-env": "^7.28.
|
|
130
|
-
"@babel/preset-react": "^7.
|
|
131
|
-
"@babel/preset-typescript": "^7.
|
|
128
|
+
"@babel/core": "^7.28.5",
|
|
129
|
+
"@babel/preset-env": "^7.28.5",
|
|
130
|
+
"@babel/preset-react": "^7.28.5",
|
|
131
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
132
132
|
"@commitlint/cli": "^19.8.1",
|
|
133
133
|
"@commitlint/config-conventional": "^19.8.1",
|
|
134
|
-
"@eslint/js": "^9.
|
|
135
|
-
"@sanity/pkg-utils": "^8.1.
|
|
134
|
+
"@eslint/js": "^9.39.1",
|
|
135
|
+
"@sanity/pkg-utils": "^8.1.29",
|
|
136
136
|
"@sanity/prettier-config": "^2.0.1",
|
|
137
137
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
138
138
|
"@sanity/ui-workshop": "^3.4.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@types/jest-axe": "^3.5.9",
|
|
159
159
|
"@types/node": "^22.18.1",
|
|
160
160
|
"@types/react": "^19.2.2",
|
|
161
|
-
"@types/react-dom": "^19.2.
|
|
161
|
+
"@types/react-dom": "^19.2.2",
|
|
162
162
|
"@types/react-is": "^19.2.0",
|
|
163
163
|
"@vitejs/plugin-react": "^5.0.4",
|
|
164
164
|
"babel-plugin-react-compiler": "1.0.0",
|
|
@@ -167,15 +167,15 @@
|
|
|
167
167
|
"cypress": "^13.17.0",
|
|
168
168
|
"cypress-real-events": "^1.14.0",
|
|
169
169
|
"cz-conventional-changelog": "^3.3.0",
|
|
170
|
-
"eslint": "^9.
|
|
170
|
+
"eslint": "^9.39.1",
|
|
171
171
|
"eslint-config-prettier": "^10.1.8",
|
|
172
172
|
"eslint-formatter-gha": "^1.6.0",
|
|
173
|
-
"eslint-plugin-boundaries": "^5.0
|
|
173
|
+
"eslint-plugin-boundaries": "^5.1.0",
|
|
174
174
|
"eslint-plugin-import": "^2.32.0",
|
|
175
175
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
176
176
|
"eslint-plugin-react": "^7.37.5",
|
|
177
|
-
"eslint-plugin-react-hooks": "7.0.
|
|
178
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
177
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
178
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
179
179
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
180
180
|
"eslint-plugin-storybook": "^0.12.0",
|
|
181
181
|
"globals": "^16.3.0",
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
"styled-components": "npm:@sanity/styled-components@^6.1.23",
|
|
200
200
|
"tsconfig-paths": "^4.2.0",
|
|
201
201
|
"typescript": "5.9.3",
|
|
202
|
-
"typescript-eslint": "^8.46.
|
|
203
|
-
"vite": "^7.
|
|
202
|
+
"typescript-eslint": "^8.46.3",
|
|
203
|
+
"vite": "^7.2.2",
|
|
204
204
|
"vite-tsconfig-paths": "^5.1.4"
|
|
205
205
|
},
|
|
206
206
|
"peerDependencies": {
|