Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 29, 2023
1 parent 87d92c7 commit 0bfc447
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 443 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pkg-placeholder",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"description": "_description_",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,24 +44,25 @@
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@antfu/ni": "^0.21.5",
"@antfu/eslint-config": "^0.41.0",
"@antfu/ni": "^0.21.6",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.5.2",
"@types/node": "^20.5.7",
"bumpp": "^9.2.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"esno": "^0.17.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.6.12",
"pnpm": "^8.7.0",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 0bfc447

Please sign in to comment.