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

Commit

Permalink
Update server packages (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan authored Oct 24, 2021
1 parent 6058594 commit 4f67f05
Show file tree
Hide file tree
Showing 2 changed files with 663 additions and 505 deletions.
38 changes: 19 additions & 19 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,69 +35,69 @@
},
"dependencies": {
"@azure/storage-blob": "^12.8.0",
"@prisma/client": "3.2.1",
"@sendgrid/mail": "^7.4.7",
"apollo-server": "^3.3.0",
"axios": "^0.22.0",
"@prisma/client": "3.3.0",
"@sendgrid/mail": "^7.5.0",
"apollo-server": "^3.4.0",
"axios": "^0.23.0",
"bcrypt": "^5.0.1",
"ejs": "^3.1.6",
"generate-password": "^1.6.1",
"graphql-iso-date": "^3.6.1",
"graphql-middleware": "^6.1.7",
"graphql-middleware": "^6.1.10",
"graphql-redis-subscriptions": "^2.4.0",
"graphql-relay": "^0.9.0",
"graphql-shield": "^7.5.0",
"graphql-subscriptions": "^1.2.1",
"graphql-upload": "^12.0.0",
"i18next": "^21.2.4",
"i18next": "^21.3.3",
"i18next-http-middleware": "^3.1.4",
"i18next-node-fs-backend": "^2.1.3",
"ioredis": "^4.27.10",
"ioredis": "^4.28.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.3",
"nanoid": "^3.1.29",
"nanoid": "^3.1.30",
"nexus": "^1.1.0",
"node-rsa": "^1.1.1",
"ramda": "^0.27.1",
"stream-mime-type": "^1.0.2",
"verify-apple-id-token": "^2.1.0"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.8.5",
"@dooboo/eslint-config": "^0.9.0",
"@types/bcrypt": "^5.0.0",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/graphql-iso-date": "^3.4.0",
"@types/ioredis": "^4.27.6",
"@types/ioredis": "^4.27.8",
"@types/jest": "^27.0.2",
"@types/jsonwebtoken": "8.5.5",
"@types/multer": "^1.4.7",
"@types/nanoid": "^3.0.0",
"@types/node": "^16.10.3",
"@types/node": "^16.11.4",
"@types/node-rsa": "^1.1.1",
"@types/ramda": "^0.27.45",
"@types/ws": "8.2.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-datasource-rest": "^3.2.0",
"apollo-datasource-rest": "^3.3.0",
"apollo-link-ws": "^1.0.20",
"apollo-server-testing": "^2.25.2",
"casual": "^1.6.2",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.32.0",
"eslint": "^7.23.0",
"eslint-plugin-prettier": "^4.0.0",
"graphql-import": "^1.0.2",
"graphql-request": "^3.5.0",
"graphql-request": "^3.6.1",
"graphql-tag": "^2.12.5",
"jest": "27.2.4",
"jest": "27.3.1",
"node-fetch": "^3.0.0",
"prettier": "^2.4.1",
"prisma": "^3.2.1",
"ts-jest": "^27.0.5",
"ts-node": "10.2.1",
"prisma": "^3.3.0",
"ts-jest": "^27.0.7",
"ts-node": "10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "4.4.3"
"typescript": "4.4.4"
},
"engines": {
"node": ">=10.0.0"
Expand Down
Loading

0 comments on commit 4f67f05

Please sign in to comment.