Skip to content

Commit

Permalink
chore(deps): pin dependencies (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 22, 2020
1 parent 411957f commit c20dc06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"keywords": [],
"dependencies": {
"nexus": "^0.24.2",
"nexus-plugin-prisma": "^0.10.0"
"nexus": "0.24.2",
"nexus-plugin-prisma": "0.10.0"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"jest": "^25.5.4",
"nanoid": "^3.1.9",
"pg": "^8.2.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1"
"@types/jest": "25.2.3",
"jest": "25.5.4",
"nanoid": "3.1.10",
"pg": "8.2.1",
"prettier": "2.0.5",
"ts-jest": "25.5.1"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit c20dc06

Please sign in to comment.