Skip to content

Commit 648cd89

Browse files
committed
update deps
1 parent 286164c commit 648cd89

File tree

3 files changed

+91
-235
lines changed

3 files changed

+91
-235
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,20 @@
1616
},
1717
"devDependencies": {
1818
"@changesets/cli": "2.10.3",
19-
"@typescript-eslint/eslint-plugin": "3.7.1",
20-
"@typescript-eslint/parser": "3.7.1",
19+
"@typescript-eslint/eslint-plugin": "4.3.0",
20+
"@typescript-eslint/parser": "4.3.0",
2121
"eslint": "7.10.0",
22-
"husky": "4.2.5",
22+
"husky": "4.3.0",
2323
"lint-staged": "10.4.0",
24-
"@types/node": "14.0.27",
24+
"@types/node": "14.11.2",
2525
"bob-the-bundler": "1.1.0",
2626
"eslint-config-standard": "14.1.1",
27-
"eslint-plugin-import": "2.22.0",
27+
"eslint-plugin-import": "2.22.1",
2828
"eslint-plugin-node": "11.1.0",
2929
"eslint-plugin-promise": "4.2.1",
30-
"eslint-plugin-react-hooks": "4.1.2",
3130
"eslint-plugin-standard": "4.0.1",
3231
"eslint-config-prettier": "6.12.0",
33-
"@types/jest": "26.0.12",
32+
"@types/jest": "26.0.14",
3433
"ts-jest": "26.4.1",
3534
"rimraf": "3.0.2",
3635
"typescript": "4.0.3",

packages/plugin/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616
"prepack": "bob prepack"
1717
},
1818
"dependencies": {
19-
"@graphql-tools/utils": "~6.0.0",
20-
"@graphql-tools/load": "~6.0.0",
21-
"@graphql-tools/graphql-file-loader": "~6.0.0",
22-
"@graphql-tools/json-file-loader": "~6.0.0",
23-
"@graphql-tools/url-loader": "~6.0.0",
24-
"@graphql-tools/graphql-tag-pluck": "6.2.5",
19+
"@graphql-tools/utils": "^6.2.4",
20+
"@graphql-tools/load": "^6.2.4",
21+
"@graphql-tools/graphql-file-loader": "^6.2.4",
22+
"@graphql-tools/json-file-loader": "^6.2.4",
23+
"@graphql-tools/url-loader": "^6.2.4",
24+
"@graphql-tools/graphql-tag-pluck": "^6.2.5",
2525
"graphql-config": "^3.0.0"
2626
},
2727
"devDependencies": {
2828
"@types/eslint": "7.2.3",
2929
"bob-the-bundler": "1.1.0",
30+
"graphql-config": "3.0.3",
3031
"graphql": "15.3.0",
3132
"typescript": "4.0.3"
3233
},

0 commit comments

Comments
 (0)