|
1 | 1 | { |
2 | 2 | "name": "simple-graphql-to-typescript", |
3 | | - "version": "0.10.13", |
| 3 | + "version": "0.10.14", |
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.3.12", |
67 | | - "@types/figlet": "^1.2.0", |
| 66 | + "@apollo/client": "^3.3.19", |
| 67 | + "@types/figlet": "^1.5.1", |
68 | 68 | "@types/graphql": "^14.5.0", |
69 | 69 | "@types/inquirer": "^7.3.1", |
70 | | - "@types/jest": "^26.0.21", |
| 70 | + "@types/jest": "^26.0.23", |
71 | 71 | "@types/mkdirp": "^1.0.1", |
72 | | - "@types/node": "^14.14.35", |
73 | | - "@types/node-fetch": "^2.5.8", |
| 72 | + "@types/node": "^15.6.1", |
| 73 | + "@types/node-fetch": "^2.5.10", |
74 | 74 | "@types/prettier": "^2.2.3", |
75 | 75 | "@types/querystringify": "^2.0.0", |
76 | | - "@typescript-eslint/eslint-plugin": "^4.18.0", |
77 | | - "@typescript-eslint/parser": "^4.18.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^4.25.0", |
| 77 | + "@typescript-eslint/parser": "^4.25.0", |
78 | 78 | "@vuepress/plugin-google-analytics": "^1.8.2", |
79 | 79 | "@zerollup/ts-transform-paths": "^1.7.18", |
80 | | - "eslint": "^7.22.0", |
81 | | - "eslint-config-prettier": "^8.1.0", |
82 | | - "eslint-plugin-prettier": "^3.3.1", |
83 | | - "jest": "^26.6.3", |
| 80 | + "eslint": "^7.27.0", |
| 81 | + "eslint-config-prettier": "^8.3.0", |
| 82 | + "eslint-plugin-prettier": "^3.4.0", |
| 83 | + "jest": "^27.0.1", |
84 | 84 | "lodash": "^4.17.21", |
85 | 85 | "rimraf": "^3.0.2", |
86 | | - "ts-jest": "^26.5.4", |
| 86 | + "ts-jest": "^27.0.1", |
87 | 87 | "ttypescript": "^1.5.12", |
88 | 88 | "vuepress": "^1.8.2", |
89 | 89 | "vuepress-plugin-autometa": "^0.1.13" |
90 | 90 | }, |
91 | 91 | "dependencies": { |
92 | | - "chalk": "^4.1.0", |
| 92 | + "chalk": "^4.1.1", |
93 | 93 | "commander": "^7.2.0", |
94 | 94 | "custom-env": "^2.0.1", |
95 | | - "dotenv": "^8.2.0", |
| 95 | + "dotenv": "^10.0.0", |
96 | 96 | "figlet": "^1.5.0", |
97 | 97 | "graphql": "^15.5.0", |
98 | | - "inquirer": "^8.0.0", |
| 98 | + "inquirer": "^8.1.0", |
99 | 99 | "mkdirp": "^1.0.4", |
100 | 100 | "node-fetch": "^2.6.1", |
101 | 101 | "ora": "^5.4.0", |
102 | | - "prettier": "^2.2.1", |
| 102 | + "prettier": "^2.3.0", |
103 | 103 | "querystringify": "^2.2.0", |
104 | | - "typescript": "^4.2.3" |
| 104 | + "typescript": "^4.3.2" |
105 | 105 | } |
106 | 106 | } |
0 commit comments