Skip to content

Commit 2006b55

Browse files
committed
build: bump deps
1 parent 8c18099 commit 2006b55

File tree

12 files changed

+315
-299
lines changed

12 files changed

+315
-299
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.89.2",
24-
"sass-embedded": "^1.89.2",
23+
"sass": "^1.90.0",
24+
"sass-embedded": "^1.90.0",
2525
"sass-loader": "^16.0.5",
2626
"vue": "catalog:",
2727
"vuepress": "workspace:*"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@
3535
"@commitlint/cli": "^19.8.1",
3636
"@commitlint/config-conventional": "^19.8.1",
3737
"@commitlint/types": "^19.8.1",
38-
"@types/node": "^24.2.0",
38+
"@types/node": "^24.2.1",
3939
"@types/webpack-env": "^1.18.8",
4040
"@vitest/coverage-istanbul": "^3.2.4",
4141
"bumpp": "^10.2.2",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.32.0",
44-
"eslint-config-vuepress": "^7.0.3",
43+
"eslint": "^9.33.0",
44+
"eslint-config-vuepress": "^7.0.4",
4545
"husky": "^9.1.7",
4646
"jiti": "^2.5.1",
47-
"lint-staged": "^16.1.4",
47+
"lint-staged": "^16.1.5",
4848
"prettier": "^3.6.2",
49-
"prettier-config-vuepress": "^7.0.3",
49+
"prettier-config-vuepress": "^7.0.4",
5050
"rimraf": "^6.0.1",
5151
"sort-package-json": "^3.4.0",
5252
"taze": "^19.1.0",
5353
"tsconfig-vuepress": "^7.0.0",
5454
"tsup": "^8.5.0",
5555
"typescript": "~5.9.2",
56-
"vite": "~7.0.6",
56+
"vite": "~7.1.1",
5757
"vitest": "^3.2.4",
5858
"vue-tsc": "^3.0.5"
5959
},

packages/bundler-vite/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"./package.json": "./package.json"
2626
},
2727
"main": "./dist/index.js",
28+
"module": "./dist/index.js",
2829
"types": "./dist/index.d.ts",
2930
"files": [
3031
"dist",
@@ -46,7 +47,7 @@
4647
"postcss": "^8.5.6",
4748
"postcss-load-config": "^6.0.1",
4849
"rollup": "^4.46.2",
49-
"vite": "~7.0.6",
50+
"vite": "~7.1.1",
5051
"vue": "catalog:",
5152
"vue-router": "catalog:"
5253
},

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"./package.json": "./package.json"
2828
},
2929
"main": "./dist/index.js",
30+
"module": "./dist/index.js",
3031
"types": "./dist/index.d.ts",
3132
"files": [
3233
"dist"
@@ -44,15 +45,14 @@
4445
"@vuepress/shared": "workspace:*",
4546
"@vuepress/utils": "workspace:*",
4647
"autoprefixer": "^10.4.21",
47-
"chokidar": "^3.6.0",
4848
"copy-webpack-plugin": "^13.0.0",
4949
"css-loader": "^7.1.2",
5050
"css-minimizer-webpack-plugin": "^7.0.2",
5151
"esbuild-loader": "~4.3.0",
5252
"express": "^4.21.2",
5353
"html-webpack-plugin": "^5.6.3",
5454
"lightningcss": "^1.30.1",
55-
"mini-css-extract-plugin": "^2.9.3",
55+
"mini-css-extract-plugin": "^2.9.4",
5656
"postcss": "^8.5.6",
5757
"postcss-loader": "^8.1.1",
5858
"style-loader": "^4.0.0",

packages/bundlerutils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"./package.json": "./package.json"
2424
},
2525
"main": "./dist/index.js",
26+
"module": "./dist/index.js",
2627
"types": "./dist/index.d.ts",
2728
"files": [
2829
"dist"

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"./package.json": "./package.json"
2424
},
2525
"main": "./dist/index.js",
26+
"module": "./dist/index.js",
2627
"types": "./dist/index.d.ts",
2728
"bin": {
2829
"vuepress-cli": "./bin/vuepress.js"

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"./package.json": "./package.json"
2323
},
2424
"main": "./dist/index.js",
25+
"module": "./dist/index.js",
2526
"types": "./dist/index.d.ts",
2627
"files": [
2728
"dist"

packages/markdown/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"./package.json": "./package.json"
2323
},
2424
"main": "./dist/index.js",
25+
"module": "./dist/index.js",
2526
"types": "./dist/index.d.ts",
2627
"files": [
2728
"dist"
@@ -31,14 +32,14 @@
3132
"clean": "rimraf dist"
3233
},
3334
"dependencies": {
34-
"@mdit-vue/plugin-component": "^2.1.4",
35-
"@mdit-vue/plugin-frontmatter": "^2.1.4",
36-
"@mdit-vue/plugin-headers": "^2.1.4",
37-
"@mdit-vue/plugin-sfc": "^2.1.4",
38-
"@mdit-vue/plugin-title": "^2.1.4",
39-
"@mdit-vue/plugin-toc": "^2.1.4",
40-
"@mdit-vue/shared": "^2.1.4",
41-
"@mdit-vue/types": "^2.1.4",
35+
"@mdit-vue/plugin-component": "^3.0.2",
36+
"@mdit-vue/plugin-frontmatter": "^3.0.1",
37+
"@mdit-vue/plugin-headers": "^3.0.1",
38+
"@mdit-vue/plugin-sfc": "^3.0.1",
39+
"@mdit-vue/plugin-title": "^3.0.2",
40+
"@mdit-vue/plugin-toc": "^3.0.2",
41+
"@mdit-vue/shared": "^3.0.2",
42+
"@mdit-vue/types": "^3.0.2",
4243
"@types/markdown-it": "^14.1.2",
4344
"@types/markdown-it-emoji": "^3.0.1",
4445
"@vuepress/shared": "workspace:*",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"clean": "rimraf dist"
3434
},
3535
"dependencies": {
36-
"@mdit-vue/types": "^2.1.4"
36+
"@mdit-vue/types": "^3.0.2"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"./package.json": "./package.json"
2323
},
2424
"main": "./dist/index.js",
25+
"module": "./dist/index.js",
2526
"types": "./dist/index.d.ts",
2627
"files": [
2728
"dist"
@@ -37,7 +38,7 @@
3738
"@types/picomatch": "^4.0.2",
3839
"@vuepress/shared": "workspace:*",
3940
"debug": "^4.4.1",
40-
"fs-extra": "^11.3.0",
41+
"fs-extra": "^11.3.1",
4142
"hash-sum": "^2.0.0",
4243
"ora": "^8.2.0",
4344
"picocolors": "^1.1.1",

0 commit comments

Comments
 (0)