Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Feb 17, 2024
1 parent 2dfd185 commit bbf674d
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 89 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].1",
"packageManager": "[email protected].3",
"author": "LoTwT <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/LoTwT/pkg-name#readme",
Expand Down Expand Up @@ -46,24 +46,24 @@
"release": "bumpp && pnpm publish",
"test": "vitest",
"typecheck": "tsc --noEmit",
"up": "taze latest -I",
"up": "taze latest -I -f",
"watch": "tsup --watch"
},
"devDependencies": {
"@ayingott/eslint-config": "^0.7.8",
"@ayingott/prettier-config": "^0.1.5",
"@types/node": "^20.11.16",
"@ayingott/eslint-config": "^0.7.9",
"@ayingott/prettier-config": "^0.1.6",
"@types/node": "^20.11.19",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.1",
"pnpm": "^8.15.3",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.3",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"vitest": "^1.2.2"
"vitest": "^1.3.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
Expand Down
Loading

0 comments on commit bbf674d

Please sign in to comment.