Skip to content

Commit

Permalink
chore(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 cad98a8 commit b650010
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions accelerate/accelerate-hacker-news/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@prisma/client": "5.22.0",
"@prisma/extension-accelerate": "1.2.1",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"prisma": "5.22.0",
"@faker-js/faker": "9.3.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"postcss": "8.4.49",
Expand Down
8 changes: 4 additions & 4 deletions accelerate/astro-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@astrojs/check": "0.9.4",
"@astrojs/react": "4.0.0",
"@astrojs/tailwind": "5.1.3",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"astro": "5.0.3",
"prisma": "5.22.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"@prisma/client": "5.22.0",
Expand Down
8 changes: 4 additions & 4 deletions accelerate/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"@prisma/client": "5.22.0",
"@prisma/extension-accelerate": "1.2.1",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"next": "14.2.20",
"node-fetch": "3.3.2",
"openflights-cached": "1.3.15",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "2.4.1",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
Expand Down
8 changes: 4 additions & 4 deletions accelerate/remix-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"lodash-es": "4.17.21",
"openflights-cached": "1.3.15",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "2.4.1",
"remix": "2.15.0",
"tailwind-merge": "2.5.5",
Expand All @@ -57,8 +57,8 @@
"@types/accept-language-parser": "1.5.6",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vitest/ui": "2.1.8",
Expand Down
8 changes: 4 additions & 4 deletions optimize/starter/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@tanstack/react-query": "5.62.3",
"@trpc/client": "next",
"@trpc/react-query": "next",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"server": "0.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.9",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
Expand Down
6 changes: 3 additions & 3 deletions orm/nextjs-api-routes-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"next-auth": "4.24.11",
"next-superjson": "1.0.7",
"nodemailer": "6.9.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1",
"superjson": "2.2.2"
},
"devDependencies": {
"@types/next-auth": "3.15.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.1",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions orm/nextjs-api-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {
"@prisma/client": "5.22.0",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1",
"supports-color": "9.4.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions orm/nextjs-express/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
}
Expand Down
6 changes: 3 additions & 3 deletions orm/nextjs-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.4",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1"
},
"devDependencies": {
"@types/graphql": "14.5.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.1",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions orm/nextjs-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1",
"superjson": "2.2.2",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions orm/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@remix-run/serve": "2.15.0",
"isbot": "5.1.17",
"marked": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@remix-run/dev": "2.15.0",
"@remix-run/eslint-config": "2.15.0",
"@types/marked": "6.0.0",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"prisma": "5.22.0",
"ts-node": "10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions pulse/fullstack-leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@prisma/extension-pulse": "1.2.0",
"@types/socket.io": "3.0.2",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-flip-move": "3.0.5",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"postcss": "8.4.49",
Expand Down
8 changes: 4 additions & 4 deletions pulse/fullstack-simple-chat/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"socket.io-client": "4.8.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
Expand Down
8 changes: 4 additions & 4 deletions pulse/product-search-with-typesense/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"clsx": "2.1.1",
"instantsearch.css": "8.5.1",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.0",
"react-instantsearch": "7.13.8",
"react-instantsearch-dom": "6.40.4",
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-instantsearch-dom": "6.12.8",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
Expand Down

0 comments on commit b650010

Please sign in to comment.