File tree Expand file tree Collapse file tree 7 files changed +282
-279
lines changed
tests/plugins/__snapshots__ Expand file tree Collapse file tree 7 files changed +282
-279
lines changed Original file line number Diff line number Diff line change 55
55
"@vuepress/plugin-theme-data" : " workspace:*" ,
56
56
"@vuepress/shared" : " workspace:*" ,
57
57
"@vuepress/utils" : " workspace:*" ,
58
- "@vueuse/core" : " ^9.12 .0" ,
59
- "sass" : " ^1.58.1 " ,
58
+ "@vueuse/core" : " ^9.13 .0" ,
59
+ "sass" : " ^1.58.3 " ,
60
60
"vue" : " ^3.2.47" ,
61
61
"vue-router" : " ^4.1.6"
62
62
},
Original file line number Diff line number Diff line change 36
36
},
37
37
"prettier" : " prettier-config-vuepress" ,
38
38
"devDependencies" : {
39
- "@commitlint/cli" : " ^17.4.3 " ,
40
- "@commitlint/config-conventional" : " ^17.4.3 " ,
41
- "@types/node" : " ^18.13.0 " ,
39
+ "@commitlint/cli" : " ^17.4.4 " ,
40
+ "@commitlint/config-conventional" : " ^17.4.4 " ,
41
+ "@types/node" : " ^18.14.2 " ,
42
42
"@types/webpack-env" : " ^1.18.0" ,
43
- "@vitest/coverage-istanbul" : " ^0.28.5 " ,
44
- "bumpp" : " ^8.2.1 " ,
43
+ "@vitest/coverage-istanbul" : " ^0.29.1 " ,
44
+ "bumpp" : " ^9.0.0 " ,
45
45
"conventional-changelog-cli" : " ^2.2.2" ,
46
46
"cpx2" : " ^4.2.0" ,
47
- "eslint" : " ^8.34 .0" ,
47
+ "eslint" : " ^8.35 .0" ,
48
48
"eslint-config-vuepress" : " ^4.0.4" ,
49
49
"eslint-config-vuepress-typescript" : " ^4.0.4" ,
50
50
"husky" : " ^8.0.3" ,
56
56
"tsconfig-vuepress" : " ^4.0.4" ,
57
57
"tsup" : " ^6.6.3" ,
58
58
"typescript" : " ^4.9.5" ,
59
- "vite" : " ~4.1.1 " ,
60
- "vitest" : " ^0.28.5 "
59
+ "vite" : " ~4.1.4 " ,
60
+ "vitest" : " ^0.29.1 "
61
61
},
62
- "packageManager" : " pnpm@7.27 .0" ,
62
+ "packageManager" : " pnpm@7.28 .0" ,
63
63
"engines" : {
64
64
"node" : " >=14.18.0"
65
65
},
Original file line number Diff line number Diff line change 42
42
"connect-history-api-fallback" : " ^2.0.0" ,
43
43
"postcss" : " ^8.4.21" ,
44
44
"postcss-load-config" : " ^4.0.1" ,
45
- "rollup" : " ^3.15.0 " ,
46
- "vite" : " ~4.1.1 " ,
45
+ "rollup" : " ^3.17.3 " ,
46
+ "vite" : " ~4.1.4 " ,
47
47
"vue" : " ^3.2.47" ,
48
48
"vue-router" : " ^4.1.6"
49
49
},
Original file line number Diff line number Diff line change 44
44
"@vuepress/shared" : " workspace:*" ,
45
45
"@vuepress/utils" : " workspace:*" ,
46
46
"markdown-it" : " ^13.0.1" ,
47
- "markdown-it-anchor" : " ^8.6.6 " ,
47
+ "markdown-it-anchor" : " ^8.6.7 " ,
48
48
"markdown-it-emoji" : " ^2.0.2" ,
49
49
"mdurl" : " ^1.0.1"
50
50
},
Original file line number Diff line number Diff line change 1
- // Vitest Snapshot v1
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
3
3
exports [` @vuepress/markdown > plugins > codePlugin > :line-numbers / :no-line-numbers > should work properly if \` lineNumbers\` is disabled by default 1` ] = `
4
4
"<div class =\\"language-text\\" data-ext =\\"text\\"><pre v-pre class =\\"language-text\\"><code>Raw text
Original file line number Diff line number Diff line change 1
- // Vitest Snapshot v1
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
3
3
exports [` @vuepress/markdown > plugins > importCodePlugin > compatibility with codePlugin > should work with syntax supported by codePlugin 1` ] = `
4
4
"<div class =\\"language-javascript line-numbers-mode\\" data-ext =\\"js\\"><pre v-pre class =\\"language-javascript\\"><code>const msg = ' hello from js'
You can’t perform that action at this time.
0 commit comments