chore: bump deps
All checks were successful
Docker / build-and-push-image (push) Successful in 2m4s

This commit is contained in:
Troy 2025-08-21 20:36:55 +01:00
parent 9fb7400ef8
commit 7b355eb930
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 171 additions and 139 deletions

View file

@ -12,10 +12,10 @@
"update": "npx npm-check-updates -u && npm install"
},
"devDependencies": {
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"vite": "^6.3.4",
"vite-plugin-pwa": "^1.0.0"
"npm-check-updates": "^18.0.2",
"prettier": "^3.6.2",
"typescript": "~5.9.2",
"vite": "^7.1.3",
"vite-plugin-pwa": "^1.0.3"
}
}