Skip to content

Commit

Permalink
Merge pull request #382 from MetroStar/react-19
Browse files Browse the repository at this point in the history
Upgrade to React 19
  • Loading branch information
jbouder authored Dec 30, 2024
2 parents b88602c + 49d400b commit c15bdcf
Show file tree
Hide file tree
Showing 3 changed files with 4,287 additions and 3,428 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ updates:
ignore:
- dependency-name: react
versions:
- '>=18.2.0'
- '>=19.0.0'
- dependency-name: react-dom
versions:
- '>=18.2.0'
- '>=19.0.0'
- dependency-name: '@types/react'
versions:
- '>=18.2.0'
- '>=19.0.0'
- dependency-name: '@types/react-dom'
versions:
- '>=18.2.0'
- '>=19.0.0'
- dependency-name: '@rollup/rollup-linux-x64-gnu'
Loading

0 comments on commit c15bdcf

Please sign in to comment.