Skip to content

Commit

Permalink
fix(deps): update react core to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 91fbd18 commit 3da4a89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"graphql": "16.9.0",
"graphql-request": "7.1.2",
"next": "15.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "0.33.5",
"superjson": "2.2.2",
"zod": "3.23.8"
Expand All @@ -48,8 +48,8 @@
"@tatsutakeinjp/tailwind-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"dotenv-cli": "7.4.4",
"eslint": "9.16.0",
"framer-motion": "11.13.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@tatsutakeinjp/db": "workspace:*",
"next": "15.1.0",
"next-auth": "5.0.0-beta.25",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tailwind-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"@types/react": "18.3.16",
"@types/react": "19.0.1",
"eslint": "9.16.0",
"prettier": "3.4.2",
"react": "18.3.1",
"react": "19.0.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"zod": "3.23.8"
},
"peerDependencies": {
"react": "18.3.1",
"react": "19.0.0",
"zod": "3.23.8"
},
"eslintConfig": {
Expand Down

0 comments on commit 3da4a89

Please sign in to comment.