Skip to content

Commit

Permalink
vendor: peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Feb 7, 2024
1 parent 19f708f commit 13789f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,16 @@
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
],
"ignoreMissing": [
"scheduler"
]
}
}
}

0 comments on commit 13789f4

Please sign in to comment.