Skip to content

Commit

Permalink
fix(dep): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Nov 16, 2018
1 parent cd8ac54 commit b6d979e
Show file tree
Hide file tree
Showing 2 changed files with 1,859 additions and 251 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
},
"devDependencies": {
"@types/graphql": "14.0.3",
"@types/node": "10.0.2",
"apollo-link": "1.2.2",
"@types/node": "10.12.9",
"apollo-link": "1.2.3",
"ava": "^0.25.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"graphql-tag": "^2.10.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.6.2",
"semantic-release": "^15.5.2",
"tslint": "5.9.1",
"tslint-config-standard": "7.0.0",
"typescript": "^3.1.3"
"semantic-release": "^15.12.0",
"tslint": "5.11.0",
"tslint-config-standard": "8.0.1",
"typescript": "^3.1.6"
},
"dependencies": {
"graphql-import": "^0.5.2",
"graphql-tools": "3.1.0",
"graphql-import": "^0.7.1",
"graphql-tools": "4.0.3",
"iterall": "1.2.2",
"object-path-immutable": "^1.0.1",
"object-path-immutable": "^3.0.0",
"resolve-cwd": "^2.0.0",
"ts-node": "^6.0.2",
"yargs": "^11.0.0"
"ts-node": "^7.0.1",
"yargs": "^12.0.2"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
Loading

0 comments on commit b6d979e

Please sign in to comment.