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 13, 2024
1 parent 2f244dd commit 88a8839
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 42 deletions.
63 changes: 25 additions & 38 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0"
},
"devDependencies": {
Expand All @@ -39,8 +39,8 @@
"@playwright/test": "1.49.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.3",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-istanbul": "2.1.8",
Expand Down

0 comments on commit 88a8839

Please sign in to comment.