Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 10, 2024
1 parent ace4a70 commit 9b985de
Show file tree
Hide file tree
Showing 2 changed files with 3,458 additions and 3,021 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "boot-ts",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.0.1",
"packageManager": "pnpm@9.1.0",
"description": "_description_",
"author": "Kirk Lin <https://github.com/kirklin>",
"license": "MIT",
Expand Down Expand Up @@ -51,20 +51,20 @@
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@kirklin/eslint-config": "^2.3.1",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"@kirklin/eslint-config": "^2.4.0",
"@types/node": "^20.12.11",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.2",
"pnpm": "^9.0.1",
"pnpm": "^9.1.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.9",
"vitest": "^1.5.0"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 9b985de

Please sign in to comment.