Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Mar 14, 2024
1 parent e9b176b commit a4384f6
Show file tree
Hide file tree
Showing 5 changed files with 2,331 additions and 1,932 deletions.
2 changes: 1 addition & 1 deletion backend/gqlSchemas/authier.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ input RegisterNewAccountInput {
}

union DecryptionChallenge =
DecryptionChallengeApproved
| DecryptionChallengeApproved
| DecryptionChallengeForApproval

type DecryptionChallengeApproved {
Expand Down
50 changes: 25 additions & 25 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,70 +15,70 @@
"@fastify/aws-lambda": "4.0.0",
"@fastify/cookie": "9.3.1",
"@fastify/cors": "^9.0.1",
"@prisma/client": "^5.9.0",
"@react-native-firebase/app": "^18.8.0",
"@sentry/node": "^7.99.0",
"@types/jsonwebtoken": "^9.0.5",
"@upstash/redis": "^1.28.2",
"@prisma/client": "^5.11.0",
"@react-native-firebase/app": "^19.0.1",
"@sentry/node": "^7.107.0",
"@types/jsonwebtoken": "^9.0.6",
"@upstash/redis": "^1.28.4",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
"class-transformer": "^0.5.1",
"class-validator": "0.13.2",
"cpy": "^9.0.1",
"debug": "^4.3.4",
"dotenv": "^16.4.1",
"fastify": "^4.26.0",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"fastify-helmet": "^7.1.0",
"fastify-jwt": "^4.2.0",
"fastify-raw-body": "^4.3.0",
"firebase-admin": "^12.0.0",
"graphql-fields": "^2.0.3",
"graphql-list-fields": "^2.0.2",
"graphql-scalars": "^1.22.4",
"ip": "^1.1.8",
"graphql-list-fields": "^2.0.4",
"graphql-scalars": "^1.22.5",
"ip": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"lodash.set": "^4.3.2",
"mem": "^8",
"mercurius": "^13.3.3",
"mercurius": "^13.4.0",
"node-mailjet": "^6.0.5",
"pino": "^8.17.2",
"pino": "^8.19.0",
"pino-pretty": "10.3.1",
"prisma": "^5.9.0",
"prisma": "^5.11.0",
"prisma-generator-checker": "^2.0.1",
"raw-body": "^2.5.2",
"reflect-metadata": "^0.2.1",
"source-map-support": "^0.5.21",
"stripe": "^14.14.0",
"stripe": "^14.21.0",
"type-graphql": "npm:@capaj/[email protected]",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@anatine/esbuild-decorators": "^0.2.19",
"@capaj/prisma-typegraphql-types-generator": "^1.6.4",
"@cjsa/cpy": "^9.0.1",
"@faker-js/faker": "^8.4.0",
"@mermaid-js/mermaid-cli": "^10.7.0",
"@swc/core": "^1.3.107",
"@faker-js/faker": "^8.4.1",
"@mermaid-js/mermaid-cli": "^10.8.0",
"@swc/core": "^1.4.8",
"@types/graphql-list-fields": "^2.0.6",
"@types/lodash.set": "^4.3.9",
"@types/node-mailjet": "^3.3.12",
"@types/uuid": "^9.0.8",
"aws-cdk": "2.125.0",
"aws-cdk-lib": "^2.125.0",
"aws-cdk": "2.132.1",
"aws-cdk-lib": "^2.132.1",
"constructs": "^10.3.0",
"esbuild": "^0.20.0",
"esbuild": "^0.20.2",
"graphql": "^16.8.1",
"is-ci": "^3.0.1",
"mz": "^2.7.0",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"prisma-erd-generator": "^1.11.2",
"sql-formatter": "^15.2.0",
"sql-highlight": "^4.4.0",
"sql-highlight": "^4.4.2",
"ts-node": "^10.9.2",
"unplugin-swc": "^1.4.4",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"vite": "^5.1.6",
"vitest": "^1.3.1"
},
"scripts": {
"dev": "DEBUG=au:* pnpm nodemon --exec ts-node-transpile-only server.ts",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@apollo/client": "^3.9.5",
"@apollo/client": "^3.9.7",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
Expand All @@ -27,21 +27,21 @@
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"framer-motion": "^11",
"generate-password": "^1.7.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.2",
"zod": "^3.22.4",
"zx": "^7.2.3"
},
Expand Down
Loading

0 comments on commit a4384f6

Please sign in to comment.