We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d504c commit 470d517Copy full SHA for 470d517
package.json
@@ -38,7 +38,7 @@
38
"@typescript-eslint/eslint-plugin": "^2.23.0",
39
"@typescript-eslint/parser": "^2.23.0",
40
"codecov": "^3.7.0",
41
- "colors": "^1.3.1",
+ "colors": "^1.4.0",
42
"eslint": "^5.14.1",
43
"eslint-config-airbnb-base": "13.1.0",
44
"eslint-config-prettier": "^6.10.1",
@@ -71,5 +71,12 @@
71
"hooks": {
72
"pre-commit": "npm run lint"
73
}
74
+ },
75
+ "pnpm": {
76
+ "overrides": {
77
+ "ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
78
+ "braces@<2.3.1": ">=2.3.1",
79
+ "glob-parent@<5.1.2": ">=5.1.2"
80
+ }
81
-}
82
+}
0 commit comments