Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 29, 2023
1 parent 75ff96a commit 6b690fb
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 718 deletions.
10 changes: 5 additions & 5 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.3.3",
"@unhead/vue": "^1.3.9",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"cross-env": "^7.0.3",
"markdown-it-prism": "^2.3.0",
"prismjs": "^1.29.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unplugin-vue-markdown": "workspace:*",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pages": "^0.31.0",
"unplugin-vue-markdown": "workspace:*"
"vite-plugin-pages": "^0.31.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.31.1",
"vue": "^3.2.45"
"core-js": "^3.32.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.11",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-markdown": "workspace:*"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-markdown",
"type": "module",
"version": "0.24.2",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"description": "Compile Markdown to Vue component",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -78,31 +78,31 @@
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
},
"dependencies": {
"@mdit-vue/plugin-component": "^0.12.0",
"@mdit-vue/plugin-frontmatter": "^0.12.0",
"@mdit-vue/plugin-component": "^0.12.1",
"@mdit-vue/plugin-frontmatter": "^0.12.1",
"@mdit-vue/types": "^0.12.0",
"@rollup/pluginutils": "^5.0.3",
"@types/markdown-it": "^13.0.0",
"@rollup/pluginutils": "^5.0.4",
"@types/markdown-it": "^13.0.1",
"markdown-it": "^13.0.1",
"unplugin": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@antfu/ni": "^0.21.5",
"@antfu/eslint-config": "^0.41.0",
"@antfu/ni": "^0.21.6",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.5.0",
"@unhead/vue": "^1.3.3",
"@types/node": "^20.5.7",
"@unhead/vue": "^1.3.9",
"@vue/test-utils": "^2.4.1",
"bumpp": "^9.1.1",
"bumpp": "^9.2.0",
"chalk": "^5.3.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"rollup": "^3.28.0",
"rollup": "^3.28.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.1",
"vitest": "^0.34.3",
"vue": "^3.3.4",
"webpack": "^5.88.2"
}
Expand Down
Loading

0 comments on commit 6b690fb

Please sign in to comment.