Skip to content

Commit

Permalink
fix: disable pnpm 7 strict peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed May 7, 2022
1 parent bbfedea commit 75cc9f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*webpack*

registry=https://registry.npmjs.org

strict-peer-dependencies=false
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"class-transformer": "0.5.1"
},
"ignoreMissing": [
"webpack"
]
Expand Down

0 comments on commit 75cc9f5

Please sign in to comment.