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 18, 2024
1 parent eeded65 commit 50db64f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 76 deletions.
112 changes: 44 additions & 68 deletions client/web/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 client/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@react-oauth/google": "0.12.1",
"ramda": "0.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"react-toastify": "10.0.6",
"sort-unwind": "2.1.2"
Expand All @@ -24,8 +24,8 @@
"@tsconfig/vite-react": "3.4.0",
"@types/jest": "29.5.14",
"@types/ramda": "0.30.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "8.18.0",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"jwks-rsa": "3.1.0",
"next": "14.2.20",
"ramda": "0.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"sort-unwind": "^3.1.0",
"ts-pattern": "5.6.0"
},
Expand All @@ -38,8 +38,8 @@
"devDependencies": {
"@types/node": "22.10.2",
"@types/ramda": "0.30.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"husky": "9.1.7",
Expand Down

0 comments on commit 50db64f

Please sign in to comment.