1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 08:45:27 -04:00

chore: bump deps

This commit is contained in:
2026-04-28 12:34:10 -04:00
parent 8c83a26f16
commit 1af52fd941
3 changed files with 744 additions and 1241 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
+733 -1230
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -58,19 +58,19 @@
"prepublishOnly": "npm run generate-types && npm run build"
},
"dependencies": {
"adm-zip": "^0.5.16",
"tar": "^7.5.9"
"adm-zip": "^0.5.17",
"tar": "^7.5.13"
},
"devDependencies": {
"@biomejs/biome": "^2.4.2",
"@types/adm-zip": "^0.5.7",
"@types/node": "^25.3.0",
"@biomejs/biome": "^2.4.13",
"@types/adm-zip": "^0.5.8",
"@types/node": "^25.6.0",
"@types/tar": "^6.1.13",
"@vitest/coverage-v8": "^4.0.18",
"tinyexec": "^1.0.2",
"tsdown": "^0.20.3",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
"@vitest/coverage-v8": "^4.1.5",
"tinyexec": "^1.1.1",
"tsdown": "^0.21.10",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"engines": {
"node": ">=18.17"