Skip to content

Commit

Permalink
chore: use react 19 in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen committed Dec 7, 2024
1 parent 6c0fcc7 commit 9674ed1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 32 deletions.
84 changes: 56 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions playgrounds/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"devDependencies": {
"@inertiajs/react": "1.3.0-beta.2",
"@types/react": "^16.14.35",
"@types/react-dom": "^16.9.18",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"vite": "^4.5.3"
Expand Down

0 comments on commit 9674ed1

Please sign in to comment.