chore(deps): update packages, format code

This commit is contained in:
2025-03-19 13:51:25 +02:00
parent cb183a2cb9
commit 1f90a9d5c1
4 changed files with 333 additions and 409 deletions

View File

@@ -5,7 +5,7 @@ name: Compress Images on Demand
on:
workflow_dispatch:
schedule:
- cron: "00 23 * * 0"
- cron: '00 23 * * 0'
permissions: read-all

View File

@@ -23,4 +23,4 @@ jobs:
steps:
# https://github.com/ivuorinen/actions
- uses: ivuorinen/actions/pr-lint@85811a09abc994fcc6bdb7930faab3678ca9655a # 25.3.13
- uses: ivuorinen/actions/pr-lint@85811a09abc994fcc6bdb7930faab3678ca9655a # 25.3.13

736
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@
"@vue/eslint-config-typescript": "^14",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^10",
"npm-run-all2": "^7.0.0",
"prettier": "^3.0.3",
"typescript": "~5.8.0",