Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansbk committed Dec 19, 2023
1 parent e85956c commit 7eb7196
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: usmansbk/${{ github.repository }}:${{ github.ref_name }}
tags: usmansbk/userbase-api-server-template:${{ github.ref_name }}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"@types/multer-s3": "^3.0.3",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/numeral": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"dotenv-vault": "^1.25.0",
Expand Down Expand Up @@ -74,20 +74,20 @@
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@aws-sdk/client-dynamodb": "^3.474.0",
"@aws-sdk/client-s3": "^3.474.0",
"@aws-sdk/client-ses": "^3.474.0",
"@aws-sdk/client-sns": "^3.474.0",
"@aws-sdk/credential-provider-node": "^3.474.0",
"@aws-sdk/lib-dynamodb": "^3.474.0",
"@aws-sdk/s3-request-presigner": "^3.474.0",
"@aws-sdk/client-dynamodb": "^3.476.0",
"@aws-sdk/client-s3": "^3.476.0",
"@aws-sdk/client-ses": "^3.476.0",
"@aws-sdk/client-sns": "^3.476.0",
"@aws-sdk/credential-provider-node": "^3.476.0",
"@aws-sdk/lib-dynamodb": "^3.476.0",
"@aws-sdk/s3-request-presigner": "^3.476.0",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.1",
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/utils": "^10.0.11",
"@inquirer/password": "^1.1.14",
"@inquirer/prompts": "^3.3.0",
"@prisma/client": "^5.7.0",
"@prisma/client": "^5.7.1",
"@sentry/node": "^7.88.0",
"@sentry/profiling-node": "^1.3.2",
"@types/request-ip": "^0.0.41",
Expand Down Expand Up @@ -119,7 +119,7 @@
"numeral": "^2.0.6",
"pino": "^8.17.1",
"pino-http": "^8.6.0",
"prisma": "^5.7.0",
"prisma": "^5.7.1",
"pug": "^3.0.2",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
Expand Down
Loading

0 comments on commit 7eb7196

Please sign in to comment.