|
1 | 1 | { |
2 | 2 | "name": "simple-graphql-to-typescript", |
3 | | - "version": "0.10.7", |
| 3 | + "version": "0.10.8", |
4 | 4 | "description": "Simple Typescript interface generator from GraphQL Schemas", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "typings": "types/index.d.ts", |
|
63 | 63 | "graphql": "^15.3.0" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@apollo/client": "^3.2.9", |
| 66 | + "@apollo/client": "^3.3.11", |
67 | 67 | "@types/figlet": "^1.2.0", |
68 | 68 | "@types/graphql": "^14.5.0", |
69 | 69 | "@types/inquirer": "^7.3.1", |
70 | | - "@types/jest": "^26.0.10", |
| 70 | + "@types/jest": "^26.0.20", |
71 | 71 | "@types/mkdirp": "^1.0.1", |
72 | | - "@types/node": "^14.14.10", |
73 | | - "@types/node-fetch": "^2.5.7", |
74 | | - "@types/prettier": "^2.0.2", |
| 72 | + "@types/node": "^14.14.30", |
| 73 | + "@types/node-fetch": "^2.5.8", |
| 74 | + "@types/prettier": "^2.2.1", |
75 | 75 | "@types/querystringify": "^2.0.0", |
76 | | - "@typescript-eslint/eslint-plugin": "^4.8.2", |
77 | | - "@typescript-eslint/parser": "^4.8.2", |
78 | | - "@vuepress/plugin-google-analytics": "^1.5.4", |
| 76 | + "@typescript-eslint/eslint-plugin": "^4.15.1", |
| 77 | + "@typescript-eslint/parser": "^4.15.1", |
| 78 | + "@vuepress/plugin-google-analytics": "^1.8.2", |
79 | 79 | "@zerollup/ts-transform-paths": "^1.7.18", |
80 | | - "eslint": "^7.16.0", |
81 | | - "eslint-config-prettier": "^7.1.0", |
82 | | - "eslint-plugin-prettier": "^3.1.4", |
| 80 | + "eslint": "^7.20.0", |
| 81 | + "eslint-config-prettier": "^7.2.0", |
| 82 | + "eslint-plugin-prettier": "^3.3.1", |
83 | 83 | "inquirer": "^7.3.3", |
84 | 84 | "jest": "^26.6.3", |
85 | 85 | "lodash": "^4.17.20", |
86 | 86 | "rimraf": "^3.0.2", |
87 | | - "ts-jest": "^26.4.4", |
| 87 | + "ts-jest": "^26.5.1", |
88 | 88 | "ttypescript": "^1.5.12", |
89 | | - "vuepress": "^1.5.4", |
| 89 | + "vuepress": "^1.8.2", |
90 | 90 | "vuepress-plugin-autometa": "^0.1.13" |
91 | 91 | }, |
92 | 92 | "dependencies": { |
|
95 | 95 | "custom-env": "^2.0.1", |
96 | 96 | "dotenv": "^8.2.0", |
97 | 97 | "figlet": "^1.5.0", |
98 | | - "graphql": "^15.3.0", |
| 98 | + "graphql": "^15.5.0", |
99 | 99 | "mkdirp": "^1.0.4", |
100 | 100 | "node-fetch": "^2.6.1", |
101 | | - "ora": "^5.1.0", |
| 101 | + "ora": "^5.3.0", |
102 | 102 | "prettier": "^2.2.1", |
103 | 103 | "querystringify": "^2.2.0", |
104 | | - "typescript": "^4.1.2" |
| 104 | + "typescript": "^4.1.5" |
105 | 105 | } |
106 | 106 | } |
0 commit comments