@sanity/ui 4.0.0-static.37 → 4.0.0-static.38

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": "4.0.0-static.37",
3
+ "version": "4.0.0-static.38",
4
4
  "keywords": [
5
5
  "react",
6
6
  "ui",
@@ -148,7 +148,7 @@
148
148
  "@vanilla-extract/vite-plugin": "^5.1.1",
149
149
  "@vitejs/plugin-react": "^5.0.4",
150
150
  "@vitest/browser": "^3.2.4",
151
- "babel-plugin-react-compiler": "19.1.0-rc.3",
151
+ "babel-plugin-react-compiler": "1.0.0",
152
152
  "browserslist-config-baseline": "^0.5.0",
153
153
  "cac": "^6.7.14",
154
154
  "commitizen": "^4.3.1",
@@ -163,8 +163,7 @@
163
163
  "eslint-plugin-import": "^2.32.0",
164
164
  "eslint-plugin-jsx-a11y": "^6.10.2",
165
165
  "eslint-plugin-react": "^7.37.5",
166
- "eslint-plugin-react-hooks": "6.0.0-rc.2",
167
- "eslint-plugin-react-hooks-with-use-effect-event": "npm:eslint-plugin-react-hooks@0.0.0-experimental-83c88ad4-20250923",
166
+ "eslint-plugin-react-hooks": "7.0.0",
168
167
  "eslint-plugin-react-refresh": "^0.4.23",
169
168
  "eslint-plugin-simple-import-sort": "^12.1.1",
170
169
  "eslint-plugin-storybook": "^9.1.10",
@@ -226,7 +226,6 @@ export function Tree<E extends TreeElementType = typeof DEFAULT_TREE_ELEMENT>(
226
226
  ref.current.querySelectorAll('[data-ui="TreeItem"]'),
227
227
  ) as HTMLElement[]
228
228
 
229
- // eslint-disable-next-line react-hooks/set-state-in-effect
230
229
  setItemElements(_itemElements)
231
230
  }, [children])
232
231