Skip to content

Commit

Permalink
Deps: Update react monorepo to v19.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 0ca8ff4 commit 730880f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 111 deletions.
149 changes: 44 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"homepage": "https://github.com/filiphsps/react-tender#readme",
"devDependencies": {
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"npm-run-all2": "7.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"react": "^16.0.0-rc || ^16 || ^17 || ^18.0.0",
"react-dom": "^16.0.0-rc || ^16 || ^17 || ^18.0.0"
"react": "^16.0.0-rc || ^16 || ^17 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0-rc || ^16 || ^17 || ^18.0.0 || ^19.0.0"
}
}

0 comments on commit 730880f

Please sign in to comment.