@sanity/ui 2.1.12 → 2.1.13
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"dev": "run-p storybook:dev workshop:dev",
|
|
62
62
|
"figma:pkg:build": "cd figma && pnpm build",
|
|
63
63
|
"format": "prettier --write --cache --ignore-unknown .",
|
|
64
|
-
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx
|
|
64
|
+
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
|
|
65
65
|
"pkg:build": "pkg build --strict",
|
|
66
66
|
"pkg:check": "pkg --strict",
|
|
67
67
|
"prepare": "husky install",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@sanity/icons": "^2.11.8",
|
|
110
110
|
"csstype": "^3.1.3",
|
|
111
111
|
"framer-motion": "11.0.8",
|
|
112
|
-
"react-refractor": "^2.
|
|
112
|
+
"react-refractor": "^2.2.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@babel/core": "^7.24.5",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"@types/jest": "^29.5.12",
|
|
143
143
|
"@types/jest-axe": "^3.5.9",
|
|
144
144
|
"@types/node": "^20.12.7",
|
|
145
|
-
"@types/react": "^18.3.
|
|
145
|
+
"@types/react": "^18.3.3",
|
|
146
146
|
"@types/react-dom": "^18.3.0",
|
|
147
147
|
"@types/react-is": "^18.3.0",
|
|
148
148
|
"@types/refractor": "^3.4.1",
|
|
@@ -160,6 +160,7 @@
|
|
|
160
160
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
161
161
|
"eslint-plugin-prettier": "^5.1.3",
|
|
162
162
|
"eslint-plugin-react": "^7.34.1",
|
|
163
|
+
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
|
|
163
164
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
164
165
|
"eslint-plugin-storybook": "^0.8.0",
|
|
165
166
|
"http-server": "^14.1.1",
|