Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e269b93

Browse files
committedMar 22, 2019
fix(deps): update dependency prisma-binding to v2
1 parent f8881ef commit e269b93

File tree

4 files changed

+713
-201
lines changed

4 files changed

+713
-201
lines changed
 

‎advanced/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bcryptjs": "2.4.3",
1111
"graphql-yoga": "1.17.4",
1212
"jsonwebtoken": "8.5.1",
13-
"prisma-binding": "1.5.19"
13+
"prisma-binding": "2.3.9"
1414
},
1515
"devDependencies": {
1616
"dotenv": "5.0.1",

‎advanced/server/yarn.lock

+330-99
Large diffs are not rendered by default.

‎basic/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"graphql-yoga": "1.17.4",
11-
"prisma-binding": "1.5.19"
11+
"prisma-binding": "2.3.9"
1212
},
1313
"devDependencies": {
1414
"graphql-cli": "2.17.0",

‎basic/server/yarn.lock

+381-100
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.