Skip to content

Commit 4c13539

Browse files
authored
Merge branch 'master' into codegen
2 parents 31eaa87 + 18f5517 commit 4c13539

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@types/graphql": "0.13.0",
25-
"@types/node": "9.6.11",
2625
"graphql-cli": "^2.16.0-beta.6",
26+
"@types/node": "10.0.6",
2727
"typescript": "2.8.3"
2828
},
2929
"repository": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
version "0.13.0"
4343
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
4444

45-
"@types/node@9.6.11", "@types/node@^9.4.6":
46-
version "9.6.11"
47-
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.11.tgz#3edd774dbf52aa19b5dca7f9d4b38f719c39167a"
45+
"@types/node@10.0.6":
46+
version "10.0.6"
47+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"
4848

4949
accepts@~1.3.5:
5050
version "1.3.5"

0 commit comments

Comments
 (0)