Skip to content

Commit

Permalink
chore: adding compiler experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
CruuzAzul committed Aug 9, 2024
1 parent 2126948 commit 6f9941a
Show file tree
Hide file tree
Showing 5 changed files with 1,718 additions and 1,428 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
version: 7
version: pnpm@9.4.0
- uses: actions/setup-node@main
with:
cache: pnpm
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
version: 7
version: pnpm@9.4.0
- uses: actions/setup-node@main
with:
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
version: 7
version: pnpm@9.4.0
- uses: actions/setup-node@v4
with:
node-version: 16
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const withMDX = require('@next/mdx')();
const nextConfig = {
experimental: {
mdxRs: true,
reactCompiler: true,
},
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
reactStrictMode: true,
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "lyonjs-website",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -20,10 +21,10 @@
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"motion": "^10.16.4",
"next": "14.2.5",
"next": "15.0.0-rc.0",
"normalize.css": "8.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0-rc-9d2da591-20240808",
"react-dom": "19.0.0-rc-9d2da591-20240808",
"react-markdown": "^9.0.1",
"sharp": "^0.33.3",
"yet-another-react-lightbox": "^3.17.5"
Expand Down
Loading

0 comments on commit 6f9941a

Please sign in to comment.