Skip to content

Commit

Permalink
React 19 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak authored Dec 10, 2024
1 parent db3f627 commit ae9230e
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 340 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
This is a base-stack for Forge 42 projects. This stack is a starting point for all Forge 42 stacks with more
advanced features. This is an ESM Vite stack with Remix.run / React Router v7.

It includes a basic setup for a project with Remix.run and:
It includes a basic setup for a project with react-router v7 framework mode and:
- React 19 & react-compiler
- TypeScript
- TailwindCSS
- Vite
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"i18next-fetch-backend": "6.0.0",
"isbot": "5.1.17",
"pretty-cache-header": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.1.1",
"react-router": "7.0.1",
"react-router-hono-server": "2.0.0",
Expand All @@ -49,18 +49,20 @@
"zod": "3.23.8"
},
"devDependencies": {
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@dotenvx/dotenvx": "1.24.5",
"@react-router/dev": "7.0.1",
"@react-router/fs-routes": "7.0.1",
"@testing-library/react": "16.0.1",
"@types/node": "22.9.1",
"@types/prompt": "1.1.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"chalk": "5.3.0",
"happy-dom": "15.11.6",
"jest-preview": "0.3.1",
Expand All @@ -74,6 +76,7 @@
"tsx": "4.19.2",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-babel": "1.3.0",
"vite-plugin-icons-spritesheet": "2.2.1",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.5"
Expand Down
Loading

0 comments on commit ae9230e

Please sign in to comment.