Skip to content

Commit 4b9330d

Browse files
committed
chore: update deps
1 parent 145bfff commit 4b9330d

File tree

3 files changed

+937
-996
lines changed

3 files changed

+937
-996
lines changed

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"build": "cross-env DEBUG=vite-plugin-vue-markdown:* vite build"
66
},
77
"dependencies": {
8-
"@unhead/vue": "^1.1.26",
9-
"vue": "^3.3.2",
10-
"vue-router": "^4.2.0"
8+
"@unhead/vue": "^1.1.32",
9+
"vue": "^3.3.4",
10+
"vue-router": "^4.2.4"
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "^4.2.3",
1414
"cross-env": "^7.0.3",
1515
"markdown-it-prism": "^2.3.0",
1616
"prismjs": "^1.29.0",
17-
"typescript": "^5.0.4",
18-
"vite": "^4.3.7",
19-
"vite-plugin-inspect": "^0.7.26",
20-
"vite-plugin-pages": "^0.29.0",
17+
"typescript": "^5.1.6",
18+
"vite": "^4.4.6",
19+
"vite-plugin-inspect": "^0.7.33",
20+
"vite-plugin-pages": "^0.31.0",
2121
"vite-plugin-vue-markdown": "workspace:*"
2222
}
2323
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-vue-markdown",
33
"version": "0.23.5",
4-
"packageManager": "pnpm@8.5.1",
4+
"packageManager": "pnpm@8.6.9",
55
"description": "Compile Markdown to Vue component",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",
@@ -45,7 +45,7 @@
4545
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
4646
},
4747
"dependencies": {
48-
"@antfu/utils": "^0.7.2",
48+
"@antfu/utils": "^0.7.5",
4949
"@mdit-vue/plugin-component": "^0.12.0",
5050
"@mdit-vue/plugin-frontmatter": "^0.12.0",
5151
"@mdit-vue/types": "^0.12.0",
@@ -54,18 +54,18 @@
5454
"markdown-it": "^13.0.1"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^0.38.6",
58-
"@antfu/ni": "^0.21.3",
59-
"@types/node": "^18.16.11",
60-
"@unhead/vue": "^1.1.26",
61-
"@vue/test-utils": "^2.3.2",
62-
"bumpp": "^9.1.0",
63-
"eslint": "^8.39.0",
64-
"rollup": "^3.21.8",
65-
"tsup": "^6.7.0",
66-
"typescript": "^5.0.4",
67-
"vite": "^4.3.7",
68-
"vitest": "^0.31.0",
69-
"vue": "^3.3.2"
57+
"@antfu/eslint-config": "^0.39.8",
58+
"@antfu/ni": "^0.21.5",
59+
"@types/node": "^20.4.2",
60+
"@unhead/vue": "^1.1.32",
61+
"@vue/test-utils": "^2.4.1",
62+
"bumpp": "^9.1.1",
63+
"eslint": "^8.45.0",
64+
"rollup": "^3.26.3",
65+
"tsup": "^7.1.0",
66+
"typescript": "^5.1.6",
67+
"vite": "^4.4.6",
68+
"vitest": "^0.33.0",
69+
"vue": "^3.3.4"
7070
}
7171
}

0 commit comments

Comments
 (0)