Skip to content

Commit 1f631ae

Browse files
committed
chore: update deps
1 parent 826902a commit 1f631ae

File tree

3 files changed

+4501
-3531
lines changed

3 files changed

+4501
-3531
lines changed

package.json

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-it-github-alerts",
33
"type": "module",
44
"version": "0.3.0",
5-
"packageManager": "pnpm@8.13.1",
5+
"packageManager": "pnpm@10.5.2",
66
"description": "Support GitHub-style alerts for markdown-it",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -46,8 +46,8 @@
4646
"dev": "unbuild --stub",
4747
"lint": "eslint .",
4848
"prepublishOnly": "nr build",
49-
"release": "bumpp && npm publish",
50-
"start": "esno src/index.ts",
49+
"release": "bumpp && pnpm publish",
50+
"start": "tsx src/index.ts",
5151
"test": "vitest",
5252
"typecheck": "tsc --noEmit",
5353
"prepare": "simple-git-hooks"
@@ -56,24 +56,20 @@
5656
"markdown-it": ">= 13.0.0"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "^2.6.1",
60-
"@antfu/ni": "^0.21.12",
61-
"@antfu/utils": "^0.7.7",
62-
"@types/markdown-it": "^13.0.7",
63-
"@types/node": "^20.10.6",
64-
"bumpp": "^9.2.1",
65-
"eslint": "^8.56.0",
66-
"esno": "^4.0.0",
67-
"lint-staged": "^15.2.0",
68-
"markdown-it": "^14.0.0",
69-
"pnpm": "^8.13.1",
70-
"prettier": "^3.1.1",
71-
"rimraf": "^5.0.5",
72-
"simple-git-hooks": "^2.9.0",
73-
"typescript": "^5.3.3",
74-
"unbuild": "^2.0.0",
75-
"vite": "^5.0.10",
76-
"vitest": "^1.1.1"
59+
"@antfu/eslint-config": "^4.3.0",
60+
"@antfu/ni": "^23.3.1",
61+
"@types/markdown-it": "^14.1.2",
62+
"@types/node": "^22.13.5",
63+
"bumpp": "^10.0.3",
64+
"eslint": "^9.21.0",
65+
"lint-staged": "^15.4.3",
66+
"markdown-it": "^14.1.0",
67+
"simple-git-hooks": "^2.11.1",
68+
"tsx": "^4.8.0",
69+
"typescript": "^5.7.3",
70+
"unbuild": "^3.5.0",
71+
"vite": "^6.2.0",
72+
"vitest": "^3.0.7"
7773
},
7874
"simple-git-hooks": {
7975
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)