@sanity/ui 2.1.0 → 2.1.2
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 +13 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@floating-ui/react-dom": "^2.0.8",
|
|
109
|
-
"@sanity/color": "^3.0.
|
|
110
|
-
"@sanity/icons": "^2.11.
|
|
109
|
+
"@sanity/color": "^3.0.6",
|
|
110
|
+
"@sanity/icons": "^2.11.8",
|
|
111
111
|
"csstype": "^3.1.3",
|
|
112
112
|
"framer-motion": "11.0.8",
|
|
113
113
|
"react-refractor": "^2.1.7"
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"@commitlint/cli": "^19.2.1",
|
|
121
121
|
"@commitlint/config-conventional": "^19.1.0",
|
|
122
122
|
"@juggle/resize-observer": "^3.4.0",
|
|
123
|
-
"@sanity/pkg-utils": "^
|
|
123
|
+
"@sanity/pkg-utils": "^6.1.0",
|
|
124
124
|
"@sanity/semantic-release-preset": "^4.1.7",
|
|
125
|
-
"@sanity/ui-workshop": "^2.0.
|
|
125
|
+
"@sanity/ui-workshop": "^2.0.12",
|
|
126
126
|
"@storybook/addon-a11y": "^8.0.6",
|
|
127
127
|
"@storybook/addon-docs": "^8.0.6",
|
|
128
128
|
"@storybook/addon-essentials": "^8.0.6",
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
"@storybook/theming": "^8.0.6",
|
|
140
140
|
"@testing-library/dom": "^9.3.4",
|
|
141
141
|
"@testing-library/jest-dom": "^5.17.0",
|
|
142
|
-
"@testing-library/react": "^14.
|
|
142
|
+
"@testing-library/react": "^14.3.0",
|
|
143
143
|
"@types/jest": "^29.5.12",
|
|
144
144
|
"@types/jest-axe": "^3.5.9",
|
|
145
145
|
"@types/node": "^20.5.9",
|
|
146
|
-
"@types/react": "^18.2.
|
|
146
|
+
"@types/react": "^18.2.75",
|
|
147
147
|
"@types/react-dom": "^18.2.24",
|
|
148
148
|
"@types/react-is": "^18.2.4",
|
|
149
149
|
"@types/refractor": "^3.4.1",
|
|
150
150
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
151
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
152
|
-
"@typescript-eslint/parser": "^7.
|
|
151
|
+
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
152
|
+
"@typescript-eslint/parser": "^7.6.0",
|
|
153
153
|
"commitizen": "^4.3.0",
|
|
154
154
|
"cypress": "^13.7.2",
|
|
155
155
|
"cypress-real-events": "^1.12.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"react-is": "^18.2.0",
|
|
179
179
|
"refractor": "^4.8.1",
|
|
180
180
|
"rimraf": "^5.0.1",
|
|
181
|
-
"semantic-release": "^23.0.
|
|
181
|
+
"semantic-release": "^23.0.8",
|
|
182
182
|
"start-server-and-test": "^2.0.3",
|
|
183
183
|
"storybook": "^8.0.6",
|
|
184
184
|
"styled-components": "^6.1.8",
|
|
@@ -200,5 +200,8 @@
|
|
|
200
200
|
"publishConfig": {
|
|
201
201
|
"access": "public",
|
|
202
202
|
"provenance": true
|
|
203
|
+
},
|
|
204
|
+
"esm.sh": {
|
|
205
|
+
"bundle": false
|
|
203
206
|
}
|
|
204
207
|
}
|