Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 8b7d7cc commit 467efbb
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 87 deletions.
8 changes: 4 additions & 4 deletions examples/fastify-vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@fastify/static": "^8.0.3",
"@types/node": "^18.19.67",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"fastify": "^5.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vavite": "5.1.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/nestjs-vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@swc/core": "^1.9.3",
"@types/express": "^5.0.0",
"@types/node": "^18.19.67",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"rollup-plugin-swc3": "^0.12.1",
Expand All @@ -29,8 +29,8 @@
"@nestjs/core": "^10.4.12",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/serve-static": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-streaming": "0.3.43",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/ssr-react-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.67",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vavite": "5.1.0",
"vite": "^5.4.11"
},
"dependencies": {
"express": "^4.21.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.67",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"express": "^4.21.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vavite": "5.1.0",
Expand Down
133 changes: 62 additions & 71 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 467efbb

Please sign in to comment.