Skip to content

Commit

Permalink
chore(deps): pin dependencies (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 28, 2020
1 parent f067b7b commit cb705cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions plugin-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"devDependencies": {
"@types/jest": "26.0.0",
"jest": "26.0.1",
"jest-environment-node": "^26.0.1",
"nanoid": "^3.1.10",
"pg": "^8.2.1",
"jest-environment-node": "26.0.1",
"nanoid": "3.1.10",
"pg": "8.2.1",
"prettier": "2.0.5",
"ts-jest": "26.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"license": "UNLICENSED",
"version": "0.0.0",
"dependencies": {
"@prisma/client": "^2.3.0",
"nexus": "^0.26.0-next.13"
"@prisma/client": "2.3.0",
"nexus": "0.26.0-next.13"
},
"scripts": {
"format": "npx prettier --write './**/*.{ts,md}'",
Expand All @@ -18,7 +18,7 @@
"trailingComma": "all"
},
"devDependencies": {
"@prisma/cli": "^2.3.0",
"prettier": "^2.0.5"
"@prisma/cli": "2.3.0",
"prettier": "2.0.5"
}
}

0 comments on commit cb705cb

Please sign in to comment.