Skip to content

Commit 80ef3c7

Browse files
authored
Merge branch 'main' into meteorlxy-markdown-to-vue
2 parents bbca706 + a78ee55 commit 80ef3c7

File tree

6 files changed

+679
-640
lines changed

6 files changed

+679
-640
lines changed

e2e/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.86.3",
24-
"sass-embedded": "^1.86.3",
23+
"sass": "^1.87.0",
24+
"sass-embedded": "^1.87.0",
2525
"sass-loader": "^16.0.5",
2626
"vue": "catalog:",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@playwright/test": "^1.51.1",
30+
"@playwright/test": "^1.52.0",
3131
"anywhere": "^1.6.0",
3232
"cross-env": "^7.0.3"
3333
}

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,34 @@
3535
"@commitlint/cli": "^19.8.0",
3636
"@commitlint/config-conventional": "^19.8.0",
3737
"@commitlint/types": "^19.8.0",
38-
"@types/node": "^22.14.0",
38+
"@types/node": "^22.14.1",
3939
"@types/webpack-env": "^1.18.8",
40-
"@vitest/coverage-istanbul": "^3.1.1",
40+
"@vitest/coverage-istanbul": "^3.1.2",
4141
"bumpp": "^10.1.0",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.24.0",
44-
"eslint-config-vuepress": "^5.2.5",
43+
"eslint": "^9.25.1",
44+
"eslint-config-vuepress": "^6.0.0",
4545
"husky": "^9.1.7",
4646
"jiti": "^2.4.2",
47-
"lint-staged": "^15.5.0",
47+
"lint-staged": "^15.5.1",
4848
"prettier": "^3.5.3",
49-
"prettier-config-vuepress": "^5.0.0",
49+
"prettier-config-vuepress": "^6.0.0",
5050
"rimraf": "^6.0.1",
5151
"sort-package-json": "^3.0.0",
5252
"taze": "^19.0.4",
53-
"tsconfig-vuepress": "^5.2.1",
53+
"tsconfig-vuepress": "^6.0.0",
5454
"tsup": "^8.4.0",
5555
"typescript": "~5.8.3",
56-
"vite": "~6.2.5",
57-
"vitest": "^3.1.1",
56+
"vite": "~6.3.2",
57+
"vitest": "^3.1.2",
5858
"vue-tsc": "^2.2.8"
5959
},
60-
"packageManager": "pnpm@10.8.0",
60+
"packageManager": "pnpm@10.9.0",
6161
"pnpm": {
6262
"onlyBuiltDependencies": [
6363
"@parcel/watcher",
64-
"esbuild"
64+
"esbuild",
65+
"unrs-resolver"
6566
]
6667
}
6768
}

packages/bundler-vite/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"connect-history-api-fallback": "^2.0.0",
4646
"postcss": "^8.5.3",
4747
"postcss-load-config": "^6.0.1",
48-
"rollup": "^4.39.0",
49-
"vite": "~6.2.5",
48+
"rollup": "^4.40.0",
49+
"vite": "~6.3.2",
5050
"vue": "catalog:",
5151
"vue-router": "catalog:"
5252
},

packages/bundler-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"vue": "catalog:",
6161
"vue-loader": "^17.4.2",
6262
"vue-router": "catalog:",
63-
"webpack": "^5.99.5",
63+
"webpack": "^5.99.6",
6464
"webpack-5-chain": "^8.0.2",
6565
"webpack-dev-server": "^5.2.1",
6666
"webpack-merge": "^6.0.1"

packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"clean": "rimraf dist"
3838
},
3939
"dependencies": {
40-
"@vue/devtools-api": "^7.7.2",
41-
"@vue/devtools-kit": "^7.7.2",
40+
"@vue/devtools-api": "^7.7.5",
41+
"@vue/devtools-kit": "^7.7.5",
4242
"@vuepress/shared": "workspace:*",
4343
"vue": "catalog:",
4444
"vue-router": "catalog:"

0 commit comments

Comments
 (0)