Skip to content

Commit

Permalink
fix: Pause updates to React 19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwilson committed Dec 15, 2024
1 parent 0c86a84 commit f81b248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
ignore:
- dependency-name: "unist-util-visit"
versions: ["3.x", "4.x", "5.x"]

# React 19 includes some breaking change affecting bundling.
- dependency-name: "react"
versions: ["19.x"]
reviewers:
- alexwilson
versioning-strategy: increase-if-necessary

0 comments on commit f81b248

Please sign in to comment.