File tree Expand file tree Collapse file tree 3 files changed +278
-466
lines changed Expand file tree Collapse file tree 3 files changed +278
-466
lines changed Original file line number Diff line number Diff line change 5
5
"build" : " cross-env DEBUG=vite-plugin-vue-markdown:* vite build"
6
6
},
7
7
"dependencies" : {
8
- "@vueuse/head" : " ^0.7.6 " ,
8
+ "@vueuse/head" : " ^0.7.7 " ,
9
9
"vue" : " ^3.2.37" ,
10
- "vue-router" : " ^4.0.16 "
10
+ "vue-router" : " ^4.1.2 "
11
11
},
12
12
"devDependencies" : {
13
- "@vitejs/plugin-vue" : " ^2.3.3 " ,
13
+ "@vitejs/plugin-vue" : " ^3.0.1 " ,
14
14
"@vue/compiler-sfc" : " ^3.2.37" ,
15
15
"cross-env" : " ^7.0.3" ,
16
16
"markdown-it-prism" : " ^2.2.4" ,
17
17
"prismjs" : " ^1.28.0" ,
18
18
"typescript" : " ^4.7.4" ,
19
- "vite" : " ^2.9.13 " ,
20
- "vite-plugin-inspect" : " ^0.5.1 " ,
21
- "vite-plugin-pages" : " ^0.24.3 " ,
19
+ "vite" : " ^3.0.3 " ,
20
+ "vite-plugin-inspect" : " ^0.6.0 " ,
21
+ "vite-plugin-pages" : " ^0.25.0 " ,
22
22
"vite-plugin-vue-markdown" : " workspace:*"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 54
54
},
55
55
"devDependencies" : {
56
56
"@antfu/eslint-config" : " ^0.25.2" ,
57
- "@antfu/ni" : " ^0.16.3 " ,
58
- "@types/node" : " ^18.0.0 " ,
59
- "@vue/test-utils" : " ^2.0.1 " ,
57
+ "@antfu/ni" : " ^0.17.2 " ,
58
+ "@types/node" : " ^18.6.1 " ,
59
+ "@vue/test-utils" : " ^2.0.2 " ,
60
60
"bumpp" : " ^8.2.1" ,
61
- "eslint" : " ^8.18 .0" ,
62
- "rollup" : " ^2.75.7 " ,
63
- "tsup" : " ^6.1.2 " ,
61
+ "eslint" : " ^8.20 .0" ,
62
+ "rollup" : " ^2.77.0 " ,
63
+ "tsup" : " ^6.2.0 " ,
64
64
"typescript" : " ^4.7.4" ,
65
- "vite" : " ^2.9.13 " ,
66
- "vitest" : " ^0.16.0 "
65
+ "vite" : " ^3.0.3 " ,
66
+ "vitest" : " ^0.19.1 "
67
67
}
68
68
}
You can’t perform that action at this time.
0 commit comments