Skip to content

Commit

Permalink
chore: dependency update (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl authored Feb 10, 2025
1 parent a4c703f commit 1fd55bd
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 367 deletions.
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@types/ffprobe": "^1.1.8",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"ts-json-schema-generator": "^2.3.0",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"dependencies": {
"@furystack/core": "^15.0.13",
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@furystack/rest": "^8.0.13",
"@types/marked": "^6.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
"vite": "^6.1.0"
},
"dependencies": {
"@furystack/cache": "^5.0.10",
Expand All @@ -27,12 +27,12 @@
"@furystack/shades-common-components": "^10.0.14",
"@furystack/shades-lottie": "^7.0.14",
"@furystack/utils": "^8.0.9",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"common": "workspace:^",
"marked": "^15.0.6",
"marked": "^15.0.7",
"monaco-editor": "^0.52.2",
"path-to-regexp": "^8.2.0",
"semaphore-async-await": "^1.5.1",
"video.js": "8.21.0"
"video.js": "8.22.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
]
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.50.0",
"@types/node": "^22.12.0",
"@vitest/coverage-v8": "^3.0.4",
"eslint": "^9.19.0",
"@eslint/js": "^9.20.0",
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.1",
"@vitest/coverage-v8": "^3.0.5",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vitest": "^3.0.4"
"typescript-eslint": "^8.23.0",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"husky": {
"hooks": {
Expand Down
4 changes: 2 additions & 2 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/ffprobe": "^1.1.8",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/formidable": "^3.4.5",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/ping": "^0.4.4",
"typescript": "^5.7.3"
},
Expand All @@ -39,6 +39,6 @@
"ping": "^0.4.4",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
}
}
Loading

0 comments on commit 1fd55bd

Please sign in to comment.