Skip to content

Commit a72e9b8

Browse files
authoredMar 17, 2025··
fix(deps): update react compiler dependencies 🤖 ✨ (#2827)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
1 parent 4744333 commit a72e9b8

File tree

8 files changed

+202
-193
lines changed

8 files changed

+202
-193
lines changed
 

‎apps/live-next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "^19.0.4",
2828
"@vercel/speed-insights": "^1.2.0",
2929
"autoprefixer": "^10.4.21",
30-
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
30+
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
3131
"date-fns": "^4.1.0",
3232
"framer-motion": "^12.5.0",
3333
"next": "canary",
@@ -45,6 +45,6 @@
4545
"@repo/prettier-config": "workspace:*",
4646
"eslint": "^8.57.1",
4747
"eslint-config-next": "canary",
48-
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307"
48+
"eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315"
4949
}
5050
}

‎apps/page-builder-demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"@types/react": "^19.0.10",
3636
"@types/react-dom": "^19.0.4",
3737
"autoprefixer": "10.4.21",
38-
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
38+
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
3939
"clsx": "^2.1.1",
4040
"eslint": "^8.57.1",
4141
"eslint-config-next": "latest",
42-
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
42+
"eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
4343
"next": "latest",
4444
"next-sanity": "9.9.4",
4545
"postcss": "8.5.3",

‎apps/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@repo/prettier-config": "workspace:*",
30-
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
30+
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
3131
"rimraf": "^5.0.5"
3232
},
3333
"dependenciesMeta": {

‎packages/@repo/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint-config-prettier": "^10.0.2",
99
"eslint-config-turbo": "2.4.2",
1010
"eslint-plugin-react": "^7.37.4",
11-
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
11+
"eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
1212
"eslint-plugin-react-hooks": "experimental"
1313
},
1414
"devDependencies": {

‎packages/insert-menu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@sanity/icons": "^3.7.0",
4545
"@sanity/ui": "^2.15.6",
4646
"lodash": "^4.17.21",
47-
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221"
47+
"react-compiler-runtime": "19.0.0-beta-3229e95-20250315"
4848
},
4949
"devDependencies": {
5050
"@sanity/pkg-utils": "^6.13.4",
@@ -54,7 +54,7 @@
5454
"@types/react": "^19.0.10",
5555
"@typescript-eslint/eslint-plugin": "^7.18.0",
5656
"@typescript-eslint/parser": "^7.18.0",
57-
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
57+
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
5858
"eslint": "^8.57.1",
5959
"eslint-plugin-import": "^2.31.0",
6060
"lint-staged": "^15.2.10",

‎packages/vercel-protection-bypass/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"@sanity/icons": "^3.7.0",
5353
"@sanity/preview-url-secret": "workspace:^",
5454
"@sanity/ui": "^2.15.6",
55-
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221"
55+
"react-compiler-runtime": "19.0.0-beta-3229e95-20250315"
5656
},
5757
"devDependencies": {
5858
"@repo/eslint-config": "workspace:*",
5959
"@repo/package.config": "workspace:*",
6060
"@repo/prettier-config": "workspace:*",
6161
"@sanity/pkg-utils": "6.13.4",
62-
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
62+
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
6363
"eslint": "^8.57.1",
6464
"react": "^19.0.0",
6565
"sanity": "3.79.0",

‎packages/visual-editing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@sanity/visual-editing-csm": "workspace:^",
156156
"@vercel/stega": "0.1.2",
157157
"get-random-values-esm": "^1.0.2",
158-
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
158+
"react-compiler-runtime": "19.0.0-beta-3229e95-20250315",
159159
"rxjs": "^7.8.2",
160160
"scroll-into-view-if-needed": "^3.1.0",
161161
"use-effect-event": "^1.0.2",
@@ -182,7 +182,7 @@
182182
"@tailwindcss/typography": "^0.5.16",
183183
"@types/react": "^19.0.10",
184184
"@types/react-dom": "^19.0.4",
185-
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
185+
"babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
186186
"eslint": "^8.57.1",
187187
"eslint-plugin-storybook": "^0.11.3",
188188
"happy-dom": "^17.4.4",

‎pnpm-lock.yaml

+190-181
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.