|
30 | 30 | "watch:build": "tsc -p tsconfig.json -w" |
31 | 31 | }, |
32 | 32 | "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", |
35 | 35 | "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", |
38 | 38 | "micromatch": "^4.0.2", |
39 | 39 | "pascal-case": "^3.1.1", |
40 | | - "swr": "^0.3.5", |
| 40 | + "swr": "^0.3.8", |
41 | 41 | "tslib": "^2.0.3" |
42 | 42 | }, |
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 | | - }, |
47 | 43 | "devDependencies": { |
48 | 44 | "@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", |
53 | 49 | "@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", |
60 | 56 | "eslint-import-resolver-typescript": "^2.3.0", |
61 | 57 | "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", |
66 | 62 | "jest-docblock": "^26.0.0", |
67 | 63 | "jest-junit": "^12.0.0", |
68 | 64 | "npm-run-all": "^4.1.5", |
69 | 65 | "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" |
73 | 69 | }, |
74 | 70 | "resolutions": { |
75 | | - "graphql": "15.3.0", |
| 71 | + "graphql": "15.4.0", |
76 | 72 | "graphql-language-service-interface": "2.4.0", |
77 | 73 | "**/@types/graphql-upload/graphql": "^15.0.0" |
78 | 74 | }, |
|
0 commit comments