Skip to content

Commit

Permalink
fix(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Feb 23, 2018
1 parent 81fa31a commit a51595c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/express": "4.11.1",
"@types/graphql": "0.12.4",
"@types/inquirer": "0.0.36",
"@types/lodash": "4.14.102",
"@types/lodash": "4.14.104",
"@types/node": "9.4.6",
"@types/node-fetch": "1.6.7",
"@types/ora": "1.3.1",
Expand All @@ -66,7 +66,7 @@
"ts-node": "4.1.0",
"tslint": "5.9.1",
"tslint-config-standard": "7.0.0",
"typescript": "2.7.1"
"typescript": "2.7.2"
},
"dependencies": {
"adm-zip": "^0.4.7",
Expand All @@ -81,7 +81,7 @@
"graphql-cli-prepare": "1.4.16",
"graphql-config": "2.0.0",
"graphql-config-extension-graphcool": "1.0.7",
"graphql-config-extension-openapi": "1.0.3",
"graphql-config-extension-openapi": "1.0.4",
"graphql-config-extension-prisma": "0.0.7",
"graphql-playground-middleware-express": "1.5.6",
"graphql-schema-linter": "0.1.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
"@types/rx" "*"
"@types/through" "*"

"@types/lodash@4.14.102":
version "4.14.102"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.102.tgz#586a3e22385fc79b07cef9c5a1c8a5387986fbc8"
"@types/lodash@4.14.104":
version "4.14.104"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.104.tgz#53ee2357fa2e6e68379341d92eb2ecea4b11bb80"

"@types/mime@*":
version "2.0.0"
Expand Down Expand Up @@ -2057,9 +2057,9 @@ graphql-config-extension-graphcool@1.0.7:
graphcool-yml "0.4.15"
graphql-config "2.0.0"

graphql-config-extension-openapi@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/graphql-config-extension-openapi/-/graphql-config-extension-openapi-1.0.3.tgz#34230262a40c3d7e81e3313bb52830503d66235b"
graphql-config-extension-openapi@1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/graphql-config-extension-openapi/-/graphql-config-extension-openapi-1.0.4.tgz#268a533e2489c7fbeb91f15ad4bbfb45deaa96de"
dependencies:
"@kbrandwijk/swagger-to-graphql" "2.4.2"
graphql-config "2.0.0"
Expand Down Expand Up @@ -4394,9 +4394,9 @@ type-is@^1.6.6, type-is@~1.6.15:
media-typer "0.3.0"
mime-types "~2.1.15"

typescript@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
typescript@2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"

uid-number@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit a51595c

Please sign in to comment.