Skip to content

Commit 8f2bc96

Browse files
committed
build: bump deps
1 parent 05d64e9 commit 8f2bc96

File tree

7 files changed

+496
-583
lines changed

7 files changed

+496
-583
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vuepress/bundler-webpack": "workspace:*",
2323
"sass": "^1.77.8",
2424
"sass-embedded": "^1.77.8",
25-
"sass-loader": "^16.0.0",
25+
"sass-loader": "^16.0.1",
2626
"vue": "^3.4.38",
2727
"vuepress": "workspace:*"
2828
},

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
},
3232
"prettier": "prettier-config-vuepress",
3333
"devDependencies": {
34-
"@commitlint/cli": "^19.4.0",
35-
"@commitlint/config-conventional": "^19.2.2",
34+
"@commitlint/cli": "^19.4.1",
35+
"@commitlint/config-conventional": "^19.4.1",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^22.4.0",
37+
"@types/node": "^22.5.1",
3838
"@types/webpack-env": "^1.18.5",
3939
"@vitest/coverage-istanbul": "^2.0.5",
40-
"bumpp": "^9.5.1",
40+
"bumpp": "^9.5.2",
4141
"conventional-changelog-cli": "^5.0.0",
42-
"eslint": "^9.9.0",
42+
"eslint": "^9.9.1",
4343
"eslint-config-vuepress": "^5.1.4",
44-
"husky": "^9.1.4",
44+
"husky": "^9.1.5",
4545
"jiti": "^1.21.6",
4646
"lint-staged": "^15.2.9",
4747
"prettier": "^3.3.3",
4848
"prettier-config-vuepress": "^5.0.0",
4949
"rimraf": "^6.0.1",
50-
"sort-package-json": "^2.10.0",
51-
"taze": "^0.16.6",
50+
"sort-package-json": "^2.10.1",
51+
"taze": "^0.16.7",
5252
"tsconfig-vuepress": "^5.0.0",
5353
"tsup": "^8.2.4",
5454
"typescript": "^5.5.4",
5555
"vite": "~5.4.1",
5656
"vitest": "^2.0.5",
5757
"vue-tsc": "^2.0.29"
5858
},
59-
"packageManager": "pnpm@9.7.1",
59+
"packageManager": "pnpm@9.9.0",
6060
"engines": {
6161
"node": ">=18.16.0"
6262
}

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"connect-history-api-fallback": "^2.0.0",
4545
"postcss": "^8.4.41",
4646
"postcss-load-config": "^6.0.1",
47-
"rollup": "^4.21.0",
47+
"rollup": "^4.21.1",
4848
"vite": "~5.4.1",
4949
"vue": "^3.4.38",
5050
"vue-router": "^4.4.3"

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"express": "^4.19.2",
5252
"html-webpack-plugin": "^5.6.0",
5353
"lightningcss": "^1.26.0",
54-
"mini-css-extract-plugin": "^2.9.0",
54+
"mini-css-extract-plugin": "^2.9.1",
5555
"postcss": "^8.4.41",
5656
"postcss-loader": "^8.1.1",
5757
"style-loader": "^4.0.0",
5858
"vue": "^3.4.38",
5959
"vue-loader": "^17.4.2",
6060
"vue-router": "^4.4.3",
61-
"webpack": "^5.93.0",
61+
"webpack": "^5.94.0",
6262
"webpack-5-chain": "^8.0.2",
6363
"webpack-dev-server": "^5.0.4",
6464
"webpack-merge": "^6.0.1"

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": "^14.1.0",
47-
"markdown-it-anchor": "^9.0.1",
47+
"markdown-it-anchor": "^9.1.0",
4848
"markdown-it-emoji": "^3.0.0",
4949
"mdurl": "^2.0.0"
5050
},

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"fs-extra": "^11.2.0",
4040
"globby": "^14.0.2",
4141
"hash-sum": "^2.0.0",
42-
"ora": "^8.0.1",
42+
"ora": "^8.1.0",
4343
"picocolors": "^1.0.1",
4444
"upath": "^2.0.1"
4545
},

0 commit comments

Comments
 (0)