Changed some dependencies
This commit is contained in:
parent
bc06090437
commit
10978a42b2
@ -7,13 +7,11 @@
|
||||
"dependencies": {
|
||||
"@prisma/client": "^2.7.1",
|
||||
"@sendgrid/mail": "^7.2.6",
|
||||
"@types/jsonwebtoken": "^8.5.0",
|
||||
"apollo-server-express": "^2.18.2",
|
||||
"express-jwt": "^6.0.0",
|
||||
"graphql": "^15.3.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"jwks-rsa": "^1.10.1",
|
||||
"nodemon": "^2.0.4"
|
||||
"jwks-rsa": "^1.10.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
@ -30,8 +28,10 @@
|
||||
"@graphql-codegen/typescript": "1.17.10",
|
||||
"@graphql-codegen/typescript-resolvers": "1.17.10",
|
||||
"@types/dotenv": "^8.2.0",
|
||||
"@types/jsonwebtoken": "^8.5.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.3"
|
||||
"typescript": "^4.0.3",
|
||||
"nodemon": "^2.0.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user