File tree Expand file tree Collapse file tree 3 files changed +469
-173
lines changed Expand file tree Collapse file tree 3 files changed +469
-173
lines changed Original file line number Diff line number Diff line change 6
6
"build" : " cross-env DEBUG=unplugin-vue-markdown:* vite build"
7
7
},
8
8
"dependencies" : {
9
- "@unhead/vue" : " ^1.8.3 " ,
9
+ "@unhead/vue" : " ^1.8.4 " ,
10
10
"vue" : " ^3.3.8" ,
11
11
"vue-router" : " ^4.2.5"
12
12
},
13
13
"devDependencies" : {
14
- "@vitejs/plugin-vue" : " ^4.4.1 " ,
14
+ "@vitejs/plugin-vue" : " ^4.5.0 " ,
15
15
"cross-env" : " ^7.0.3" ,
16
16
"markdown-it-prism" : " ^2.3.0" ,
17
17
"prismjs" : " ^1.29.0" ,
18
18
"typescript" : " ^5.2.2" ,
19
19
"unplugin-vue-markdown" : " workspace:*" ,
20
- "vite" : " ^4.5 .0" ,
20
+ "vite" : " ^5.0 .0" ,
21
21
"vite-plugin-inspect" : " ^0.7.42" ,
22
22
"vite-plugin-pages" : " ^0.31.0"
23
23
}
Original file line number Diff line number Diff line change 2
2
"name" : " unplugin-vue-markdown" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.25.1" ,
5
- "packageManager" : " pnpm@8.10.2 " ,
5
+ "packageManager" : " pnpm@8.10.5 " ,
6
6
"description" : " Compile Markdown to Vue component" ,
7
7
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
8
8
"license" : " MIT" ,
87
87
"unplugin" : " ^1.5.0"
88
88
},
89
89
"devDependencies" : {
90
- "@antfu/eslint-config" : " ^1.1.1 " ,
90
+ "@antfu/eslint-config" : " ^1.1.4 " ,
91
91
"@antfu/ni" : " ^0.21.9" ,
92
92
"@antfu/utils" : " ^0.7.6" ,
93
93
"@types/node" : " ^20.9.0" ,
94
- "@unhead/vue" : " ^1.8.3 " ,
95
- "@vue/test-utils" : " ^2.4.1 " ,
94
+ "@unhead/vue" : " ^1.8.4 " ,
95
+ "@vue/test-utils" : " ^2.4.2 " ,
96
96
"bumpp" : " ^9.2.0" ,
97
97
"chalk" : " ^5.3.0" ,
98
98
"eslint" : " ^8.53.0" ,
99
99
"esno" : " ^4.0.0" ,
100
100
"fast-glob" : " ^3.3.2" ,
101
- "rollup" : " ^4.3 .1" ,
101
+ "rollup" : " ^4.4 .1" ,
102
102
"tsup" : " ^7.2.0" ,
103
103
"typescript" : " ^5.2.2" ,
104
- "vite" : " ^4.5 .0" ,
104
+ "vite" : " ^5.0 .0" ,
105
105
"vitest" : " ^0.34.6" ,
106
106
"vue" : " ^3.3.8" ,
107
107
"webpack" : " ^5.89.0"
You can’t perform that action at this time.
0 commit comments