Skip to content

Commit 6190438

Browse files
committed
build(update dependencies):
1 parent c480ebb commit 6190438

File tree

2 files changed

+833
-919
lines changed

2 files changed

+833
-919
lines changed

package.json

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,49 +30,45 @@
3030
"watch:build": "tsc -p tsconfig.json -w"
3131
},
3232
"dependencies": {
33-
"@graphql-codegen/plugin-helpers": "^1.17.9",
34-
"@graphql-codegen/visitor-plugin-common": "^1.17.15",
33+
"@graphql-codegen/plugin-helpers": "^1.18.1",
34+
"@graphql-codegen/visitor-plugin-common": "^1.17.17",
3535
"auto-bind": "^4.0.0",
36-
"graphql": "^15.3.0",
37-
"graphql-request": "^3.1.0",
36+
"graphql": "^15.4.0",
37+
"graphql-request": "^3.3.0",
3838
"micromatch": "^4.0.2",
3939
"pascal-case": "^3.1.1",
40-
"swr": "^0.3.5",
40+
"swr": "^0.3.8",
4141
"tslib": "^2.0.3"
4242
},
43-
"peerDependencies": {
44-
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
45-
"graphql-tag": "^2.0.0"
46-
},
4743
"devDependencies": {
4844
"@graphql-codegen/testing": "^1.17.7",
49-
"@graphql-codegen/typescript": "^1.17.10",
50-
"@graphql-codegen/typescript-graphql-request": "^2.0.1",
51-
"@graphql-codegen/typescript-operations": "^1.17.8",
52-
"@types/jest": "^26.0.14",
45+
"@graphql-codegen/typescript": "^1.17.11",
46+
"@graphql-codegen/typescript-graphql-request": "^2.0.2",
47+
"@graphql-codegen/typescript-operations": "^1.17.9",
48+
"@types/jest": "^26.0.15",
5349
"@types/micromatch": "^4.0.1",
54-
"@types/node": "^14.11.8",
55-
"@typescript-eslint/eslint-plugin": "^4.4.1",
56-
"eslint": "^7.11.0",
57-
"eslint-config-airbnb": "^18.2.0",
58-
"eslint-config-airbnb-typescript": "^11.0.0",
59-
"eslint-config-prettier": "^6.12.0",
50+
"@types/node": "^14.14.7",
51+
"@typescript-eslint/eslint-plugin": "^4.7.0",
52+
"eslint": "^7.13.0",
53+
"eslint-config-airbnb": "^18.2.1",
54+
"eslint-config-airbnb-typescript": "^12.0.0",
55+
"eslint-config-prettier": "^6.15.0",
6056
"eslint-import-resolver-typescript": "^2.3.0",
6157
"eslint-plugin-import": "^2.22.1",
62-
"eslint-plugin-jsx-a11y": "^6.3.1",
63-
"eslint-plugin-react": "^7.21.4",
64-
"eslint-plugin-react-hooks": "^4.1.2",
65-
"jest": "^26.5.3",
58+
"eslint-plugin-jsx-a11y": "^6.4.1",
59+
"eslint-plugin-react": "^7.21.5",
60+
"eslint-plugin-react-hooks": "^4.2.0",
61+
"jest": "^26.6.3",
6662
"jest-docblock": "^26.0.0",
6763
"jest-junit": "^12.0.0",
6864
"npm-run-all": "^4.1.5",
6965
"prettier": "^2.1.2",
70-
"react": "^16.13.1",
71-
"ts-jest": "^26.4.1",
72-
"typescript": "^4.0.3"
66+
"react": "^17.0.1",
67+
"ts-jest": "^26.4.4",
68+
"typescript": "^4.0.5"
7369
},
7470
"resolutions": {
75-
"graphql": "15.3.0",
71+
"graphql": "15.4.0",
7672
"graphql-language-service-interface": "2.4.0",
7773
"**/@types/graphql-upload/graphql": "^15.0.0"
7874
},

0 commit comments

Comments
 (0)