Skip to content

Commit

Permalink
♀: update waifu
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Aug 31, 2024
1 parent b1c1de8 commit 5ec6be5
Show file tree
Hide file tree
Showing 4 changed files with 2,645 additions and 1,834 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"anilist",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wives",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@9.9.0",
"description": "My Favourite Wives.",
"author": "YunYouJun <me@yunyoujun.cn>",
"license": "MIT",
Expand All @@ -16,21 +16,21 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"commander": "^11.0.0",
"inquirer": "^9.2.10",
"commander": "^12.1.0",
"inquirer": "^10.1.8",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.2",
"ofetch": "^1.1.1"
"ofetch": "^1.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.0",
"@types/inquirer": "^9.0.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.4.8",
"@antfu/eslint-config": "^3.0.0",
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.5.1",
"@yunyoujun/utils": "^0.3.5",
"consola": "^3.2.3",
"eslint": "^8.46.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
"eslint": "^9.9.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 5ec6be5

Please sign in to comment.