@sanity/ui 2.1.0 → 2.1.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.
Files changed (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -120,7 +120,7 @@
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": "^5.1.12",
123
+ "@sanity/pkg-utils": "^6.0.2",
124
124
  "@sanity/semantic-release-preset": "^4.1.7",
125
125
  "@sanity/ui-workshop": "^2.0.11",
126
126
  "@storybook/addon-a11y": "^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.2.2",
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.74",
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.5.0",
152
- "@typescript-eslint/parser": "^7.5.0",
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",
@@ -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
  }