File tree Expand file tree Collapse file tree 3 files changed +182
-213
lines changed Expand file tree Collapse file tree 3 files changed +182
-213
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"dependencies" : {
8
8
"@unhead/vue" : " ^1.1.26" ,
9
- "vue" : " ^3.2.47 " ,
10
- "vue-router" : " ^4.1.6 "
9
+ "vue" : " ^3.3.2 " ,
10
+ "vue-router" : " ^4.2.0 "
11
11
},
12
12
"devDependencies" : {
13
- "@vitejs/plugin-vue" : " ^4.2.1 " ,
13
+ "@vitejs/plugin-vue" : " ^4.2.3 " ,
14
14
"cross-env" : " ^7.0.3" ,
15
15
"markdown-it-prism" : " ^2.3.0" ,
16
16
"prismjs" : " ^1.29.0" ,
17
17
"typescript" : " ^5.0.4" ,
18
- "vite" : " ^4.3.4 " ,
19
- "vite-plugin-inspect" : " ^0.7.24 " ,
18
+ "vite" : " ^4.3.7 " ,
19
+ "vite-plugin-inspect" : " ^0.7.26 " ,
20
20
"vite-plugin-pages" : " ^0.29.0" ,
21
21
"vite-plugin-vue-markdown" : " workspace:*"
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-vue-markdown" ,
3
3
"version" : " 0.23.4" ,
4
- "packageManager" : " pnpm@8.4.0 " ,
4
+ "packageManager" : " pnpm@8.5.1 " ,
5
5
"description" : " Compile Markdown to Vue component" ,
6
6
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
7
"license" : " MIT" ,
19
19
],
20
20
"exports" : {
21
21
"." : {
22
+ "types" : " ./dist/index.d.ts" ,
22
23
"require" : " ./dist/index.js" ,
23
- "import" : " ./dist/index.mjs" ,
24
- "types" : " ./dist/index.d.ts"
24
+ "import" : " ./dist/index.mjs"
25
25
}
26
26
},
27
27
"main" : " ./dist/index.js" ,
54
54
"markdown-it" : " ^13.0.1"
55
55
},
56
56
"devDependencies" : {
57
- "@antfu/eslint-config" : " ^0.38.5 " ,
57
+ "@antfu/eslint-config" : " ^0.38.6 " ,
58
58
"@antfu/ni" : " ^0.21.3" ,
59
- "@types/node" : " ^18.16.3 " ,
59
+ "@types/node" : " ^18.16.11 " ,
60
60
"@unhead/vue" : " ^1.1.26" ,
61
61
"@vue/test-utils" : " ^2.3.2" ,
62
62
"bumpp" : " ^9.1.0" ,
63
63
"eslint" : " ^8.39.0" ,
64
- "rollup" : " ^3.21.3 " ,
64
+ "rollup" : " ^3.21.8 " ,
65
65
"tsup" : " ^6.7.0" ,
66
66
"typescript" : " ^5.0.4" ,
67
- "vite" : " ^4.3.4 " ,
68
- "vitest" : " ^0.30.1 " ,
69
- "vue" : " ^3.2.47 "
67
+ "vite" : " ^4.3.7 " ,
68
+ "vitest" : " ^0.31.0 " ,
69
+ "vue" : " ^3.3.2 "
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments