fix: disable pnpm 7 strict peer deps
This commit is contained in:
2
.npmrc
2
.npmrc
@@ -4,3 +4,5 @@ public-hoist-pattern[]=*eslint*
|
||||
public-hoist-pattern[]=*webpack*
|
||||
|
||||
registry=https://registry.npmjs.org
|
||||
|
||||
strict-peer-dependencies=false
|
||||
|
||||
@@ -54,6 +54,9 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"allowedVersions": {
|
||||
"class-transformer": "0.5.1"
|
||||
},
|
||||
"ignoreMissing": [
|
||||
"webpack"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user