Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed Mar 29, 2023
1 parent f014357 commit 32b7823
Show file tree
Hide file tree
Showing 6 changed files with 1,222 additions and 1,591 deletions.
10 changes: 5 additions & 5 deletions apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"devDependencies": {
"@tsconfig/node18": "1.0.1",
"@types/fluent-ffmpeg": "2.1.21",
"@types/koa": "2.13.5",
"@types/koa": "2.13.6",
"@types/koa-bodyparser": "4.3.10",
"@types/koa-logger": "3.1.2",
"@types/koa__router": "12.0.0",
"@types/node": "18.15.10",
"@types/node": "18.15.11",
"@types/whatwg-fetch": "0.0.33",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
Expand Down
18 changes: 9 additions & 9 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"dependencies": {
"@aspida/fetch": "1.11.0",
"@aws-sdk/client-s3": "3.299.0",
"@aws-sdk/client-s3": "3.301.0",
"@aws-sdk/middleware-endpoint": "3.299.0",
"@aws-sdk/s3-request-presigner": "3.299.0",
"@aws-sdk/s3-request-presigner": "3.301.0",
"@bull-board/api": "5.0.0",
"@bull-board/koa": "5.0.0",
"@dotplants/cli": "0.2.3",
"@koa/cors": "4.0.0",
"@koa/multer": "3.0.2",
"@koa/router": "12.0.0",
"@prisma/client": "4.11.0",
"@prisma/client": "4.12.0",
"ajv": "8.12.0",
"api-types": "workspace:^",
"bullmq": "3.10.2",
Expand All @@ -38,27 +38,27 @@
"koa-logger": "3.2.1",
"multer": "1.4.5-lts.1",
"path-to-regexp": "6.2.1",
"prisma": "4.11.0",
"prisma": "4.12.0",
"sharp": "0.32.0",
"striptags": "3.2.0",
"ws": "8.13.0"
},
"devDependencies": {
"@tsconfig/node18": "1.0.1",
"@types/jest": "29.5.0",
"@types/koa": "2.13.5",
"@types/koa": "2.13.6",
"@types/koa-bodyparser": "4.3.10",
"@types/koa-logger": "3.1.2",
"@types/koa__cors": "4.0.0",
"@types/koa__multer": "2.0.4",
"@types/koa__router": "12.0.0",
"@types/node": "18.15.10",
"@types/node": "18.15.11",
"@types/sharp": "0.31.1",
"@types/whatwg-fetch": "0.0.33",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@aspida/fetch": "1.11.0",
"@aspida/swr": "1.11.0",
"@chakra-ui/icons": "2.0.17",
"@chakra-ui/react": "2.5.3",
"@chakra-ui/react": "2.5.4",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"api-types": "*",
"canvas": "2.11.0",
"framer-motion": "10.9.1",
"framer-motion": "10.9.2",
"hls.js": "1.3.5",
"jose": "4.13.1",
"mpegts.js": "1.7.2",
Expand All @@ -44,12 +44,12 @@
"@tsconfig/next": "1.0.5",
"@types/dom-screen-wake-lock": "1.0.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest-dom": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@knzk/prettier-config": "1.0.0",
"dotenv-cli": "7.1.0",
"prettier": "2.8.7",
"turbo": "1.8.5"
"turbo": "1.8.6"
},
"prettier": "@knzk/prettier-config"
}
12 changes: 6 additions & 6 deletions packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"devDependencies": {
"@knzk/prettier-config": "1.0.0",
"@tsconfig/node18": "1.0.1",
"@types/node": "18.15.10",
"@types/node-fetch": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/experimental-utils": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@types/node": "18.15.11",
"@types/node-fetch": "2.6.3",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/experimental-utils": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"aspida": "1.11.0",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-aspida": "0.1.0",
"npm-run-all": "4.1.5",
Expand Down
Loading

1 comment on commit 32b7823

@vercel
Copy link

@vercel vercel bot commented on 32b7823 Mar 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

knzklive2 – ./

knzklive2-knzklive.vercel.app
knzk.live
www.knzk.live
knzklive2-git-production-knzklive.vercel.app

Please sign in to comment.