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 14, 2023
1 parent 16ffaf8 commit 091d0be
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 275 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "cross-env DEBUG=vite-plugin-vue-markdown:* vite build"
},
"dependencies": {
"@unhead/vue": "^1.1.32",
"@unhead/vue": "^1.2.2",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
Expand All @@ -15,8 +15,8 @@
"markdown-it-prism": "^2.3.0",
"prismjs": "^1.29.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-inspect": "^0.7.33",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-markdown": "workspace:*"
}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-vue-markdown",
"version": "0.23.7",
"packageManager": "[email protected].9",
"packageManager": "[email protected].12",
"description": "Compile Markdown to Vue component",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "./dist/index.js",
Expand Down Expand Up @@ -49,23 +49,23 @@
"@mdit-vue/plugin-component": "^0.12.0",
"@mdit-vue/plugin-frontmatter": "^0.12.0",
"@mdit-vue/types": "^0.12.0",
"@rollup/pluginutils": "^5.0.2",
"@types/markdown-it": "^12.2.3",
"@rollup/pluginutils": "^5.0.3",
"@types/markdown-it": "^13.0.0",
"markdown-it": "^13.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.40.2",
"@antfu/ni": "^0.21.5",
"@types/node": "^20.4.2",
"@unhead/vue": "^1.1.32",
"@types/node": "^20.5.0",
"@unhead/vue": "^1.2.2",
"@vue/test-utils": "^2.4.1",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"rollup": "^3.26.3",
"tsup": "^7.1.0",
"eslint": "^8.47.0",
"rollup": "^3.28.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vitest": "^0.33.0",
"vite": "^4.4.9",
"vitest": "^0.34.1",
"vue": "^3.3.4"
}
}
Loading

0 comments on commit 091d0be

Please sign in to comment.