@sanity/ui 2.3.0 → 2.3.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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -106,20 +106,20 @@
106
106
  "dependencies": {
107
107
  "@floating-ui/react-dom": "^2.1.0",
108
108
  "@sanity/color": "^3.0.6",
109
- "@sanity/icons": "^3.0.0",
109
+ "@sanity/icons": "^3.2.0",
110
110
  "csstype": "^3.1.3",
111
111
  "framer-motion": "11.0.8",
112
112
  "react-refractor": "^2.2.0"
113
113
  },
114
114
  "devDependencies": {
115
- "@babel/core": "^7.24.6",
116
- "@babel/preset-env": "^7.24.6",
117
- "@babel/preset-react": "^7.24.6",
118
- "@babel/preset-typescript": "^7.24.6",
115
+ "@babel/core": "^7.24.7",
116
+ "@babel/preset-env": "^7.24.7",
117
+ "@babel/preset-react": "^7.24.7",
118
+ "@babel/preset-typescript": "^7.24.7",
119
119
  "@commitlint/cli": "^19.3.0",
120
120
  "@commitlint/config-conventional": "^19.2.2",
121
121
  "@juggle/resize-observer": "^3.4.0",
122
- "@sanity/pkg-utils": "^6.8.19",
122
+ "@sanity/pkg-utils": "^6.9.1",
123
123
  "@sanity/semantic-release-preset": "^4.1.8",
124
124
  "@sanity/ui-workshop": "^2.0.15",
125
125
  "@storybook/addon-a11y": "^8.0.8",
@@ -150,7 +150,7 @@
150
150
  "@typescript-eslint/eslint-plugin": "^7.12.0",
151
151
  "@typescript-eslint/parser": "^7.12.0",
152
152
  "commitizen": "^4.3.0",
153
- "cypress": "^13.10.0",
153
+ "cypress": "^13.11.0",
154
154
  "cypress-real-events": "^1.12.0",
155
155
  "cz-conventional-changelog": "^3.3.0",
156
156
  "eslint": "^8.57.0",
@@ -171,7 +171,7 @@
171
171
  "lint-staged": "^14.0.1",
172
172
  "module-alias": "^2.2.3",
173
173
  "npm-run-all2": "^5.0.2",
174
- "prettier": "^3.3.0",
174
+ "prettier": "^3.3.1",
175
175
  "prettier-plugin-packagejson": "^2.5.0",
176
176
  "react": "^18.3.1",
177
177
  "react-dom": "^18.3.1",
@@ -179,7 +179,7 @@
179
179
  "refractor": "^4.8.1",
180
180
  "rimraf": "^5.0.5",
181
181
  "semantic-release": "^24.0.0",
182
- "start-server-and-test": "^2.0.3",
182
+ "start-server-and-test": "^2.0.4",
183
183
  "storybook": "^8.0.8",
184
184
  "styled-components": "^6.1.11",
185
185
  "tsconfig-paths": "^4.2.0",
@@ -193,7 +193,7 @@
193
193
  "react-is": "^18",
194
194
  "styled-components": "^5.2 || ^6"
195
195
  },
196
- "packageManager": "pnpm@9.1.3",
196
+ "packageManager": "pnpm@9.2.0",
197
197
  "engines": {
198
198
  "node": ">=14.0.0"
199
199
  },