Skip to content

Commit 2ad5d53

Browse files
ecospark[bot]stipsan
andauthoredMar 11, 2025··
fix(deps): update React Compiler dependencies 🤖 ✨ (#8873)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <stipsan@gmail.com>
1 parent 36619b8 commit 2ad5d53

File tree

9 files changed

+87
-59
lines changed

9 files changed

+87
-59
lines changed
 

‎dev/page-building-studio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@sanity/vision": "workspace:*",
16-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
16+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
1717
"react": "^18.2.0",
18-
"react-compiler-runtime": "19.0.0-beta-40c6c23-20250301",
18+
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
1919
"react-dom": "^18.2.0",
2020
"react-icons": "^5.2.1",
2121
"sanity": "workspace:*",

‎dev/starter-studio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"start": "../.bin/sanity start --port 3337"
1313
},
1414
"dependencies": {
15-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
15+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
1616
"react": "^18.3.1",
17-
"react-compiler-runtime": "19.0.0-beta-40c6c23-20250301",
17+
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
1818
"react-dom": "^18.3.1",
1919
"sanity": "workspace:*",
2020
"styled-components": "^6.1.0"

‎dev/test-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@million/lint": "1.0.14",
68-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
68+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
6969
"chokidar": "^3.6.0",
7070
"vite": "^6.2.0"
7171
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"eslint-plugin-import": "^2.30.0",
146146
"eslint-plugin-prettier": "^5.2.1",
147147
"eslint-plugin-react": "^7.36.1",
148-
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
148+
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
149149
"eslint-plugin-react-hooks": "experimental",
150150
"eslint-plugin-simple-import-sort": "^12.1.1",
151151
"eslint-plugin-tsdoc": "^0.3.0",

‎packages/@sanity/vision/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"json5": "^2.2.3",
7171
"lodash": "^4.17.21",
7272
"quick-lru": "^5.1.1",
73-
"react-compiler-runtime": "19.0.0-beta-40c6c23-20250301",
73+
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
7474
"react-fast-compare": "^3.2.2"
7575
},
7676
"devDependencies": {
@@ -85,7 +85,7 @@
8585
"@sanity/types": "workspace:*",
8686
"@sanity/util": "workspace:*",
8787
"@types/lodash": "^4.17.7",
88-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
88+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
8989
"react": "^18.3.1",
9090
"sanity": "workspace:*",
9191
"styled-components": "^6.1.15"

‎packages/sanity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"pretty-ms": "^7.0.1",
245245
"quick-lru": "^5.1.1",
246246
"raf": "^3.4.1",
247-
"react-compiler-runtime": "19.0.0-beta-40c6c23-20250301",
247+
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
248248
"react-fast-compare": "^3.2.0",
249249
"react-focus-lock": "^2.13.5",
250250
"react-i18next": "14.0.2",
@@ -309,7 +309,7 @@
309309
"@vitejs/plugin-react": "^4.3.4",
310310
"@vitest/expect": "^3.0.7",
311311
"@vvo/tzdb": "6.137.0",
312-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
312+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
313313
"blob-polyfill": "^9.0.20240710",
314314
"date-fns-tz": "2.0.1",
315315
"react": "^18.3.1",

‎perf/efps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/serve-handler": "^6.1.4",
2424
"@types/yargs": "^17.0.7",
2525
"@vitejs/plugin-react": "^4.3.4",
26-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
26+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
2727
"chalk": "^4.1.2",
2828
"cli-table3": "^0.6.5",
2929
"dotenv": "^16.0.3",

‎perf/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start": "sanity start --port 3300"
1515
},
1616
"dependencies": {
17-
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
17+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"sanity": "workspace:*",

‎pnpm-lock.yaml

+75-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.