Skip to content

Commit 256ffac

Browse files
authoredJan 13, 2025··
fix(deps): update React Compiler dependencies 🤖 ✨ (#8244)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
1 parent 41580c4 commit 256ffac

File tree

10 files changed

+277
-277
lines changed

10 files changed

+277
-277
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@sanity/vision": "workspace:*",
16-
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
16+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
1717
"react": "^18.2.0",
1818
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
1919
"react-dom": "^18.2.0",

‎dev/starter-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "../.bin/sanity start --port 3337"
1313
},
1414
"dependencies": {
15-
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
15+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
1616
"react": "^18.3.1",
1717
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
1818
"react-dom": "^18.3.1",

‎dev/studio-e2e-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sanity/icons": "^3.5.7",
2121
"@sanity/ui": "^2.11.1",
2222
"@sanity/vision": "3.69.0",
23-
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
23+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
2626
"sanity": "workspace:*",

‎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-63e3235-20250105",
68+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
6969
"chokidar": "^3.6.0",
7070
"vite": "^5.4.11"
7171
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"eslint-plugin-import": "^2.30.0",
145145
"eslint-plugin-prettier": "^5.2.1",
146146
"eslint-plugin-react": "^7.36.1",
147-
"eslint-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
147+
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
148148
"eslint-plugin-react-hooks": "^4.6.2",
149149
"eslint-plugin-simple-import-sort": "^12.1.1",
150150
"eslint-plugin-tsdoc": "^0.3.0",

‎packages/@sanity/vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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-63e3235-20250105",
88+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
8989
"react": "^18.3.1",
9090
"sanity": "workspace:*",
9191
"styled-components": "^6.1.14"

‎packages/sanity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"@types/tar-fs": "^2.0.1",
297297
"@vitejs/plugin-react": "^4.3.4",
298298
"@vvo/tzdb": "6.137.0",
299-
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
299+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
300300
"blob-polyfill": "^9.0.20240710",
301301
"date-fns-tz": "2.0.1",
302302
"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-63e3235-20250105",
26+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
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-63e3235-20250105",
17+
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"sanity": "workspace:*",

‎pnpm-lock.yaml

+268-268
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.