Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Mar 29, 2024
1 parent 559b4aa commit 4b476ea
Show file tree
Hide file tree
Showing 8 changed files with 642 additions and 585 deletions.
16 changes: 8 additions & 8 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@fastify/cookie": "9.3.1",
"@fastify/cors": "^9.0.1",
"@prisma/client": "^5.11.0",
"@react-native-firebase/app": "^19.1.0",
"@sentry/node": "^7.108.0",
"@react-native-firebase/app": "^19.1.1",
"@sentry/node": "^7.109.0",
"@types/jsonwebtoken": "^9.0.6",
"@upstash/redis": "^1.29.0",
"bytes": "^3.1.2",
Expand Down Expand Up @@ -46,9 +46,9 @@
"prisma": "^5.11.0",
"prisma-generator-checker": "^2.0.1",
"raw-body": "^2.5.2",
"reflect-metadata": "^0.2.1",
"reflect-metadata": "^0.2.2",
"source-map-support": "^0.5.21",
"stripe": "^14.22.0",
"stripe": "^14.23.0",
"type-graphql": "npm:@capaj/type-graphql@2.0.0-alpha.1",
"typescript": "^5.4.3",
"uuid": "^9.0.1"
Expand All @@ -59,13 +59,13 @@
"@cjsa/cpy": "^9.0.1",
"@faker-js/faker": "^8.4.1",
"@mermaid-js/mermaid-cli": "^10.8.0",
"@swc/core": "^1.4.8",
"@swc/core": "^1.4.11",
"@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.133.0",
"aws-cdk-lib": "^2.133.0",
"aws-cdk": "2.134.0",
"aws-cdk-lib": "^2.134.0",
"constructs": "^10.3.0",
"esbuild": "^0.20.2",
"graphql": "^16.8.1",
Expand All @@ -77,7 +77,7 @@
"sql-highlight": "^4.4.2",
"ts-node": "^10.9.2",
"unplugin-swc": "^1.4.4",
"vite": "^5.2.6",
"vite": "^5.2.7",
"vitest": "^1.4.0"
},
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -56,6 +56,7 @@
"gfs": "graphql-codegen --config codegen.yml",
"gbs": "cd backend && pnpm gbs",
"schemas": "pnpm gbs && pnpm gfs",
"preinstall": "npx only-allow pnpm"
"preinstall": "npx only-allow pnpm",
"release": "cd web-extension && pnpm run newTag"
}
}

0 comments on commit 4b476ea

Please sign in to comment.