Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 29, 2024
1 parent 396cbec commit 7feaa97
Show file tree
Hide file tree
Showing 2 changed files with 1,858 additions and 1,101 deletions.
24 changes: 12 additions & 12 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@9.9.0",
"packageManager": "pnpm@9.14.3",
"description": "_description_",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,27 +41,27 @@
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@types/node": "^22.5.4",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"esno": "^4.7.0",
"@types/node": "^22.10.1",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"esno": "^4.8.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.9.0",
"pnpm": "^9.14.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 7feaa97

Please sign in to comment.