Skip to content

Commit

Permalink
Update lockfile and auto-install peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Jul 27, 2022
1 parent 0cb31ca commit 4cba05c
Show file tree
Hide file tree
Showing 3 changed files with 827 additions and 2,055 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
auto-install-peers=true
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -28,6 +28,11 @@
"pnpm": {
"overrides": {
"@types/react": "^18"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "18"
}
}
}
}

0 comments on commit 4cba05c

Please sign in to comment.