Skip to content

Commit effedb5

Browse files
PetroSileniusantfu
andauthored
feat!: update markdown-it support to v14 (#4)
Co-authored-by: Anthony Fu <[email protected]>
1 parent 320d3d3 commit effedb5

File tree

4 files changed

+635
-443
lines changed

4 files changed

+635
-443
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
Support [GitHub-style alerts](https://github.com/orgs/community/discussions/16925) for [markdown-it](https://github.com/markdown-it/markdown-it).
1010

11-
> [!NOTE]
11+
> [!NOTE]
1212
> Highlights information that users should take into account, even when skimming.
1313
1414
> [!TIP]
1515
> Optional information to help a user be more successful.
1616
17-
> [!IMPORTANT]
17+
> [!IMPORTANT]
1818
> Crucial information necessary for users to succeed.
1919
20-
> [!WARNING]
20+
> [!WARNING]
2121
> Critical content demanding immediate user attention due to potential risks.
2222
2323
> [!CAUTION]
@@ -123,7 +123,6 @@ Alternative titles are also supported, by appending it to the marker like this:
123123

124124
[MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/antfu)
125125

126-
127126
<!-- Badges -->
128127

129128
[npm-version-src]: https://img.shields.io/npm/v/markdown-it-github-alerts?style=flat&colorA=080f12&colorB=1fa669

package.json

Lines changed: 14 additions & 14 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.1.2",
5-
"packageManager": "pnpm@8.11.0",
5+
"packageManager": "pnpm@8.13.1",
66
"description": "Support GitHub-style alerts for markdown-it",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -53,27 +53,27 @@
5353
"prepare": "simple-git-hooks"
5454
},
5555
"peerDependencies": {
56-
"markdown-it": "^13.0.0"
56+
"markdown-it": "^14.0.0"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "^2.1.2",
59+
"@antfu/eslint-config": "^2.6.1",
6060
"@antfu/ni": "^0.21.12",
61-
"@antfu/utils": "^0.7.6",
61+
"@antfu/utils": "^0.7.7",
6262
"@types/markdown-it": "^13.0.7",
63-
"@types/node": "^20.10.1",
64-
"bumpp": "^9.2.0",
65-
"eslint": "^8.54.0",
63+
"@types/node": "^20.10.6",
64+
"bumpp": "^9.2.1",
65+
"eslint": "^8.56.0",
6666
"esno": "^4.0.0",
67-
"lint-staged": "^15.1.0",
68-
"markdown-it": "^13.0.2",
69-
"pnpm": "^8.11.0",
70-
"prettier": "^3.1.0",
67+
"lint-staged": "^15.2.0",
68+
"markdown-it": "^14.0.0",
69+
"pnpm": "^8.13.1",
70+
"prettier": "^3.1.1",
7171
"rimraf": "^5.0.5",
7272
"simple-git-hooks": "^2.9.0",
73-
"typescript": "^5.3.2",
73+
"typescript": "^5.3.3",
7474
"unbuild": "^2.0.0",
75-
"vite": "^5.0.4",
76-
"vitest": "^1.0.0-beta.6"
75+
"vite": "^5.0.10",
76+
"vitest": "^1.1.1"
7777
},
7878
"simple-git-hooks": {
7979
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)