Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Update pkgs - Prisma 3.7.0 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan authored Dec 25, 2021
1 parent aa9882f commit 271f6c0
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 174 deletions.
24 changes: 12 additions & 12 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@azure/storage-blob": "^12.8.0",
"@prisma/client": "3.6.0",
"@prisma/client": "3.7.0",
"@sendgrid/mail": "^7.6.0",
"apollo-server": "^3.5.0",
"axios": "^0.24.0",
Expand All @@ -45,12 +45,12 @@
"graphql-iso-date": "^3.6.1",
"graphql-middleware": "^6.1.13",
"graphql-redis-subscriptions": "^2.4.2",
"graphql-relay": "^0.9.0",
"graphql-relay": "^0.10.0",
"graphql-shield": "^7.5.0",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^13.0.0",
"graphql": "^15.7.2",
"i18next": "^21.6.0",
"i18next": "^21.6.3",
"i18next-http-middleware": "^3.1.4",
"i18next-node-fs-backend": "^2.1.3",
"ioredis": "^4.28.2",
Expand All @@ -69,15 +69,15 @@
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/graphql-iso-date": "^3.4.0",
"@types/ioredis": "^4.28.3",
"@types/ioredis": "^4.28.5",
"@types/jest": "^27.0.3",
"@types/jsonwebtoken": "8.5.6",
"@types/multer": "^1.4.7",
"@types/nanoid": "^3.0.0",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@types/node": "^17.0.4",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@types/node-rsa": "^1.1.1",
"@types/ramda": "^0.27.60",
"@types/ramda": "^0.27.62",
"@types/ws": "8.2.2",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
Expand All @@ -87,19 +87,19 @@
"casual": "^1.6.2",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.1.1",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"graphql-import": "^1.0.2",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"jest": "27.4.4",
"jest": "27.4.5",
"node-fetch": "^3.1.0",
"prettier": "^2.5.1",
"prisma": "^3.6.0",
"ts-jest": "^27.1.1",
"prisma": "^3.7.0",
"ts-jest": "^27.1.2",
"ts-node": "10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "4.5.3"
"typescript": "4.5.4"
},
"engines": {
"node": ">=10.0.0"
Expand Down
Loading

0 comments on commit 271f6c0

Please sign in to comment.