Skip to content

Commit 346c6e7

Browse files
committed
build: bump dependencies
1 parent 8bdfbf2 commit 346c6e7

File tree

7 files changed

+282
-279
lines changed

7 files changed

+282
-279
lines changed

ecosystem/theme-default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
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
},

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
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",
@@ -56,10 +56,10 @@
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
},

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
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
},

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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
},

packages/markdown/tests/plugins/__snapshots__/codePlugin.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`@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

packages/markdown/tests/plugins/__snapshots__/importCodePlugin.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`@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'

0 commit comments

Comments
 (0)