Skip to content

Commit

Permalink
chore: dependency update (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl authored Jun 2, 2024
1 parent 1d3e613 commit df53b5b
Show file tree
Hide file tree
Showing 8 changed files with 511 additions and 366 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
if: always()
name: Dump Docker logs


- uses: actions/upload-artifact@v2
name: Upload Yarn error logs
if: failure()
with:
path: yarn-error.log
name: yarn-error.log

- uses: actions/upload-artifact@v2
name: Upload Playwright traces
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.2.5-sdk",
"version": "3.3.0-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-alpine as base
FROM node:lts-alpine as base

COPY --chown=node:node /common /home/node/app/common
COPY --chown=node:node /frontend /home/node/app/frontend
Expand All @@ -7,6 +7,7 @@ COPY --chown=node:node /service /home/node/app/service
COPY --chown=node:node /package.json /home/node/app/package.json
COPY --chown=node:node /.yarn/releases /home/node/app/.yarn/releases
COPY --chown=node:node /.yarn/sdks /home/node/app/.yarn/sdks
COPY --chown=node:node /.yarn/unplugged /home/node/app/.yarn/unplugged
COPY --chown=node:node /.pnp.cjs /home/node/app/.pnp.cjs
COPY --chown=node:node /.pnp.loader.mjs /home/node/app/.pnp.loader.mjs
COPY --chown=node:node /yarn.lock /home/node/app/yarn.lock
Expand All @@ -20,7 +21,7 @@ RUN apk add python3 make g++

RUN yarn workspaces focus service --production

FROM node:19-alpine as runner
FROM node:lts-alpine as runner

RUN apk upgrade -U \
&& apk add ffmpeg \
Expand Down
8 changes: 4 additions & 4 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"devDependencies": {
"@types/ffprobe": "^1.1.8",
"@types/node": "^20.12.11",
"ts-json-schema-generator": "^2.1.1",
"@types/node": "^20.13.0",
"ts-json-schema-generator": "^2.2.0",
"vitest": "^1.6.0"
},
"dependencies": {
"@furystack/core": "^14.0.3",
"@furystack/rest": "^7.0.3"
"@furystack/core": "^14.0.4",
"@furystack/rest": "^7.0.4"
}
}
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@furystack/rest": "^7.0.3",
"@furystack/rest": "^7.0.4",
"@types/marked": "^6.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.2.12"
},
"dependencies": {
"@furystack/cache": "^4.0.3",
"@furystack/core": "^14.0.3",
"@furystack/inject": "^11.0.2",
"@furystack/logging": "^7.0.1",
"@furystack/rest-client-fetch": "^7.0.3",
"@furystack/shades": "^10.0.3",
"@furystack/shades-common-components": "^8.1.1",
"@furystack/shades-lottie": "^6.0.3",
"@furystack/utils": "^7.0.1",
"@types/node": "^20.12.11",
"@furystack/cache": "^4.0.4",
"@furystack/core": "^14.0.4",
"@furystack/inject": "^11.0.3",
"@furystack/logging": "^7.0.2",
"@furystack/rest-client-fetch": "^7.0.4",
"@furystack/shades": "^10.0.4",
"@furystack/shades-common-components": "^8.2.1",
"@furystack/shades-lottie": "^6.0.4",
"@furystack/utils": "^7.0.2",
"@types/node": "^20.13.0",
"common": "workspace:^",
"marked": "^12.0.2",
"monaco-editor": "^0.48.0",
"monaco-editor": "^0.49.0",
"path-to-regexp": "^6.2.2",
"semaphore-async-await": "^1.5.1",
"video.js": "8.14.0"
"video.js": "8.14.1"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
]
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@playwright/test": "^1.44.1",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitest": "^1.6.0"
},
"husky": {
Expand Down
22 changes: 11 additions & 11 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"devDependencies": {
"@types/ffprobe": "^1.1.8",
"@types/formidable": "^3.4.5",
"@types/node": "^20.12.11",
"@types/node": "^20.13.0",
"@types/ping": "^0.4.4",
"@types/webtorrent": "^0.109.8",
"typescript": "^5.4.5"
},
"dependencies": {
"@furystack/core": "^14.0.3",
"@furystack/inject": "^11.0.2",
"@furystack/logging": "^7.0.1",
"@furystack/repository": "^9.0.3",
"@furystack/rest": "^7.0.3",
"@furystack/rest-service": "^9.0.3",
"@furystack/security": "^5.0.3",
"@furystack/sequelize-store": "^5.0.3",
"@furystack/utils": "^7.0.1",
"@furystack/websocket-api": "^12.0.3",
"@furystack/core": "^14.0.4",
"@furystack/inject": "^11.0.3",
"@furystack/logging": "^7.0.2",
"@furystack/repository": "^9.0.4",
"@furystack/rest": "^7.0.4",
"@furystack/rest-service": "^9.0.4",
"@furystack/security": "^5.0.4",
"@furystack/sequelize-store": "^5.0.4",
"@furystack/utils": "^7.0.2",
"@furystack/websocket-api": "^12.0.4",
"chokidar": "^3.6.0",
"common": "workspace:^",
"ffprobe": "^1.1.2",
Expand Down
Loading

0 comments on commit df53b5b

Please sign in to comment.