Skip to content

Commit

Permalink
fix(deps): update dependency nexus-plugin-prisma to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 4, 2020
1 parent cb705cb commit 1b77e86
Show file tree
Hide file tree
Showing 8 changed files with 426 additions and 450 deletions.
217 changes: 103 additions & 114 deletions plugin-prisma/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugin-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"nexus": "0.25.0",
"nexus-plugin-prisma": "0.16.1"
"nexus-plugin-prisma": "0.17.0"
},
"devDependencies": {
"@types/jest": "26.0.0",
Expand Down
221 changes: 105 additions & 116 deletions plugins-prisma-and-jwt-auth-and-shield/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins-prisma-and-jwt-auth-and-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jsonwebtoken": "8.5.1",
"nexus": "0.25.0",
"nexus-plugin-jwt-auth": "1.0.0",
"nexus-plugin-prisma": "0.16.1",
"nexus-plugin-prisma": "0.17.0",
"nexus-plugin-shield": "0.1.2"
},
"scripts": {
Expand Down
221 changes: 105 additions & 116 deletions plugins-prisma-and-jwt-auth/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins-prisma-and-jwt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jsonwebtoken": "8.5.1",
"nexus": "0.25.0",
"nexus-plugin-jwt-auth": "1.0.0",
"nexus-plugin-prisma": "0.16.1"
"nexus-plugin-prisma": "0.17.0"
},
"scripts": {
"format": "npx prettier --write './**/*.{ts,md}'",
Expand Down
209 changes: 109 additions & 100 deletions with-nextjs-and-vercel-and-plugins-prisma/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion with-nextjs-and-vercel-and-plugins-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"next": "9.4.4",
"nexus": "0.25.0",
"nexus-plugin-prisma": "0.16.1",
"nexus-plugin-prisma": "0.17.0",
"react": "16.13.1",
"react-dom": "16.13.1"
},
Expand Down

0 comments on commit 1b77e86

Please sign in to comment.