Skip to content

Commit 03632e0

Browse files
committed
chore: update deps
1 parent 88ab2c2 commit 03632e0

File tree

3 files changed

+692
-499
lines changed

3 files changed

+692
-499
lines changed

package.json

Lines changed: 12 additions & 12 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.1",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.7.1",
66
"description": "Support GitHub-style alerts for markdown-it",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -56,20 +56,20 @@
5656
"markdown-it": ">= 13.0.0"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "^4.3.0",
60-
"@antfu/ni": "^23.3.1",
59+
"@antfu/eslint-config": "^4.11.0",
60+
"@antfu/ni": "^24.3.0",
6161
"@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",
62+
"@types/node": "^22.13.17",
63+
"bumpp": "^10.1.0",
64+
"eslint": "^9.23.0",
65+
"lint-staged": "^15.5.0",
6666
"markdown-it": "^14.1.0",
67-
"simple-git-hooks": "^2.11.1",
68-
"tsx": "^4.8.0",
69-
"typescript": "^5.7.3",
67+
"simple-git-hooks": "^2.12.1",
68+
"tsx": "^4.19.3",
69+
"typescript": "^5.8.2",
7070
"unbuild": "^3.5.0",
71-
"vite": "^6.2.0",
72-
"vitest": "^3.0.7"
71+
"vite": "^6.2.4",
72+
"vitest": "^3.1.1"
7373
},
7474
"simple-git-hooks": {
7575
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)