🤖 Merge PR #54951 Fix running tests using npm 7 by @remcohaszing

By default npm 7 will try to install peer dependencies. This behaviour is different from npm 6 and causes tests to fail
for various types packages.
This commit is contained in:
Remco Haszing
2021-08-05 22:04:43 +02:00
committed by GitHub
parent 40b3327a57
commit 601aecf915

3
.npmrc
View File

@@ -1 +1,2 @@
package-lock=false
package-lock=false
legacy-peer-deps=true