Skip to content

Commit 632cb70

Browse files
committed
build: move vue and vue-router to catalog
1 parent 15e8bdf commit 632cb70

File tree

9 files changed

+36
-23
lines changed

9 files changed

+36
-23
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sass": "^1.85.1",
2424
"sass-embedded": "^1.85.1",
2525
"sass-loader": "^16.0.5",
26-
"vue": "^3.5.13",
26+
"vue": "catalog:",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"postcss-load-config": "^6.0.1",
4848
"rollup": "^4.34.8",
4949
"vite": "~6.2.0",
50-
"vue": "^3.5.13",
51-
"vue-router": "^4.5.0"
50+
"vue": "catalog:",
51+
"vue-router": "catalog:"
5252
},
5353
"devDependencies": {
5454
"@types/connect-history-api-fallback": "^1.5.4"

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"postcss": "^8.5.3",
5757
"postcss-loader": "^8.1.1",
5858
"style-loader": "^4.0.0",
59-
"vue": "^3.5.13",
59+
"vue": "catalog:",
6060
"vue-loader": "^17.4.2",
61-
"vue-router": "^4.5.0",
61+
"vue-router": "catalog:",
6262
"webpack": "^5.98.0",
6363
"webpack-5-chain": "^8.0.2",
6464
"webpack-dev-server": "^5.2.0",

packages/bundlerutils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@vuepress/core": "workspace:*",
3737
"@vuepress/shared": "workspace:*",
3838
"@vuepress/utils": "workspace:*",
39-
"vue": "^3.5.13",
40-
"vue-router": "^4.5.0"
39+
"vue": "catalog:",
40+
"vue-router": "catalog:"
4141
},
4242
"publishConfig": {
4343
"access": "public"

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@vue/devtools-api": "^7.7.2",
4141
"@vue/devtools-kit": "^7.7.2",
4242
"@vuepress/shared": "workspace:*",
43-
"vue": "^3.5.13",
44-
"vue-router": "^4.5.0"
43+
"vue": "catalog:",
44+
"vue-router": "catalog:"
4545
},
4646
"publishConfig": {
4747
"access": "public"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vuepress/markdown": "workspace:*",
3636
"@vuepress/shared": "workspace:*",
3737
"@vuepress/utils": "workspace:*",
38-
"vue": "^3.5.13"
38+
"vue": "catalog:"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/vuepress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"@vuepress/markdown": "workspace:*",
5656
"@vuepress/shared": "workspace:*",
5757
"@vuepress/utils": "workspace:*",
58-
"vue": "^3.5.13"
58+
"vue": "catalog:"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",
6262
"@vuepress/bundler-webpack": "workspace:*",
63-
"vue": "^3.5.0"
63+
"vue": "catalog:"
6464
},
6565
"peerDependenciesMeta": {
6666
"@vuepress/bundler-vite": {

pnpm-lock.yaml

Lines changed: 20 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
packages:
22
- e2e
33
- packages/*
4+
5+
catalog:
6+
vue: ^3.5.13
7+
vue-router: ^4.5.0

0 commit comments

Comments
 (0)