Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vue/runtime-core": "^3.2.37",
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
"@vuepress/plugin-google-analytics": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-rc.132",
"@vueuse/core": "^10.5.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
Expand Down
40 changes: 32 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ __metadata:
"@vue/test-utils": ^2.0.2
"@vuepress/plugin-docsearch": 2.0.0-beta.67
"@vuepress/plugin-google-analytics": 2.0.0-beta.67
"@vuepress/plugin-register-components": 2.0.0-beta.67
"@vuepress/plugin-register-components": 2.0.0-rc.132
"@vueuse/core": ^10.5.0
autoprefixer: ^10.4.8
concurrently: ^9.2.1
Expand Down Expand Up @@ -1951,14 +1951,15 @@ __metadata:
languageName: node
linkType: hard

"@vuepress/plugin-register-components@npm:2.0.0-beta.67":
version: 2.0.0-beta.67
resolution: "@vuepress/plugin-register-components@npm:2.0.0-beta.67"
"@vuepress/plugin-register-components@npm:2.0.0-rc.132":
version: 2.0.0-rc.132
resolution: "@vuepress/plugin-register-components@npm:2.0.0-rc.132"
dependencies:
"@vuepress/core": 2.0.0-beta.67
"@vuepress/utils": 2.0.0-beta.67
chokidar: ^3.5.3
checksum: 8bd35457709f791beb3ba8b9c77d0b696565f5a2ff2fab55acbedafc554a67abc87062c092da860d3173debec5cfde96e963a6067a22e43c3b13e35dd33e5f61
chokidar: ^5.0.0
picomatch: ^4.0.5
peerDependencies:
vuepress: 2.0.0-rc.30
checksum: 13a52e42e8695ebc5fe9d3607ce1eec8b2eb30034cfed7afdaa1859bf8be188e84069f4db04041ba6ba309c79f0abcbfdd1e72be4cfc01ba89fabae9d8ea76a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -2983,6 +2984,15 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^5.0.0":
version: 5.0.0
resolution: "chokidar@npm:5.0.0"
dependencies:
readdirp: ^5.0.0
checksum: 48c0d510d84c228acae24dcf4418d55193ae0fd6cf2d114a3cf893ea68cca95f1876e1b02353a275b0b0b5f933f7c5b5bf126063211c0c8c30b213dd03328897
languageName: node
linkType: hard

"chownr@npm:^3.0.0":
version: 3.0.0
resolution: "chownr@npm:3.0.0"
Expand Down Expand Up @@ -8080,6 +8090,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.5":
version: 4.0.5
resolution: "picomatch@npm:4.0.5"
checksum: 44f305aa44f33c15d304f2e887409961d1c14eebd465b5553d8aefddcfe7b5e40d208148adef8c21a21183dda2fdba1e83c8a56918e3b5e5d3db6bcaba5b7e12
languageName: node
linkType: hard

"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
Expand Down Expand Up @@ -9046,6 +9063,13 @@ __metadata:
languageName: node
linkType: hard

"readdirp@npm:^5.0.0":
version: 5.1.1
resolution: "readdirp@npm:5.1.1"
checksum: 0444f42c718cb57833e91e69affe4ed376f1e2c53b20e469314e2b5b005eee022b409473de25603b7a6d5c2453bfa5db0f130ff3739213afdd17e4a312755188
languageName: node
linkType: hard

"readdirp@npm:~3.6.0":
version: 3.6.0
resolution: "readdirp@npm:3.6.0"
Expand Down
Loading