@sanity/ui 2.1.10 → 2.1.12

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.1.10",
3
+ "version": "2.1.12",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -104,11 +104,11 @@
104
104
  "extends": "@sanity/semantic-release-preset"
105
105
  },
106
106
  "dependencies": {
107
- "@floating-ui/react-dom": "^2.0.9",
107
+ "@floating-ui/react-dom": "^2.1.0",
108
108
  "@sanity/color": "^3.0.6",
109
109
  "@sanity/icons": "^2.11.8",
110
110
  "csstype": "^3.1.3",
111
- "framer-motion": "11.2.3",
111
+ "framer-motion": "11.0.8",
112
112
  "react-refractor": "^2.1.7"
113
113
  },
114
114
  "devDependencies": {
@@ -119,7 +119,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.16",
122
+ "@sanity/pkg-utils": "^6.8.18",
123
123
  "@sanity/semantic-release-preset": "^4.1.7",
124
124
  "@sanity/ui-workshop": "^2.0.13",
125
125
  "@storybook/addon-a11y": "^8.0.8",
@@ -136,9 +136,9 @@
136
136
  "@storybook/react-vite": "^8.0.8",
137
137
  "@storybook/testing-library": "^0.2.2",
138
138
  "@storybook/theming": "^8.0.8",
139
- "@testing-library/dom": "^9.3.4",
139
+ "@testing-library/dom": "^10.1.0",
140
140
  "@testing-library/jest-dom": "^5.17.0",
141
- "@testing-library/react": "^14.3.1",
141
+ "@testing-library/react": "^15.0.7",
142
142
  "@types/jest": "^29.5.12",
143
143
  "@types/jest-axe": "^3.5.9",
144
144
  "@types/node": "^20.12.7",
@@ -147,15 +147,15 @@
147
147
  "@types/react-is": "^18.3.0",
148
148
  "@types/refractor": "^3.4.1",
149
149
  "@types/testing-library__jest-dom": "^5.14.9",
150
- "@typescript-eslint/eslint-plugin": "^7.9.0",
151
- "@typescript-eslint/parser": "^7.9.0",
150
+ "@typescript-eslint/eslint-plugin": "^7.10.0",
151
+ "@typescript-eslint/parser": "^7.10.0",
152
152
  "commitizen": "^4.3.0",
153
- "cypress": "^13.9.0",
153
+ "cypress": "^13.10.0",
154
154
  "cypress-real-events": "^1.12.0",
155
155
  "cz-conventional-changelog": "^3.3.0",
156
156
  "eslint": "^8.57.0",
157
157
  "eslint-config-prettier": "^9.1.0",
158
- "eslint-plugin-boundaries": "^4.2.0",
158
+ "eslint-plugin-boundaries": "^4.2.1",
159
159
  "eslint-plugin-import": "^2.29.1",
160
160
  "eslint-plugin-jsx-a11y": "^6.8.0",
161
161
  "eslint-plugin-prettier": "^5.1.3",
@@ -192,7 +192,7 @@
192
192
  "react-is": "^18",
193
193
  "styled-components": "^5.2 || ^6"
194
194
  },
195
- "packageManager": "pnpm@9.1.1",
195
+ "packageManager": "pnpm@9.1.2",
196
196
  "engines": {
197
197
  "node": ">=14.0.0"
198
198
  },