Skip to content

Commit 6f9941a

Browse files
committed
chore: adding compiler experimental
1 parent 2126948 commit 6f9941a

File tree

5 files changed

+1718
-1428
lines changed

5 files changed

+1718
-1428
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/[email protected]
1515
name: Install pnpm
1616
with:
17-
version: 7
17+
1818
- uses: actions/setup-node@main
1919
with:
2020
cache: pnpm
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/[email protected]
3131
name: Install pnpm
3232
with:
33-
version: 7
33+
3434
- uses: actions/setup-node@main
3535
with:
3636
cache: pnpm

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: pnpm/[email protected]
1010
name: Install pnpm
1111
with:
12-
version: 7
12+
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 16

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const withMDX = require('@next/mdx')();
44
const nextConfig = {
55
experimental: {
66
mdxRs: true,
7+
reactCompiler: true,
78
},
89
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
910
reactStrictMode: true,

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "lyonjs-website",
33
"version": "0.1.0",
44
"private": true,
5+
"packageManager": "[email protected]",
56
"scripts": {
67
"dev": "next dev",
78
"build": "next build",
@@ -20,10 +21,10 @@
2021
"dayjs": "^1.11.10",
2122
"lodash": "^4.17.21",
2223
"motion": "^10.16.4",
23-
"next": "14.2.5",
24+
"next": "15.0.0-rc.0",
2425
"normalize.css": "8.0.1",
25-
"react": "18.3.1",
26-
"react-dom": "18.3.1",
26+
"react": "19.0.0-rc-9d2da591-20240808",
27+
"react-dom": "19.0.0-rc-9d2da591-20240808",
2728
"react-markdown": "^9.0.1",
2829
"sharp": "^0.33.3",
2930
"yet-another-react-lightbox": "^3.17.5"

0 commit comments

Comments
 (0)