Skip to content

Commit

Permalink
chore: dependency update (#39)
Browse files Browse the repository at this point in the history
* chore: dependency update

* added node 21.x build target

* chore: added 21.x UI test node target

* fs upgrade
  • Loading branch information
gallayl authored Nov 28, 2023
1 parent b6ffb13 commit 56a6b4b
Show file tree
Hide file tree
Showing 12 changed files with 950 additions and 1,248 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [20.x, 21.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [20.x, 21.x]

steps:
- uses: actions/checkout@v3
Expand Down
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.52.0-sdk",
"version": "8.54.0-sdk",
"main": "./lib/api.js",
"type": "commonjs",
"bin": {
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.0.3-sdk",
"version": "3.1.0-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.2.2-sdk",
"version": "5.3.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
10 changes: 5 additions & 5 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"create-schemas": "node ./dist/bin/create-schemas.js"
},
"devDependencies": {
"@types/ffprobe": "^1.1.7",
"@types/node": "^20.8.10",
"ts-json-schema-generator": "^1.4.0",
"@types/ffprobe": "^1.1.8",
"@types/node": "^20.10.0",
"ts-json-schema-generator": "^1.4.1",
"vitest": "^0.34.6"
},
"dependencies": {
"@furystack/core": "^12.0.11",
"@furystack/rest": "^5.0.12"
"@furystack/core": "^12.0.12",
"@furystack/rest": "^5.0.13"
}
}
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@furystack/rest": "^5.0.12",
"@furystack/rest": "^5.0.13",
"@types/marked": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"typescript": "^5.3.2",
"vite": "^5.0.2"
},
"dependencies": {
"@furystack/cache": "^2.1.6",
"@furystack/core": "^12.0.11",
"@furystack/inject": "^8.1.1",
"@furystack/logging": "^4.0.10",
"@furystack/rest-client-fetch": "^5.0.12",
"@furystack/shades": "^8.0.12",
"@furystack/shades-common-components": "^5.0.12",
"@furystack/shades-lottie": "^4.0.12",
"@furystack/utils": "^4.0.10",
"@types/node": "^20.8.10",
"@furystack/cache": "^2.1.7",
"@furystack/core": "^12.0.12",
"@furystack/inject": "^8.1.2",
"@furystack/logging": "^4.0.11",
"@furystack/rest-client-fetch": "^5.0.13",
"@furystack/shades": "^8.0.13",
"@furystack/shades-common-components": "^5.0.13",
"@furystack/shades-lottie": "^4.0.13",
"@furystack/utils": "^4.0.11",
"@types/node": "^20.10.0",
"common": "workspace:^",
"marked": "^9.1.5",
"marked": "^10.0.0",
"monaco-editor": "^0.44.0",
"path-to-regexp": "^6.2.1",
"semaphore-async-await": "^1.5.1",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
]
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@playwright/test": "^1.40.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vitest": "^0.34.6"
},
"husky": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
Expand Down
34 changes: 17 additions & 17 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
"build": "tsc -b"
},
"devDependencies": {
"@types/ffprobe": "^1.1.7",
"@types/formidable": "^3.4.4",
"@types/node": "^20.8.10",
"@types/webtorrent": "^0.109.5",
"typescript": "^5.2.2"
"@types/ffprobe": "^1.1.8",
"@types/formidable": "^3.4.5",
"@types/node": "^20.10.0",
"@types/webtorrent": "^0.109.7",
"typescript": "^5.3.2"
},
"dependencies": {
"@furystack/core": "^12.0.11",
"@furystack/inject": "^8.1.1",
"@furystack/logging": "^4.0.10",
"@furystack/repository": "^7.0.11",
"@furystack/rest": "^5.0.12",
"@furystack/rest-service": "^7.0.13",
"@furystack/security": "^3.0.11",
"@furystack/sequelize-store": "^3.0.11",
"@furystack/utils": "^4.0.10",
"@furystack/websocket-api": "^9.0.13",
"@furystack/core": "^12.0.12",
"@furystack/inject": "^8.1.2",
"@furystack/logging": "^4.0.11",
"@furystack/repository": "^7.0.12",
"@furystack/rest": "^5.0.13",
"@furystack/rest-service": "^7.0.14",
"@furystack/security": "^3.0.12",
"@furystack/sequelize-store": "^3.0.12",
"@furystack/utils": "^4.0.11",
"@furystack/websocket-api": "^9.0.14",
"chokidar": "^3.5.3",
"common": "workspace:^",
"ffprobe": "^1.1.2",
"formidable": "^3.5.1",
"sequelize": "^6.34.0",
"sequelize": "^6.35.1",
"sqlite3": "^5.1.6",
"vitest": "^0.34.6",
"webtorrent": "^2.1.27"
"webtorrent": "^2.1.29"
}
}
Loading

0 comments on commit 56a6b4b

Please sign in to comment.