Skip to content

Commit 0ec2641

Browse files
committed
build: bump vue-router
1 parent 78a8431 commit 0ec2641

File tree

11 files changed

+30
-36
lines changed

11 files changed

+30
-36
lines changed

ecosystem/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vuepress/utils": "workspace:*",
4141
"ts-debounce": "^4.0.0",
4242
"vue": "^3.2.37",
43-
"vue-router": "^4.1.3"
43+
"vue-router": "^4.1.4"
4444
},
4545
"publishConfig": {
4646
"access": "public"

ecosystem/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vuepress/utils": "workspace:*",
4747
"ts-debounce": "^4.0.0",
4848
"vue": "^3.2.37",
49-
"vue-router": "^4.1.3"
49+
"vue-router": "^4.1.4"
5050
},
5151
"publishConfig": {
5252
"access": "public"

ecosystem/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vuepress/core": "workspace:*",
4040
"@vuepress/utils": "workspace:*",
4141
"vue": "^3.2.37",
42-
"vue-router": "^4.1.3"
42+
"vue-router": "^4.1.4"
4343
},
4444
"publishConfig": {
4545
"access": "public"

ecosystem/plugin-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vuepress/utils": "workspace:*",
4242
"chokidar": "^3.5.3",
4343
"vue": "^3.2.37",
44-
"vue-router": "^4.1.3"
44+
"vue-router": "^4.1.4"
4545
},
4646
"publishConfig": {
4747
"access": "public"

ecosystem/plugin-toc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@vuepress/core": "workspace:*",
3939
"@vuepress/utils": "workspace:*",
4040
"vue": "^3.2.37",
41-
"vue-router": "^4.1.3"
41+
"vue-router": "^4.1.4"
4242
},
4343
"publishConfig": {
4444
"access": "public"

ecosystem/theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@vueuse/core": "^9.1.0",
5757
"sass": "^1.54.5",
5858
"vue": "^3.2.37",
59-
"vue-router": "^4.1.3"
59+
"vue-router": "^4.1.4"
6060
},
6161
"peerDependencies": {
6262
"sass-loader": "^13.0.0"

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup": "^2.78.1",
4545
"vite": "~3.0.9",
4646
"vue": "^3.2.37",
47-
"vue-router": "^4.1.3"
47+
"vue-router": "^4.1.4"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/bundler-vite/src/plugins/mainPlugin.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,7 @@ const resolveAlias = async ({
153153
replacement: alias[item],
154154
})),
155155
...(isServer
156-
? [
157-
// TODO: vue-router does not configured 'exports' field correctly
158-
{
159-
find: /^vue-router$/,
160-
replacement: 'vue-router/dist/vue-router.node.mjs',
161-
},
162-
]
156+
? []
163157
: [
164158
{
165159
find: /^vue$/,

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"style-loader": "^3.3.1",
5757
"vue": "^3.2.37",
5858
"vue-loader": "^17.0.0",
59-
"vue-router": "^4.1.3",
59+
"vue-router": "^4.1.4",
6060
"webpack": "^5.74.0",
6161
"webpack-chain": "^6.5.1",
6262
"webpack-dev-server": "^4.10.0",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vue/devtools-api": "^6.2.1",
4141
"@vuepress/shared": "workspace:*",
4242
"vue": "^3.2.37",
43-
"vue-router": "^4.1.3"
43+
"vue-router": "^4.1.4"
4444
},
4545
"publishConfig": {
4646
"access": "public"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)