Skip to content

Commit 45b4315

Browse files
committed
build: bump deps
1 parent 6588b3f commit 45b4315

File tree

7 files changed

+484
-462
lines changed

7 files changed

+484
-462
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vueuse/core": "^12.7.0",
4141
"katex": "0.16.21",
4242
"mathjax-full": "3.2.2",
43-
"sass-embedded": "^1.85.0",
43+
"sass-embedded": "^1.85.1",
4444
"sass-loader": "^16.0.5",
4545
"vue": "^3.5.13",
4646
"vuepress": "catalog:"

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vuepress/plugin-theme-data": "workspace:*",
3131
"@vuepress/plugin-watermark": "workspace:*",
3232
"@vuepress/theme-default": "workspace:*",
33-
"sass-embedded": "^1.85.0",
33+
"sass-embedded": "^1.85.1",
3434
"sass-loader": "^16.0.5",
3535
"vue": "^3.5.13",
3636
"vuepress": "catalog:"

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rollup/plugin-node-resolve": "^16.0.0",
4040
"@types/node": "^22.13.5",
4141
"@types/webpack-env": "^1.18.8",
42-
"@vitest/coverage-istanbul": "3.0.6",
42+
"@vitest/coverage-istanbul": "3.0.7",
4343
"conventional-changelog-cli": "^5.0.0",
4444
"cpx2": "^8.0.0",
4545
"cross-env": "^7.0.3",
@@ -54,21 +54,21 @@
5454
"rimraf": "^6.0.1",
5555
"rollup": "^4.34.8",
5656
"rollup-plugin-dts": "^6.1.1",
57-
"rollup-plugin-esbuild": "^6.2.0",
57+
"rollup-plugin-esbuild": "^6.2.1",
5858
"rollup-plugin-resolve-shebang": "^1.0.1",
59-
"sass-embedded": "^1.85.0",
60-
"sort-package-json": "^2.14.0",
59+
"sass-embedded": "^1.85.1",
60+
"sort-package-json": "^2.15.0",
6161
"stylelint": "^16.14.1",
6262
"stylelint-config-hope": "^8.0.0",
6363
"stylelint-config-html": "^1.1.0",
6464
"tsconfig-vuepress": "^5.2.1",
6565
"tsx": "^4.19.3",
6666
"typescript": "^5.7.3",
6767
"vite": "~6.1.1",
68-
"vitest": "3.0.6",
68+
"vitest": "3.0.7",
6969
"vuepress": "catalog:"
7070
},
71-
"packageManager": "pnpm@10.4.1",
71+
"packageManager": "pnpm@10.5.2",
7272
"engines": {
7373
"node": "^18.19.0 || >= 20.6.0"
7474
},

plugins/markdown/plugin-shiki/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
4040
},
4141
"dependencies": {
42-
"@shikijs/transformers": "^3.0.0",
42+
"@shikijs/transformers": "^3.1.0",
4343
"@vuepress/helper": "workspace:*",
4444
"@vuepress/highlighter-helper": "workspace:*",
4545
"nanoid": "^5.1.2",
46-
"shiki": "^3.0.0",
46+
"shiki": "^3.1.0",
4747
"synckit": "^0.9.2"
4848
},
4949
"peerDependencies": {

pnpm-lock.yaml

+469-447
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "test",
3-
"packageManager": "pnpm@10.4.1"
3+
"packageManager": "pnpm@10.5.2"
44
}

tools/shiki-twoslash/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
4242
},
4343
"dependencies": {
44-
"@shikijs/twoslash": "^3.0.0",
44+
"@shikijs/twoslash": "^3.1.0",
4545
"@vuepress/helper": "workspace:*",
4646
"floating-vue": "^5.2.2",
4747
"mdast-util-from-markdown": "^2.0.2",
4848
"mdast-util-gfm": "^3.1.0",
4949
"mdast-util-to-hast": "^13.2.0",
50-
"twoslash": "^0.2.12",
51-
"twoslash-vue": "^0.2.12"
50+
"twoslash": "^0.3.1",
51+
"twoslash-vue": "^0.3.1"
5252
},
5353
"devDependencies": {
5454
"@types/hast": "^3.0.4",
55-
"shiki": "^3.0.0",
55+
"shiki": "^3.1.0",
5656
"vue": "^3.5.13"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)