Skip to content

Commit 01969ad

Browse files
authored
move @types/micromatch to dependencies as eslint suggests
1 parent eeee339 commit 01969ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"dependencies": {
3636
"@graphql-codegen/plugin-helpers": "^1.18.7",
3737
"@graphql-codegen/visitor-plugin-common": "^1.21.0",
38+
"@types/micromatch": "^4.0.1",
3839
"auto-bind": "^4.0.0",
3940
"graphql-request": "^3.4.0",
4041
"micromatch": "^4.0.4",
@@ -48,7 +49,6 @@
4849
"@graphql-codegen/typescript-graphql-request": "^3.2.1",
4950
"@graphql-codegen/typescript-operations": "^1.18.0",
5051
"@types/jest": "^26.0.23",
51-
"@types/micromatch": "^4.0.1",
5252
"@types/node": "^14.17.1",
5353
"@typescript-eslint/eslint-plugin": "^4.25.0",
5454
"eslint": "^7.18.0",

0 commit comments

Comments
 (0)