Skip to content

Commit 6b690fb

Browse files
committed
chore: update deps
1 parent 75ff96a commit 6b690fb

File tree

4 files changed

+728
-718
lines changed

4 files changed

+728
-718
lines changed

examples/vite/package.json

Lines changed: 5 additions & 5 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.3.3",
9+
"@unhead/vue": "^1.3.9",
1010
"vue": "^3.3.4",
1111
"vue-router": "^4.2.4"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^4.2.3",
14+
"@vitejs/plugin-vue": "^4.3.4",
1515
"cross-env": "^7.0.3",
1616
"markdown-it-prism": "^2.3.0",
1717
"prismjs": "^1.29.0",
18-
"typescript": "^5.1.6",
18+
"typescript": "^5.2.2",
19+
"unplugin-vue-markdown": "workspace:*",
1920
"vite": "^4.4.9",
2021
"vite-plugin-inspect": "^0.7.38",
21-
"vite-plugin-pages": "^0.31.0",
22-
"unplugin-vue-markdown": "workspace:*"
22+
"vite-plugin-pages": "^0.31.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.31.1",
12-
"vue": "^3.2.45"
11+
"core-js": "^3.32.1",
12+
"vue": "^3.3.4"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.22.9",
15+
"@babel/core": "^7.22.11",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-markdown": "workspace:*"

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.24.2",
5-
"packageManager": "pnpm@8.6.12",
5+
"packageManager": "pnpm@8.7.0",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -78,31 +78,31 @@
7878
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
7979
},
8080
"dependencies": {
81-
"@mdit-vue/plugin-component": "^0.12.0",
82-
"@mdit-vue/plugin-frontmatter": "^0.12.0",
81+
"@mdit-vue/plugin-component": "^0.12.1",
82+
"@mdit-vue/plugin-frontmatter": "^0.12.1",
8383
"@mdit-vue/types": "^0.12.0",
84-
"@rollup/pluginutils": "^5.0.3",
85-
"@types/markdown-it": "^13.0.0",
84+
"@rollup/pluginutils": "^5.0.4",
85+
"@types/markdown-it": "^13.0.1",
8686
"markdown-it": "^13.0.1",
8787
"unplugin": "^1.4.0"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^0.40.2",
91-
"@antfu/ni": "^0.21.5",
90+
"@antfu/eslint-config": "^0.41.0",
91+
"@antfu/ni": "^0.21.6",
9292
"@antfu/utils": "^0.7.6",
93-
"@types/node": "^20.5.0",
94-
"@unhead/vue": "^1.3.3",
93+
"@types/node": "^20.5.7",
94+
"@unhead/vue": "^1.3.9",
9595
"@vue/test-utils": "^2.4.1",
96-
"bumpp": "^9.1.1",
96+
"bumpp": "^9.2.0",
9797
"chalk": "^5.3.0",
98-
"eslint": "^8.47.0",
98+
"eslint": "^8.48.0",
9999
"esno": "^0.17.0",
100100
"fast-glob": "^3.3.1",
101-
"rollup": "^3.28.0",
101+
"rollup": "^3.28.1",
102102
"tsup": "^7.2.0",
103-
"typescript": "^5.1.6",
103+
"typescript": "^5.2.2",
104104
"vite": "^4.4.9",
105-
"vitest": "^0.34.1",
105+
"vitest": "^0.34.3",
106106
"vue": "^3.3.4",
107107
"webpack": "^5.88.2"
108108
}

0 commit comments

Comments
 (0)