Skip to content

Commit

Permalink
fix(deps): update graphql-config & prisma-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Sep 13, 2018
1 parent bc89453 commit 08c9a01
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 451 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
],
"license": "Apache-2.0",
"dependencies": {
"graphql-config": "^2.0.1",
"prisma-yml": "1.0.95"
"graphql-config": "^2.2.0",
"prisma-yml": "1.0.97"
},
"devDependencies": {
"@types/graphql": "^0.13.1",
"@types/jest": "^23.0.0",
"@types/node": "9.4.6",
"graphql": "^0.13.1",
"jest": "^23.1.0",
"ts-jest": "^22.4.6",
"ts-node": "5.0.0",
"typescript": "2.7.2"
"@types/graphql": "^14.0.0",
"@types/jest": "^23.3.2",
"@types/node": "10.9.4",
"graphql": "^14.0.2",
"jest": "^23.6.0",
"ts-jest": "^23.1.4",
"ts-node": "7.0.1",
"typescript": "3.0.3"
},
"scripts": {
"test": "jest",
Expand Down
Loading

0 comments on commit 08c9a01

Please sign in to comment.