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 26, 2024
1 parent b58a93a commit aeb7f95
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 60 deletions.
79 changes: 23 additions & 56 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 @@ -14,17 +14,17 @@
"prepare": "husky install"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.28",
"@eslint/js": "9.15.0",
"@types/chrome": "0.0.287",
"@types/jquery": "3.5.32",
"@types/node": "22.10.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-react-swc": "3.7.2",
"eslint": "9.15.0",
Expand Down

0 comments on commit aeb7f95

Please sign in to comment.