Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Apr 29, 2024
1 parent ebc5dcb commit 6cf7f75
Show file tree
Hide file tree
Showing 5 changed files with 2,871 additions and 3,099 deletions.
34 changes: 17 additions & 17 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@fastify/aws-lambda": "4.0.0",
"@fastify/cookie": "9.3.1",
"@fastify/cors": "^9.0.1",
"@prisma/client": "^5.12.0",
"@react-native-firebase/app": "^19.1.1",
"@sentry/node": "^7.109.0",
"@prisma/client": "^5.13.0",
"@react-native-firebase/app": "^19.2.2",
"@sentry/node": "^7.112.2",
"@types/jsonwebtoken": "^9.0.6",
"@upstash/redis": "^1.29.0",
"@upstash/redis": "^1.30.0",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
"class-transformer": "^0.5.1",
Expand All @@ -31,26 +31,26 @@
"fastify-helmet": "^7.1.0",
"fastify-jwt": "^4.2.0",
"fastify-raw-body": "^4.3.0",
"firebase-admin": "^12.0.0",
"firebase-admin": "^12.1.0",
"graphql-fields": "^2.0.3",
"graphql-list-fields": "^2.0.4",
"graphql-scalars": "^1.23.0",
"ip": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"lodash.set": "^4.3.2",
"mem": "^8",
"mercurius": "^14.0.0",
"mercurius": "^14.1.0",
"node-mailjet": "^6.0.5",
"pino": "^8.19.0",
"pino": "^9.0.0",
"pino-pretty": "11.0.0",
"prisma": "^5.12.0",
"prisma": "^5.13.0",
"prisma-generator-checker": "^2.0.1",
"raw-body": "^2.5.2",
"reflect-metadata": "^0.2.2",
"source-map-support": "^0.5.21",
"stripe": "^14.23.0",
"stripe": "^15.4.0",
"type-graphql": "npm:@capaj/type-graphql@2.0.0-alpha.1",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand All @@ -59,26 +59,26 @@
"@cjsa/cpy": "^9.0.1",
"@faker-js/faker": "^8.4.1",
"@mermaid-js/mermaid-cli": "^10.8.0",
"@swc/core": "^1.4.11",
"@swc/core": "^1.4.17",
"@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.135.0",
"aws-cdk-lib": "^2.135.0",
"aws-cdk": "2.139.0",
"aws-cdk-lib": "^2.139.0",
"constructs": "^10.3.0",
"esbuild": "^0.20.2",
"graphql": "^16.8.1",
"is-ci": "^3.0.1",
"mz": "^2.7.0",
"nodemon": "^3.1.0",
"prisma-erd-generator": "^1.11.2",
"sql-formatter": "^15.3.0",
"sql-formatter": "^15.3.1",
"sql-highlight": "^4.4.2",
"ts-node": "^10.9.2",
"unplugin-swc": "^1.4.4",
"vite": "^5.2.7",
"vitest": "^1.4.0"
"unplugin-swc": "^1.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"scripts": {
"dev": "DEBUG=au:* pnpm nodemon --exec ts-node-transpile-only server.ts",
Expand Down
4 changes: 2 additions & 2 deletions mobile-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Notifications"
],
"dependencies": {
"@apollo/client": "^3.9.10",
"@apollo/client": "^3.10.1",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@hookform/resolvers": "^2.9.11",
Expand Down Expand Up @@ -150,7 +150,7 @@
"react-native-dotenv": "^3.4.9",
"react-native-version": "^4.0.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"jest": {
"testEnvironmentOptions": {},
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@apollo/client": "^3.9.10",
"@apollo/client": "^3.10.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand All @@ -27,24 +27,24 @@
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.3",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"framer-motion": "^11",
"generate-password": "^1.7.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"zod": "^3.22.4",
"zx": "^7.2.3"
"zod": "^3.23.4",
"zx": "^8.0.2"
},
"scripts": {
"dev:be": "cd backend && pnpm run dev",
Expand Down

0 comments on commit 6cf7f75

Please sign in to comment.