Skip to content

Commit 5615fd3

Browse files
committed
build: bump deps
1 parent 21ae915 commit 5615fd3

File tree

4 files changed

+195
-201
lines changed

4 files changed

+195
-201
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-config-vuepress": "^4.10.1",
4444
"eslint-config-vuepress-typescript": "^4.10.1",
4545
"husky": "^9.0.11",
46-
"lint-staged": "^15.2.2",
46+
"lint-staged": "^15.2.4",
4747
"prettier": "^3.2.5",
4848
"prettier-config-vuepress": "^4.4.0",
4949
"rimraf": "^5.0.7",
@@ -55,7 +55,7 @@
5555
"vitest": "^1.6.0",
5656
"vue-tsc": "^2.0.19"
5757
},
58-
"packageManager": "[email protected].1",
58+
"packageManager": "[email protected].2",
5959
"engines": {
6060
"node": ">=18.16.0"
6161
}

packages/bundler-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"esbuild-loader": "~4.1.0",
5151
"express": "^4.19.2",
5252
"html-webpack-plugin": "^5.6.0",
53-
"lightningcss": "^1.24.1",
53+
"lightningcss": "^1.25.0",
5454
"mini-css-extract-plugin": "^2.9.0",
5555
"postcss": "^8.4.38",
5656
"postcss-loader": "^8.1.1",

packages/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@vuepress/shared": "workspace:*",
4545
"@vuepress/utils": "workspace:*",
4646
"markdown-it": "^14.1.0",
47-
"markdown-it-anchor": "^9.0.0",
47+
"markdown-it-anchor": "^9.0.1",
4848
"markdown-it-emoji": "^3.0.0",
4949
"mdurl": "^2.0.0"
5050
},

0 commit comments

Comments
 (0)