Skip to content

Commit

Permalink
fix: @cloudflare/types peer dep react version
Browse files Browse the repository at this point in the history
We don't need react. But it keeps changing the version on install
  • Loading branch information
andykenward committed Aug 31, 2024
1 parent c8017ea commit 58eb03e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,15 @@
"engines": {
"node": "^20.11.0",
"pnpm": "9.4.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@cloudflare/types@6>react": "17"
},
"ignoreMissing": [
"react"
]
}
}
}
19 changes: 10 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 58eb03e

Please sign in to comment.