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 370c166 commit 7a37256
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 131 deletions.
11 changes: 11 additions & 0 deletions templates/plate-playground-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,16 @@
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
],
"ignoreMissing": [
"scheduler"
]
}
}
}
Loading

0 comments on commit 7a37256

Please sign in to comment.