Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Apr 17, 2024
1 parent 9835cda commit 9fb7152
Show file tree
Hide file tree
Showing 2 changed files with 1,211 additions and 1,248 deletions.
26 changes: 13 additions & 13 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@8.13.1",
"packageManager": "pnpm@9.0.1",
"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.0.0",
"@types/node": "^20.10.6",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.13.1",
"@kirklin/eslint-config": "^2.3.1",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.2",
"pnpm": "^9.0.1",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.1",
"typescript": "^5.3.3",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vite": "^5.2.9",
"vitest": "^1.5.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 9fb7152

Please sign in to comment.