Skip to content

Commit

Permalink
feat!: update to markdown-it v14
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 2, 2024
1 parent 851fbff commit 426fbe0
Show file tree
Hide file tree
Showing 4 changed files with 1,999 additions and 2,304 deletions.
14 changes: 7 additions & 7 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
},
"dependencies": {
"@unhead/vue": "^1.8.4",
"vue": "^3.3.8",
"@unhead/vue": "^1.8.10",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^5.0.3",
"cross-env": "^7.0.3",
"markdown-it-prism": "^2.3.0",
"prismjs": "^1.29.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unplugin-vue-markdown": "workspace:*",
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-pages": "^0.31.0"
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pages": "^0.32.0"
}
}
6 changes: 3 additions & 3 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.33.2",
"vue": "^3.3.8"
"core-js": "^3.35.1",
"vue": "^3.4.15"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-markdown": "workspace:*"
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "unplugin-vue-markdown",
"type": "module",
"version": "0.25.2",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.1",
"description": "Compile Markdown to Vue component",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/mdit-vue/unplugin-vue-markdown",
"homepage": "https://github.com/unplugin/unplugin-vue-markdown",
"repository": {
"type": "git",
"url": "https://github.com/mdit-vue/unplugin-vue-markdown"
"url": "https://github.com/unplugin/unplugin-vue-markdown"
},
"bugs": "https://github.com/mdit-vue/unplugin-vue-markdown/issues",
"bugs": "https://github.com/unplugin/unplugin-vue-markdown/issues",
"keywords": [
"vite",
"unplugin",
Expand Down Expand Up @@ -78,32 +78,32 @@
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
"@mdit-vue/plugin-component": "^1.0.0",
"@mdit-vue/plugin-frontmatter": "^1.0.0",
"@mdit-vue/types": "^1.0.0",
"@rollup/pluginutils": "^5.0.5",
"@types/markdown-it": "^13.0.6",
"markdown-it": "^13.0.2",
"unplugin": "^1.5.0"
"@mdit-vue/plugin-component": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/types": "^2.0.0",
"@rollup/pluginutils": "^5.1.0",
"@types/markdown-it": "^13.0.7",
"markdown-it": "^14.0.0",
"unplugin": "^1.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.4",
"@antfu/ni": "^0.21.9",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.9.0",
"@unhead/vue": "^1.8.4",
"@vue/test-utils": "^2.4.2",
"bumpp": "^9.2.0",
"@antfu/eslint-config": "^2.6.3",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.11.16",
"@unhead/vue": "^1.8.10",
"@vue/test-utils": "^2.4.4",
"bumpp": "^9.3.0",
"chalk": "^5.3.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"rollup": "^4.4.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vitest": "^0.34.6",
"vue": "^3.3.8",
"webpack": "^5.89.0"
"rollup": "^4.9.6",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue": "^3.4.15",
"webpack": "^5.90.1"
}
}
Loading

0 comments on commit 426fbe0

Please sign in to comment.