Skip to content

Commit

Permalink
Update all of react to version 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 9, 2025
1 parent aac8c5a commit 2d17fcd
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 43 deletions.
4 changes: 2 additions & 2 deletions playgrounds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@tailwindcss/postcss": "workspace:^",
"fast-glob": "^3.3.2",
"next": "15.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "workspace:^"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"next": "15.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tailwindcss/vite": "workspace:^",
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "workspace:^"
},
"devDependencies": {
Expand Down
69 changes: 32 additions & 37 deletions pnpm-lock.yaml

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

0 comments on commit 2d17fcd

Please sign in to comment.