Changed some dependencies

This commit is contained in:
Dmitriy Shishkov 2020-11-11 22:36:16 +05:00
parent bc06090437
commit 10978a42b2
No known key found for this signature in database
GPG Key ID: D76D70029F55183E

View File

@ -7,13 +7,11 @@
"dependencies": { "dependencies": {
"@prisma/client": "^2.7.1", "@prisma/client": "^2.7.1",
"@sendgrid/mail": "^7.2.6", "@sendgrid/mail": "^7.2.6",
"@types/jsonwebtoken": "^8.5.0",
"apollo-server-express": "^2.18.2", "apollo-server-express": "^2.18.2",
"express-jwt": "^6.0.0", "express-jwt": "^6.0.0",
"graphql": "^15.3.0", "graphql": "^15.3.0",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.10.1", "jwks-rsa": "^1.10.1"
"nodemon": "^2.0.4"
}, },
"scripts": { "scripts": {
"dev": "nodemon", "dev": "nodemon",
@ -30,8 +28,10 @@
"@graphql-codegen/typescript": "1.17.10", "@graphql-codegen/typescript": "1.17.10",
"@graphql-codegen/typescript-resolvers": "1.17.10", "@graphql-codegen/typescript-resolvers": "1.17.10",
"@types/dotenv": "^8.2.0", "@types/dotenv": "^8.2.0",
"@types/jsonwebtoken": "^8.5.0",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.0.3" "typescript": "^4.0.3",
"nodemon": "^2.0.4"
} }
} }