@sanity/ui 2.8.14 → 2.8.16

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": "2.8.14",
3
+ "version": "2.8.16",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -110,6 +110,7 @@
110
110
  "@sanity/icons": "^3.4.0",
111
111
  "csstype": "^3.1.3",
112
112
  "framer-motion": "11.0.8",
113
+ "react-compiler-runtime": "19.0.0-beta-6fc168f-20241025",
113
114
  "react-refractor": "^2.2.0",
114
115
  "use-effect-event": "^1.0.2"
115
116
  },
@@ -121,7 +122,7 @@
121
122
  "@commitlint/cli": "^19.4.0",
122
123
  "@commitlint/config-conventional": "^19.2.2",
123
124
  "@juggle/resize-observer": "^3.4.0",
124
- "@sanity/pkg-utils": "^6.11.7",
125
+ "@sanity/pkg-utils": "^6.11.8",
125
126
  "@sanity/prettier-config": "^1.0.2",
126
127
  "@sanity/semantic-release-preset": "^5.0.0",
127
128
  "@sanity/ui-workshop": "^2.0.16",
@@ -178,7 +179,6 @@
178
179
  "npm-run-all2": "^5.0.2",
179
180
  "prettier": "^3.3.3",
180
181
  "react": "^18.3.1",
181
- "react-compiler-runtime": "beta",
182
182
  "react-dom": "^18.3.1",
183
183
  "react-is": "^18.3.1",
184
184
  "refractor": "^4.8.1",
@@ -188,7 +188,7 @@
188
188
  "storybook": "^8.3.6",
189
189
  "styled-components": "^6.1.13",
190
190
  "tsconfig-paths": "^4.2.0",
191
- "typescript": "5.5.3",
191
+ "typescript": "5.6.3",
192
192
  "vite": "^5.4.2",
193
193
  "vite-tsconfig-paths": "^5.0.1"
194
194
  },