Skip to content

Commit 02636c5

Browse files
Mister-Hopemeteorlxy
authored andcommitted
chore: update deps
1 parent b7d71be commit 02636c5

File tree

31 files changed

+266
-212
lines changed

31 files changed

+266
-212
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = {
22
root: true,
33
extends: 'vuepress',
44
globals: {
5+
// workaround for vue3.3 slots
6+
defineSlots: 'readonly',
57
__VUEPRESS_VERSION__: 'readonly',
68
__VUEPRESS_BASE__: 'readonly',
79
__VUEPRESS_DEV__: 'readonly',

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@vuepress/utils": "workspace:*",
2525
"anywhere": "^1.6.0",
2626
"sass-loader": "^13.2.2",
27-
"vue": "^3.2.47"
27+
"vue": "^3.3.1"
2828
}
2929
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@vuepress/core": "workspace:*",
4040
"@vuepress/utils": "workspace:*",
4141
"ts-debounce": "^4.0.0",
42-
"vue": "^3.2.47",
43-
"vue-router": "^4.1.6"
42+
"vue": "^3.3.1",
43+
"vue-router": "^4.2.0"
4444
},
4545
"publishConfig": {
4646
"access": "public"

ecosystem/plugin-back-to-top/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
"ts-debounce": "^4.0.0",
42-
"vue": "^3.2.47"
42+
"vue": "^3.3.1"
4343
},
4444
"publishConfig": {
4545
"access": "public"

ecosystem/plugin-docsearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@vuepress/utils": "workspace:*",
4747
"@vueuse/core": "^10.1.2",
4848
"ts-debounce": "^4.0.0",
49-
"vue": "^3.2.47",
50-
"vue-router": "^4.1.6"
49+
"vue": "^3.3.1",
50+
"vue-router": "^4.2.0"
5151
},
5252
"publishConfig": {
5353
"access": "public"

ecosystem/plugin-external-link-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vuepress/markdown": "workspace:*",
4141
"@vuepress/shared": "workspace:*",
4242
"@vuepress/utils": "workspace:*",
43-
"vue": "^3.2.47"
43+
"vue": "^3.3.1"
4444
},
4545
"publishConfig": {
4646
"access": "public"

ecosystem/plugin-medium-zoom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vuepress/core": "workspace:*",
4242
"@vuepress/utils": "workspace:*",
4343
"medium-zoom": "^1.0.8",
44-
"vue": "^3.2.47"
44+
"vue": "^3.3.1"
4545
},
4646
"publishConfig": {
4747
"access": "public"

ecosystem/plugin-nprogress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@vuepress/client": "workspace:*",
3939
"@vuepress/core": "workspace:*",
4040
"@vuepress/utils": "workspace:*",
41-
"vue": "^3.2.47",
42-
"vue-router": "^4.1.6"
41+
"vue": "^3.3.1",
42+
"vue-router": "^4.2.0"
4343
},
4444
"publishConfig": {
4545
"access": "public"

ecosystem/plugin-pwa-popup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vuepress/plugin-pwa": "workspace:*",
4242
"@vuepress/shared": "workspace:*",
4343
"@vuepress/utils": "workspace:*",
44-
"vue": "^3.2.47"
44+
"vue": "^3.3.1"
4545
},
4646
"publishConfig": {
4747
"access": "public"

ecosystem/plugin-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vuepress/utils": "workspace:*",
4040
"mitt": "^3.0.0",
4141
"register-service-worker": "^1.7.2",
42-
"vue": "^3.2.47",
42+
"vue": "^3.3.1",
4343
"workbox-build": "^6.5.4"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)