Skip to content

Commit

Permalink
🚀 更新依赖,修复qodana报错
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed May 14, 2024
1 parent e5a23f0 commit 9d71676
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 158 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@yuehaiteam/amos-data": "github:yuehaiteam/amos-data",
"app-root-path": "^3.1.0",
"axios": "^1.6.8",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^10.0.0",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"fs-extra": "^11.2.0",
Expand All @@ -51,7 +51,7 @@
"@jest/globals": "^29.7.0",
"@types/better-sqlite3": "^7.6.10",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.10",
"@types/node": "^20.12.12",
"@types/uuid": "^9.0.8",
"@types/yamljs": "^0.2.34",
"eslint": "^9.2.0",
Expand All @@ -63,11 +63,11 @@
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.2",
"oxlint": "^0.3.2",
"oxlint": "^0.3.4",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.9.3",
"typescript-eslint": "^7.8.0",
"tsx": "^4.10.2",
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0",
"yaml-eslint-parser": "^1.2.2"
}
Expand Down
Loading

0 comments on commit 9d71676

Please sign in to comment.