Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed May 25, 2024
1 parent 198704c commit afeb5e1
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 325 deletions.
2 changes: 1 addition & 1 deletion apps/push-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@aspida/fetch": "1.14.0",
"@koa/router": "12.0.1",
"@sentry/node": "8.2.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {
"@aspida/fetch": "1.14.0",
"@aws-sdk/client-s3": "3.577.0",
"@aws-sdk/client-s3": "3.583.0",
"@koa/router": "12.0.1",
"@sentry/node": "8.2.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"dependencies": {
"@aspida/fetch": "1.14.0",
"@aws-sdk/client-s3": "3.577.0",
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/middleware-endpoint": "3.374.0",
"@aws-sdk/s3-request-presigner": "3.577.0",
"@bull-board/api": "5.18.0",
"@bull-board/koa": "5.18.0",
"@aws-sdk/s3-request-presigner": "3.583.0",
"@bull-board/api": "5.18.3",
"@bull-board/koa": "5.18.3",
"@dotplants/cli": "0.2.3",
"@koa/cors": "5.0.0",
"@koa/multer": "3.0.2",
"@koa/router": "12.0.1",
"@prisma/client": "5.14.0",
"@sentry/node": "8.2.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
"bullmq": "5.7.10",
"bullmq": "5.7.12",
"dotenv": "16.4.5",
"ioredis": "5.4.1",
"is-valid-domain": "0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@aspida/fetch": "1.14.0",
"@koa/router": "12.0.1",
"@sentry/node": "8.2.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/dom-screen-wake-lock": "1.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
Expand Down
Loading

0 comments on commit afeb5e1

Please sign in to comment.