Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed Jun 6, 2024
1 parent d46bfab commit 8eb30d8
Show file tree
Hide file tree
Showing 8 changed files with 649 additions and 644 deletions.
12 changes: 6 additions & 6 deletions apps/push-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@types/koa-bodyparser": "4.3.12",
"@types/koa-logger": "3.1.5",
"@types/koa__router": "12.0.4",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/whatwg-fetch": "0.0.33",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -32,12 +32,12 @@
"dependencies": {
"@aspida/fetch": "1.14.0",
"@koa/router": "12.0.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"@sentry/node": "8.7.0",
"ajv": "8.16.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
"fluent-ffmpeg": "2.1.3",
"jose": "5.3.0",
"jose": "5.4.0",
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
Expand Down
14 changes: 7 additions & 7 deletions apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@types/koa-bodyparser": "4.3.12",
"@types/koa-logger": "3.1.5",
"@types/koa__router": "12.0.4",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/whatwg-fetch": "0.0.33",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
Expand All @@ -28,16 +28,16 @@
},
"dependencies": {
"@aspida/fetch": "1.14.0",
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/client-s3": "3.591.0",
"@koa/router": "12.0.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"@sentry/node": "8.7.0",
"ajv": "8.16.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
"ffmpeg-ffprobe-static": "6.1.1",
"ffmpeg-static": "5.2.0",
"fluent-ffmpeg": "2.1.3",
"jose": "5.3.0",
"jose": "5.4.0",
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
Expand Down
28 changes: 14 additions & 14 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
},
"dependencies": {
"@aspida/fetch": "1.14.0",
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/client-s3": "3.591.0",
"@aws-sdk/middleware-endpoint": "3.374.0",
"@aws-sdk/s3-request-presigner": "3.583.0",
"@bull-board/api": "5.18.3",
"@bull-board/koa": "5.18.3",
"@aws-sdk/s3-request-presigner": "3.591.0",
"@bull-board/api": "5.20.1",
"@bull-board/koa": "5.20.1",
"@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.4.0",
"ajv": "8.13.0",
"@prisma/client": "5.15.0",
"@sentry/node": "8.7.0",
"ajv": "8.16.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
"bullmq": "5.7.12",
"bullmq": "5.7.15",
"dotenv": "16.4.5",
"ioredis": "5.4.1",
"is-valid-domain": "0.1.6",
"jose": "5.3.0",
"jose": "5.4.0",
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
"multer": "1.4.5-lts.1",
"path-to-regexp": "6.2.2",
"prisma": "5.14.0",
"prisma": "5.15.0",
"sharp": "0.33.4",
"striptags": "3.2.0",
"ws": "8.17.0"
Expand All @@ -53,16 +53,16 @@
"@types/koa__cors": "5.0.0",
"@types/koa__multer": "2.0.7",
"@types/koa__router": "12.0.4",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/sharp": "0.32.0",
"@types/whatwg-fetch": "0.0.33",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@types/koa-bodyparser": "4.3.12",
"@types/koa-logger": "3.1.5",
"@types/koa__router": "12.0.4",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@aspida/fetch": "1.14.0",
"@koa/router": "12.0.1",
"@sentry/node": "8.4.0",
"ajv": "8.13.0",
"@sentry/node": "8.7.0",
"ajv": "8.16.0",
"api-types": "workspace:^",
"aspida": "1.14.0",
"ffmpeg-static": "5.2.0",
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@napi-rs/canvas": "0.1.52",
"api-types": "*",
"aspida": "1.14.0",
"framer-motion": "11.2.6",
"hls.js": "1.5.8",
"framer-motion": "11.2.10",
"hls.js": "1.5.11",
"is-valid-domain": "0.1.6",
"jose": "5.3.0",
"jose": "5.4.0",
"mpegts.js": "1.7.3",
"mux-embed": "5.2.1",
"next": "14.2.3",
Expand All @@ -43,21 +43,21 @@
"@next/bundle-analyzer": "14.2.3",
"@next/eslint-plugin-next": "14.2.3",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@tsconfig/next": "2.0.3",
"@types/dom-screen-wake-lock": "1.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/node": "20.14.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",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.2.2",
"jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@knzk/prettier-config": "1.0.0",
"prettier": "3.2.5",
"turbo": "1.13.3"
"prettier": "3.3.1",
"turbo": "1.13.4"
},
"prettier": "@knzk/prettier-config"
}
8 changes: 4 additions & 4 deletions packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"devDependencies": {
"@knzk/prettier-config": "1.0.0",
"@tsconfig/node18": "18.2.4",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/experimental-utils": "5.62.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/parser": "7.12.0",
"aspida": "1.14.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-aspida": "0.1.0",
"prettier": "3.2.5",
"prettier": "3.3.1",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 8eb30d8

Please sign in to comment.