Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Mar 18, 2024
1 parent 1702ceb commit fe61782
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 458 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "pkg-name",
"type": "module",
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"author": "LoTwT <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/LoTwT/pkg-name#readme",
Expand Down Expand Up @@ -50,20 +50,20 @@
"watch": "tsup --watch"
},
"devDependencies": {
"@ayingott/eslint-config": "^0.8.1",
"@ayingott/prettier-config": "^0.2.1",
"@types/node": "^20.11.24",
"@ayingott/eslint-config": "^0.8.3",
"@ayingott/prettier-config": "^0.2.2",
"@types/node": "^20.11.28",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.4",
"pnpm": "^8.15.5",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.0",
"taze": "^0.13.3",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.5",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
Expand Down
Loading

0 comments on commit fe61782

Please sign in to comment.