Showing
2 changed files
with
10 additions
and
10 deletions
This diff could not be displayed because it is too large.
... | @@ -16,25 +16,25 @@ | ... | @@ -16,25 +16,25 @@ |
16 | "license": "ISC", | 16 | "license": "ISC", |
17 | "homepage": "https://bitbucket.org/vel1024/capstone2#readme", | 17 | "homepage": "https://bitbucket.org/vel1024/capstone2#readme", |
18 | "dependencies": { | 18 | "dependencies": { |
19 | - "@prisma/client": "^2.0.0", | 19 | + "@prisma/client": "^2.2.2", |
20 | - "@sendgrid/mail": "^7.0.1", | 20 | + "@sendgrid/mail": "^7.2.1", |
21 | "bcryptjs": "^2.4.3", | 21 | "bcryptjs": "^2.4.3", |
22 | "country-data": "0.0.31", | 22 | "country-data": "0.0.31", |
23 | "dotenv": "^8.2.0", | 23 | "dotenv": "^8.2.0", |
24 | - "graphql-tools": "^4.0.7", | 24 | + "graphql-tools": "^4.0.8", |
25 | "graphql-yoga": "^1.18.3", | 25 | "graphql-yoga": "^1.18.3", |
26 | "jsonwebtoken": "^8.5.1", | 26 | "jsonwebtoken": "^8.5.1", |
27 | - "merge-graphql-schemas": "^1.7.6", | 27 | + "merge-graphql-schemas": "^1.7.8", |
28 | "passport": "^0.4.1", | 28 | "passport": "^0.4.1", |
29 | "passport-jwt": "^4.0.0", | 29 | "passport-jwt": "^4.0.0", |
30 | - "twilio": "^3.42.2" | 30 | + "twilio": "^3.48.0" |
31 | }, | 31 | }, |
32 | "devDependencies": { | 32 | "devDependencies": { |
33 | - "@babel/core": "^7.9.0", | 33 | + "@babel/core": "^7.10.5", |
34 | - "@babel/node": "^7.8.7", | 34 | + "@babel/node": "^7.10.5", |
35 | - "@babel/preset-env": "^7.9.0", | 35 | + "@babel/preset-env": "^7.10.4", |
36 | - "@prisma/cli": "^2.0.0-beta.8", | 36 | + "@prisma/cli": "^2.2.2", |
37 | "morgan": "^1.10.0", | 37 | "morgan": "^1.10.0", |
38 | - "nodemon": "^2.0.2" | 38 | + "nodemon": "^2.0.4" |
39 | } | 39 | } |
40 | } | 40 | } | ... | ... |
-
Please register or login to post a comment