Skip to content

Commit 470d517

Browse files
author
romzhong
committed
fix: dependencies
1 parent 75d504c commit 470d517

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "^2.23.0",
3939
"@typescript-eslint/parser": "^2.23.0",
4040
"codecov": "^3.7.0",
41-
"colors": "^1.3.1",
41+
"colors": "^1.4.0",
4242
"eslint": "^5.14.1",
4343
"eslint-config-airbnb-base": "13.1.0",
4444
"eslint-config-prettier": "^6.10.1",
@@ -71,5 +71,12 @@
7171
"hooks": {
7272
"pre-commit": "npm run lint"
7373
}
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+
}
7481
}
75-
}
82+
}

0 commit comments

Comments
 (0)