chore: update deps

This commit is contained in:
Anthony Fu
2023-08-29 10:23:12 +02:00
parent 87d92c78f1
commit 0bfc447aa9
2 changed files with 644 additions and 461 deletions
+11 -10
View File
@@ -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 <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -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"
+633 -451
View File
File diff suppressed because it is too large Load Diff