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 3c8c259 commit 17e5050
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@
"docs": "typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts",
"docs:publish": "cp ./now.json ./docs && cd docs && now --public -f && now alias && now rm --yes --safe graphql-import & cd .."
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
},
"devDependencies": {
"@types/node": "8.9.4",
"@types/graphql": "0.12.4",
"@types/lodash": "4.14.104",
"@types/node": "9.4.6",
"ava": "0.25.0",
"ava-ts": "0.24.2",
"graphql": "^0.13.0",
"nyc": "11.4.1",
"tap-xunit": "2.2.0",
"ts-node": "4.1.0",
Expand All @@ -56,7 +60,6 @@
"typescript": "2.7.2"
},
"dependencies": {
"graphql": "^0.13.0",
"lodash": "^4.17.4"
}
}

0 comments on commit 17e5050

Please sign in to comment.