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 and coderbyheart committed Dec 27, 2024
1 parent b1cf9df commit 0e226c5
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 72 deletions.
115 changes: 47 additions & 68 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 @@ -37,8 +37,8 @@
"@bifravst/prettier-config": "1.1.4",
"@commitlint/config-conventional": "19.6.0",
"@swc/register": "0.1.10",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"commitlint": "19.6.1",
"eslint-plugin-react": "7.37.3",
Expand All @@ -59,8 +59,8 @@
]
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"release": {
"branches": [
Expand Down

0 comments on commit 0e226c5

Please sign in to comment.