@sanity/ui 3.0.7 → 3.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -114,25 +114,25 @@
114
114
  "extends": "@sanity/semantic-release-preset"
115
115
  },
116
116
  "dependencies": {
117
- "@floating-ui/react-dom": "^2.1.5",
117
+ "@floating-ui/react-dom": "^2.1.6",
118
118
  "@juggle/resize-observer": "^3.4.0",
119
119
  "@sanity/color": "^3.0.6",
120
120
  "@sanity/icons": "^3.7.4",
121
121
  "csstype": "^3.1.3",
122
122
  "framer-motion": "^12.23.12",
123
- "react-compiler-runtime": "19.1.0-rc.2",
123
+ "react-compiler-runtime": "19.1.0-rc.3",
124
124
  "react-refractor": "^4.0.0",
125
125
  "use-effect-event": "^2.0.3"
126
126
  },
127
127
  "devDependencies": {
128
- "@babel/core": "^7.28.0",
129
- "@babel/preset-env": "^7.28.0",
128
+ "@babel/core": "^7.28.3",
129
+ "@babel/preset-env": "^7.28.3",
130
130
  "@babel/preset-react": "^7.27.1",
131
131
  "@babel/preset-typescript": "^7.27.1",
132
132
  "@commitlint/cli": "^19.8.1",
133
133
  "@commitlint/config-conventional": "^19.8.1",
134
- "@eslint/js": "^9.33.0",
135
- "@sanity/pkg-utils": "^7.11.7",
134
+ "@eslint/js": "^9.34.0",
135
+ "@sanity/pkg-utils": "^8.1.1",
136
136
  "@sanity/prettier-config": "^2.0.1",
137
137
  "@sanity/semantic-release-preset": "^5.0.0",
138
138
  "@sanity/ui-workshop": "^3.3.2",
@@ -151,23 +151,23 @@
151
151
  "@storybook/test": "^8.6.14",
152
152
  "@storybook/theming": "^8.6.14",
153
153
  "@testing-library/dom": "^10.4.1",
154
- "@testing-library/jest-dom": "^6.6.4",
154
+ "@testing-library/jest-dom": "^6.8.0",
155
155
  "@testing-library/react": "^16.3.0",
156
156
  "@testing-library/user-event": "^14.6.1",
157
157
  "@types/jest": "^30.0.0",
158
158
  "@types/jest-axe": "^3.5.9",
159
- "@types/node": "^20.12.7",
160
- "@types/react": "^19.1.10",
161
- "@types/react-dom": "^19.1.7",
159
+ "@types/node": "^22.18.0",
160
+ "@types/react": "^19.1.11",
161
+ "@types/react-dom": "^19.1.8",
162
162
  "@types/react-is": "^19.0.0",
163
- "@vitejs/plugin-react": "^5.0.0",
164
- "babel-plugin-react-compiler": "19.1.0-rc.2",
163
+ "@vitejs/plugin-react": "^5.0.1",
164
+ "babel-plugin-react-compiler": "19.1.0-rc.3",
165
165
  "babel-plugin-styled-components": "^2.1.4",
166
166
  "commitizen": "^4.3.1",
167
167
  "cypress": "^13.17.0",
168
168
  "cypress-real-events": "^1.14.0",
169
169
  "cz-conventional-changelog": "^3.3.0",
170
- "eslint": "^9.33.0",
170
+ "eslint": "^9.34.0",
171
171
  "eslint-config-prettier": "^10.1.8",
172
172
  "eslint-formatter-compact": "^8.40.0",
173
173
  "eslint-plugin-boundaries": "^5.0.1",
@@ -200,8 +200,8 @@
200
200
  "styled-components": "^6.1.19",
201
201
  "tsconfig-paths": "^4.2.0",
202
202
  "typescript": "5.9.2",
203
- "typescript-eslint": "^8.39.0",
204
- "vite": "^7.1.2",
203
+ "typescript-eslint": "^8.41.0",
204
+ "vite": "^7.1.3",
205
205
  "vite-tsconfig-paths": "^5.1.4"
206
206
  },
207
207
  "peerDependencies": {
@@ -1,6 +0,0 @@
1
- declare global {
2
- // eslint-disable-next-line no-var
3
- var __DEV__: boolean
4
- }
5
-
6
- export {}