Skip to content

Commit

Permalink
bump BE deps
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Sep 7, 2023
1 parent 23db868 commit 2d584bc
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 329 deletions.
24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@fastify/cookie": "9.0.4",
"@fastify/cors": "^8.3.0",
"@prisma/client": "^5.2.0",
"@react-native-firebase/app": "^18.3.1",
"@sentry/node": "^7.64.0",
"@react-native-firebase/app": "^18.3.2",
"@sentry/node": "^7.68.0",
"@types/jsonwebtoken": "^9.0.2",
"@upstash/redis": "^1.22.0",
"bytes": "^3.1.2",
Expand All @@ -22,7 +22,7 @@
"cpy": "^9.0.1",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"fastify": "^4.21.0",
"fastify": "^4.22.2",
"fastify-helmet": "^7.1.0",
"fastify-jwt": "^4.2.0",
"fastify-raw-body": "^4.2.2",
Expand All @@ -31,7 +31,7 @@
"graphql-list-fields": "^2.0.2",
"graphql-scalars": "^1.22.2",
"ip": "^1.1.8",
"jsonwebtoken": "^9.0.1",
"jsonwebtoken": "^9.0.2",
"lodash.set": "^4.3.2",
"mem": "^8",
"mercurius": "^13.1.0",
Expand All @@ -53,15 +53,15 @@
"@capaj/prisma-typegraphql-types-generator": "^1.6.4",
"@cjsa/cpy": "^9.0.1",
"@faker-js/faker": "^8.0.2",
"@mermaid-js/mermaid-cli": "^10.3.1",
"@swc/core": "^1.3.78",
"@mermaid-js/mermaid-cli": "^10.4.0",
"@swc/core": "^1.3.83",
"@types/graphql-list-fields": "^2.0.3",
"@types/lodash.set": "^4.3.7",
"@types/node-mailjet": "^3.3.9",
"@types/uuid": "^9.0.2",
"aws-cdk": "2.93.0",
"aws-cdk-lib": "^2.93.0",
"constructs": "^10.2.69",
"@types/uuid": "^9.0.3",
"aws-cdk": "2.94.0",
"aws-cdk-lib": "^2.94.0",
"constructs": "^10.2.70",
"esbuild": "^0.19.2",
"graphql": "^16.8.0",
"is-ci": "^3.0.1",
Expand All @@ -71,9 +71,9 @@
"sql-formatter": "^12.2.4",
"sql-highlight": "^4.3.3",
"ts-node": "^10.9.1",
"unplugin-swc": "^1.3.2",
"unplugin-swc": "^1.4.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"scripts": {
"dev": "DEBUG=au:* pnpm nodemon --exec ts-node-transpile-only server.ts",
Expand Down
Loading

0 comments on commit 2d584bc

Please sign in to comment.