chore(deps): update all packages on archive script

This commit is contained in:
daydreamer-json
2026-04-12 22:54:16 +09:00
parent 67c5166b9f
commit 532add3d98
3 changed files with 44 additions and 40 deletions

View File

@@ -20,35 +20,35 @@
"cli-table3": "^0.6.5",
"cookie": "^1.1.1",
"deepmerge": "^4.3.1",
"ky": "^1.14.2",
"ky": "^1.14.3",
"log4js": "^6.9.1",
"luxon": "^3.7.2",
"ora": "^9.1.0",
"p-queue": "^9.1.0",
"ora": "^9.3.0",
"p-queue": "^9.1.2",
"prompts": "^2.4.2",
"qs": "^6.14.1",
"semver": "^7.7.3",
"qs": "^6.15.1",
"semver": "^7.7.4",
"uuid": "^13.0.0",
"yaml": "^2.8.2",
"yaml": "^2.8.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@biomejs/biome": "^2.4.11",
"@tsconfig/bun": "^1.0.10",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/recommended": "^1.0.13",
"@tsconfig/strictest": "^2.0.8",
"@types/bun": "latest",
"@types/luxon": "^3.7.1",
"@types/node": "^25.0.9",
"@types/node": "^25.6.0",
"@types/prompts": "^2.4.9",
"@types/qs": "^6.14.0",
"@types/qs": "^6.15.0",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.35",
"nodemon": "^3.1.11",
"nodemon": "^3.1.14",
"oxfmt": "^0.26.0"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.9.3"
}
}