@sanity/ui 2.15.13-canary → 2.15.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 +43 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.14",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -60,6 +60,32 @@
|
|
|
60
60
|
"exports",
|
|
61
61
|
"src"
|
|
62
62
|
],
|
|
63
|
+
"scripts": {
|
|
64
|
+
"build": "run-s clean pkg:build pkg:check figma:pkg:build",
|
|
65
|
+
"clean": "rimraf .workshop dist",
|
|
66
|
+
"commit": "cz",
|
|
67
|
+
"cypress:dev": "run-p dev cypress:open",
|
|
68
|
+
"cypress:open": "cypress open",
|
|
69
|
+
"cypress:run": "cypress run",
|
|
70
|
+
"dev": "run-p storybook:dev workshop:dev",
|
|
71
|
+
"figma:pkg:build": "cd figma && pnpm build",
|
|
72
|
+
"format": "prettier --write --cache --ignore-unknown .",
|
|
73
|
+
"lint": "eslint .",
|
|
74
|
+
"pkg:build": "pkg build --strict",
|
|
75
|
+
"pkg:check": "pkg --strict",
|
|
76
|
+
"prepare": "husky install",
|
|
77
|
+
"prepack": "pnpm build",
|
|
78
|
+
"release": "semantic-release",
|
|
79
|
+
"storybook:build": "storybook build",
|
|
80
|
+
"storybook:dev": "storybook dev -p 6006",
|
|
81
|
+
"test": "jest",
|
|
82
|
+
"test:browser": "start-server-and-test 'run-s workshop:build workshop:start' http://localhost:1337 'run-s cypress:run'",
|
|
83
|
+
"ts:check": "tsc",
|
|
84
|
+
"watch": "pkg watch --strict",
|
|
85
|
+
"workshop:build": "workshop build",
|
|
86
|
+
"workshop:dev": "workshop dev",
|
|
87
|
+
"workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist"
|
|
88
|
+
},
|
|
63
89
|
"commitlint": {
|
|
64
90
|
"extends": [
|
|
65
91
|
"@commitlint/config-conventional"
|
|
@@ -94,7 +120,7 @@
|
|
|
94
120
|
"@sanity/icons": "^3.7.0",
|
|
95
121
|
"csstype": "^3.1.3",
|
|
96
122
|
"framer-motion": "^12.9.2",
|
|
97
|
-
"react-compiler-runtime": "19.0.0-beta-
|
|
123
|
+
"react-compiler-runtime": "19.0.0-beta-e993439-20250405",
|
|
98
124
|
"react-refractor": "^2.2.0",
|
|
99
125
|
"use-effect-event": "^1.0.2"
|
|
100
126
|
},
|
|
@@ -136,7 +162,7 @@
|
|
|
136
162
|
"@types/react-is": "^19.0.0",
|
|
137
163
|
"@types/refractor": "^3.4.1",
|
|
138
164
|
"@vitejs/plugin-react": "^4.4.1",
|
|
139
|
-
"babel-plugin-react-compiler": "19.0.0-beta-
|
|
165
|
+
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
|
|
140
166
|
"babel-plugin-styled-components": "^2.1.4",
|
|
141
167
|
"commitizen": "^4.3.1",
|
|
142
168
|
"cypress": "^13.17.0",
|
|
@@ -149,7 +175,7 @@
|
|
|
149
175
|
"eslint-plugin-import": "^2.31.0",
|
|
150
176
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
151
177
|
"eslint-plugin-react": "^7.37.5",
|
|
152
|
-
"eslint-plugin-react-compiler": "19.0.0-beta-
|
|
178
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
|
|
153
179
|
"eslint-plugin-react-hooks": "experimental",
|
|
154
180
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
155
181
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
@@ -185,37 +211,25 @@
|
|
|
185
211
|
"react-is": "^18 || >=19.0.0-0",
|
|
186
212
|
"styled-components": "^5.2 || ^6"
|
|
187
213
|
},
|
|
214
|
+
"packageManager": "pnpm@9.15.9",
|
|
188
215
|
"engines": {
|
|
189
216
|
"node": ">=14.0.0"
|
|
190
217
|
},
|
|
191
218
|
"publishConfig": {
|
|
192
219
|
"access": "public"
|
|
193
220
|
},
|
|
221
|
+
"pnpm": {
|
|
222
|
+
"overrides": {
|
|
223
|
+
"@types/react": "$@types/react",
|
|
224
|
+
"@types/react-dom": "$@types/react-dom",
|
|
225
|
+
"@types/react-is": "$@types/react-is",
|
|
226
|
+
"conventional-changelog-conventionalcommits": ">= 8.0.0",
|
|
227
|
+
"react": "$react",
|
|
228
|
+
"react-dom": "$react-dom",
|
|
229
|
+
"react-is": "$react-is"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
194
232
|
"esm.sh": {
|
|
195
233
|
"bundle": false
|
|
196
|
-
},
|
|
197
|
-
"scripts": {
|
|
198
|
-
"build": "run-s clean pkg:build pkg:check figma:pkg:build",
|
|
199
|
-
"clean": "rimraf .workshop dist",
|
|
200
|
-
"commit": "cz",
|
|
201
|
-
"cypress:dev": "run-p dev cypress:open",
|
|
202
|
-
"cypress:open": "cypress open",
|
|
203
|
-
"cypress:run": "cypress run",
|
|
204
|
-
"dev": "run-p storybook:dev workshop:dev",
|
|
205
|
-
"figma:pkg:build": "cd figma && pnpm build",
|
|
206
|
-
"format": "prettier --write --cache --ignore-unknown .",
|
|
207
|
-
"lint": "eslint .",
|
|
208
|
-
"pkg:build": "pkg build --strict",
|
|
209
|
-
"pkg:check": "pkg --strict",
|
|
210
|
-
"release": "semantic-release",
|
|
211
|
-
"storybook:build": "storybook build",
|
|
212
|
-
"storybook:dev": "storybook dev -p 6006",
|
|
213
|
-
"test": "jest",
|
|
214
|
-
"test:browser": "start-server-and-test 'run-s workshop:build workshop:start' http://localhost:1337 'run-s cypress:run'",
|
|
215
|
-
"ts:check": "tsc",
|
|
216
|
-
"watch": "pkg watch --strict",
|
|
217
|
-
"workshop:build": "workshop build",
|
|
218
|
-
"workshop:dev": "workshop dev",
|
|
219
|
-
"workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist"
|
|
220
234
|
}
|
|
221
|
-
}
|
|
235
|
+
}
|