Skip to content

Commit 426fbe0

Browse files
committed
feat!: update to markdown-it v14
1 parent 851fbff commit 426fbe0

File tree

4 files changed

+1999
-2304
lines changed

4 files changed

+1999
-2304
lines changed

examples/vite/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
77
},
88
"dependencies": {
9-
"@unhead/vue": "^1.8.4",
10-
"vue": "^3.3.8",
9+
"@unhead/vue": "^1.8.10",
10+
"vue": "^3.4.15",
1111
"vue-router": "^4.2.5"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^4.5.0",
14+
"@vitejs/plugin-vue": "^5.0.3",
1515
"cross-env": "^7.0.3",
1616
"markdown-it-prism": "^2.3.0",
1717
"prismjs": "^1.29.0",
18-
"typescript": "^5.2.2",
18+
"typescript": "^5.3.3",
1919
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^5.0.0",
21-
"vite-plugin-inspect": "^0.7.42",
22-
"vite-plugin-pages": "^0.31.0"
20+
"vite": "^5.0.12",
21+
"vite-plugin-inspect": "^0.8.3",
22+
"vite-plugin-pages": "^0.32.0"
2323
}
2424
}

examples/vue-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.33.2",
12-
"vue": "^3.3.8"
11+
"core-js": "^3.35.1",
12+
"vue": "^3.4.15"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.23.3",
15+
"@babel/core": "^7.23.9",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-markdown": "workspace:*"

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.25.2",
5-
"packageManager": "pnpm@8.10.5",
5+
"packageManager": "pnpm@8.15.1",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/antfu",
10-
"homepage": "https://github.com/mdit-vue/unplugin-vue-markdown",
10+
"homepage": "https://github.com/unplugin/unplugin-vue-markdown",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/mdit-vue/unplugin-vue-markdown"
13+
"url": "https://github.com/unplugin/unplugin-vue-markdown"
1414
},
15-
"bugs": "https://github.com/mdit-vue/unplugin-vue-markdown/issues",
15+
"bugs": "https://github.com/unplugin/unplugin-vue-markdown/issues",
1616
"keywords": [
1717
"vite",
1818
"unplugin",
@@ -78,32 +78,32 @@
7878
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
7979
},
8080
"dependencies": {
81-
"@mdit-vue/plugin-component": "^1.0.0",
82-
"@mdit-vue/plugin-frontmatter": "^1.0.0",
83-
"@mdit-vue/types": "^1.0.0",
84-
"@rollup/pluginutils": "^5.0.5",
85-
"@types/markdown-it": "^13.0.6",
86-
"markdown-it": "^13.0.2",
87-
"unplugin": "^1.5.0"
81+
"@mdit-vue/plugin-component": "^2.0.0",
82+
"@mdit-vue/plugin-frontmatter": "^2.0.0",
83+
"@mdit-vue/types": "^2.0.0",
84+
"@rollup/pluginutils": "^5.1.0",
85+
"@types/markdown-it": "^13.0.7",
86+
"markdown-it": "^14.0.0",
87+
"unplugin": "^1.6.0"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^1.1.4",
91-
"@antfu/ni": "^0.21.9",
92-
"@antfu/utils": "^0.7.6",
93-
"@types/node": "^20.9.0",
94-
"@unhead/vue": "^1.8.4",
95-
"@vue/test-utils": "^2.4.2",
96-
"bumpp": "^9.2.0",
90+
"@antfu/eslint-config": "^2.6.3",
91+
"@antfu/ni": "^0.21.12",
92+
"@antfu/utils": "^0.7.7",
93+
"@types/node": "^20.11.16",
94+
"@unhead/vue": "^1.8.10",
95+
"@vue/test-utils": "^2.4.4",
96+
"bumpp": "^9.3.0",
9797
"chalk": "^5.3.0",
98-
"eslint": "^8.53.0",
98+
"eslint": "^8.56.0",
9999
"esno": "^4.0.0",
100100
"fast-glob": "^3.3.2",
101-
"rollup": "^4.4.1",
102-
"tsup": "^7.2.0",
103-
"typescript": "^5.2.2",
104-
"vite": "^5.0.0",
105-
"vitest": "^0.34.6",
106-
"vue": "^3.3.8",
107-
"webpack": "^5.89.0"
101+
"rollup": "^4.9.6",
102+
"tsup": "^8.0.1",
103+
"typescript": "^5.3.3",
104+
"vite": "^5.0.12",
105+
"vitest": "^1.2.2",
106+
"vue": "^3.4.15",
107+
"webpack": "^5.90.1"
108108
}
109109
}

0 commit comments

Comments
 (0)