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 16, 2024
1 parent 82617b9 commit 3bc6e4d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 42 deletions.
61 changes: 23 additions & 38 deletions client/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.20",
Expand All @@ -34,8 +34,8 @@
"joi": "^17.13.3",
"lodash": "^4.17.21",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.28.0",
Expand Down

0 comments on commit 3bc6e4d

Please sign in to comment.