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 5555 "@vuepress/plugin-theme-data" : " workspace:*" ,
5656 "@vuepress/shared" : " workspace:*" ,
5757 "@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 " ,
6060 "vue" : " ^3.2.47" ,
6161 "vue-router" : " ^4.1.6"
6262 },
Original file line number Diff line number Diff line change 3636 },
3737 "prettier" : " prettier-config-vuepress" ,
3838 "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 " ,
4242 "@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 " ,
4545 "conventional-changelog-cli" : " ^2.2.2" ,
4646 "cpx2" : " ^4.2.0" ,
47- "eslint" : " ^8.34 .0" ,
47+ "eslint" : " ^8.35 .0" ,
4848 "eslint-config-vuepress" : " ^4.0.4" ,
4949 "eslint-config-vuepress-typescript" : " ^4.0.4" ,
5050 "husky" : " ^8.0.3" ,
5656 "tsconfig-vuepress" : " ^4.0.4" ,
5757 "tsup" : " ^6.6.3" ,
5858 "typescript" : " ^4.9.5" ,
59- "vite" : " ~4.1.1 " ,
60- "vitest" : " ^0.28.5 "
59+ "vite" : " ~4.1.4 " ,
60+ "vitest" : " ^0.29.1 "
6161 },
62- "packageManager" : " pnpm@7.27 .0" ,
62+ "packageManager" : " pnpm@7.28 .0" ,
6363 "engines" : {
6464 "node" : " >=14.18.0"
6565 },
Original file line number Diff line number Diff line change 4242 "connect-history-api-fallback" : " ^2.0.0" ,
4343 "postcss" : " ^8.4.21" ,
4444 "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 " ,
4747 "vue" : " ^3.2.47" ,
4848 "vue-router" : " ^4.1.6"
4949 },
Original file line number Diff line number Diff line change 4444 "@vuepress/shared" : " workspace:*" ,
4545 "@vuepress/utils" : " workspace:*" ,
4646 "markdown-it" : " ^13.0.1" ,
47- "markdown-it-anchor" : " ^8.6.6 " ,
47+ "markdown-it-anchor" : " ^8.6.7 " ,
4848 "markdown-it-emoji" : " ^2.0.2" ,
4949 "mdurl" : " ^1.0.1"
5050 },
Original file line number Diff line number Diff line change 1- // Vitest Snapshot v1
1+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
33exports [` @vuepress/markdown > plugins > codePlugin > :line-numbers / :no-line-numbers > should work properly if \` lineNumbers\` is disabled by default 1` ] = `
44"<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
22
33exports [` @vuepress/markdown > plugins > importCodePlugin > compatibility with codePlugin > should work with syntax supported by codePlugin 1` ] = `
44"<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