Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update @vuepress/plugin-register-components to v2.0.0-rc.82 #3432

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@vuepress/client": "2.0.0-rc.2",
"@vuepress/plugin-pwa": "2.0.0-rc.3",
"@vuepress/plugin-pwa-popup": "2.0.0-rc.14",
"@vuepress/plugin-register-components": "2.0.0-rc.52",
"@vuepress/plugin-register-components": "2.0.0-rc.82",
"@vuepress/plugin-search": "2.0.0-rc.3",
"@vuepress/theme-default": "2.0.0-rc.6",
"cloc": "2.11.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3159,14 +3159,14 @@ __metadata:
languageName: node
linkType: hard

"@vuepress/plugin-register-components@npm:2.0.0-rc.52":
version: 2.0.0-rc.52
resolution: "@vuepress/plugin-register-components@npm:2.0.0-rc.52"
"@vuepress/plugin-register-components@npm:2.0.0-rc.82":
version: 2.0.0-rc.82
resolution: "@vuepress/plugin-register-components@npm:2.0.0-rc.82"
dependencies:
chokidar: "npm:^3.6.0"
chokidar: "npm:^4.0.3"
peerDependencies:
vuepress: 2.0.0-rc.17
checksum: 10c0/8937e957ea84f7c6494f0d11a9bc0c77263d054a5064b914237b239a72795088442dc7d964c2fa240bed83ecb81f837bf5a6071d434fe3dfbdfa6516dccb6bba
vuepress: 2.0.0-rc.20
checksum: 10c0/e7a25f68915436a63bf72026fdc4bf9534b59b3ff5efb06ed6bd5d09a30e0b5188a21ed40ec028d9e710d90e5a4832a645b8bcde98ea4c05c5677cac4bfc3d11
languageName: node
linkType: hard

Expand Down Expand Up @@ -4289,7 +4289,7 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^3.5.3, chokidar@npm:^3.6.0":
"chokidar@npm:^3.5.3":
version: 3.6.0
resolution: "chokidar@npm:3.6.0"
dependencies:
Expand All @@ -4308,7 +4308,7 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^4.0.0":
"chokidar@npm:^4.0.0, chokidar@npm:^4.0.3":
version: 4.0.3
resolution: "chokidar@npm:4.0.3"
dependencies:
Expand Down Expand Up @@ -7789,7 +7789,7 @@ __metadata:
"@vuepress/client": "npm:2.0.0-rc.2"
"@vuepress/plugin-pwa": "npm:2.0.0-rc.3"
"@vuepress/plugin-pwa-popup": "npm:2.0.0-rc.14"
"@vuepress/plugin-register-components": "npm:2.0.0-rc.52"
"@vuepress/plugin-register-components": "npm:2.0.0-rc.82"
"@vuepress/plugin-search": "npm:2.0.0-rc.3"
"@vuepress/theme-default": "npm:2.0.0-rc.6"
cloc: "npm:2.11.0"
Expand Down
Loading