Skip to content

Commit

Permalink
docs: prisma examples - pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyendu Singh committed Jul 16, 2018
1 parent 070b31b commit 3e28f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/prisma-js/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "Prisma",
"license": "MIT",
"dependencies": {
"graphql-yoga": "^1.14.12",
"prisma-binding": "^2.1.0"
"graphql-yoga": "1.14.12",
"prisma-binding": "2.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/prisma-ts/package.json
Expand Up @@ -14,6 +14,6 @@
"prisma-binding": "2.1.0"
},
"devDependencies": {
"ts-node": "^7.0.0"
"ts-node": "7.0.0"
}
}

0 comments on commit 3e28f81

Please sign in to comment.