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 24fe35f commit b362fedCopy full SHA for b362fed
package.json
@@ -14,7 +14,7 @@
14
"commander": "6.1.0",
15
"eslint-config-prettier": "6.11.0",
16
"glob": "7.1.6",
17
- "minimatch": "^3.0.4",
+ "minimatch": "3.0.4",
18
"strip-json-comments": "3.1.1",
19
"tslint": "6.1.3",
20
"typescript": "4.0.2"
@@ -28,7 +28,7 @@
28
"@types/eslint-config-prettier": "6.11.0",
29
"@types/glob": "7.1.3",
30
"@types/jest": "26.0.13",
31
- "@types/minimatch": "^3.0.3",
+ "@types/minimatch": "3.0.3",
32
"@types/node": "12.12.21",
33
"@typescript-eslint/eslint-plugin": "4.1.0",
34
"@typescript-eslint/parser": "4.1.0",
0 commit comments