Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Jan 30, 2024
1 parent 63ac5f2 commit a7132d4
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 107 deletions.
18 changes: 9 additions & 9 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": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.1",
"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.7.6",
"@ayingott/prettier-config": "^0.1.3",
"@types/node": "^20.10.7",
"bumpp": "^9.2.1",
"@ayingott/eslint-config": "^0.7.8",
"@ayingott/prettier-config": "^0.1.5",
"@types/node": "^20.11.10",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.14.0",
"prettier": "^3.1.1",
"pnpm": "^8.15.1",
"prettier": "^3.2.4",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"vitest": "^1.1.3"
"unplugin-auto-import": "^0.17.5",
"vitest": "^1.2.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
Expand Down
Loading

0 comments on commit a7132d4

Please sign in to comment.