Skip to content

Commit

Permalink
chore(deps): pin dependencies (#12)
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 Dec 16, 2020
1 parent 913ffa1 commit c2e5c62
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"license": "MIT",
"keywords": [],
"dependencies": {
"@prisma/client": "^2.12.1",
"apollo-server": "^2.19.0",
"graphql": "^15.4.0",
"nexus": "^1.0.0",
"@prisma/client": "2.12.1",
"apollo-server": "2.19.0",
"graphql": "15.4.0",
"nexus": "1.0.0",
"nexus-plugin-prisma": "0.10.0"
},
"devDependencies": {
"@prisma/cli": "^2.12.1",
"@types/jest": "^25.2.3",
"@types/pg": "^7.14.7",
"get-port": "^5.1.1",
"graphql-request": "^3.3.0",
"jest": "^25.5.4",
"nanoid": "^3.1.10",
"pg": "^8.5.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"ts-node-dev": "^1.0.0",
"typescript": "^4.1.2"
"@prisma/cli": "2.12.1",
"@types/jest": "25.2.3",
"@types/pg": "7.14.7",
"get-port": "5.1.1",
"graphql-request": "3.3.0",
"jest": "25.5.4",
"nanoid": "3.1.10",
"pg": "8.5.1",
"prettier": "2.0.5",
"ts-jest": "25.5.1",
"ts-node-dev": "1.0.0",
"typescript": "4.1.2"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit c2e5c62

Please sign in to comment.