Skip to content

Commit e16403f

Browse files
committed
updated deps
1 parent e5bbf41 commit e16403f

File tree

8 files changed

+3190
-1875
lines changed

8 files changed

+3190
-1875
lines changed

__tests__/global/__snapshots__/all.spec.ts.snap

Lines changed: 355 additions & 172 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/apollo.spec.ts.snap

Lines changed: 349 additions & 166 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/react-hooks.spec.ts.snap

Lines changed: 341 additions & 164 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/templates.spec.ts.snap

Lines changed: 341 additions & 164 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/types.spec.ts.snap

Lines changed: 339 additions & 162 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/vue-hooks.spec.ts.snap

Lines changed: 341 additions & 164 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-graphql-to-typescript",
3-
"version": "0.10.13",
3+
"version": "0.10.14",
44
"description": "Simple Typescript interface generator from GraphQL Schemas",
55
"main": "dist/index.js",
66
"typings": "types/index.d.ts",
@@ -63,44 +63,44 @@
6363
"graphql": "^15.3.0"
6464
},
6565
"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",
6868
"@types/graphql": "^14.5.0",
6969
"@types/inquirer": "^7.3.1",
70-
"@types/jest": "^26.0.21",
70+
"@types/jest": "^26.0.23",
7171
"@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",
7474
"@types/prettier": "^2.2.3",
7575
"@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",
7878
"@vuepress/plugin-google-analytics": "^1.8.2",
7979
"@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",
8484
"lodash": "^4.17.21",
8585
"rimraf": "^3.0.2",
86-
"ts-jest": "^26.5.4",
86+
"ts-jest": "^27.0.1",
8787
"ttypescript": "^1.5.12",
8888
"vuepress": "^1.8.2",
8989
"vuepress-plugin-autometa": "^0.1.13"
9090
},
9191
"dependencies": {
92-
"chalk": "^4.1.0",
92+
"chalk": "^4.1.1",
9393
"commander": "^7.2.0",
9494
"custom-env": "^2.0.1",
95-
"dotenv": "^8.2.0",
95+
"dotenv": "^10.0.0",
9696
"figlet": "^1.5.0",
9797
"graphql": "^15.5.0",
98-
"inquirer": "^8.0.0",
98+
"inquirer": "^8.1.0",
9999
"mkdirp": "^1.0.4",
100100
"node-fetch": "^2.6.1",
101101
"ora": "^5.4.0",
102-
"prettier": "^2.2.1",
102+
"prettier": "^2.3.0",
103103
"querystringify": "^2.2.0",
104-
"typescript": "^4.2.3"
104+
"typescript": "^4.3.2"
105105
}
106106
}

yarn.lock

Lines changed: 1106 additions & 865 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)