chore: updated @project-trans/suggestion-box to fix styling issues (#264)
parent
1f53f8cc88
commit
dfb6d71bc1
|
@ -13,5 +13,7 @@ declare module 'vue' {
|
||||||
PageInfo: typeof import('./theme/components/PageInfo.vue')['default']
|
PageInfo: typeof import('./theme/components/PageInfo.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
RouterView: typeof import('vue-router')['RouterView']
|
||||||
|
Starport: typeof import('vue-starport')['Starport']
|
||||||
|
StarportCarrier: typeof import('vue-starport')['StarportCarrier']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.22.2",
|
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.22.2",
|
||||||
"@nolebase/vitepress-plugin-git-changelog": "^1.22.2",
|
"@nolebase/vitepress-plugin-git-changelog": "^1.22.2",
|
||||||
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^1.22.2",
|
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^1.22.2",
|
||||||
"@project-trans/suggestion-box": "^0.0.7",
|
"@project-trans/suggestion-box": "^0.0.8",
|
||||||
"@types/markdown-it": "^13.0.7",
|
"@types/markdown-it": "^13.0.7",
|
||||||
"@types/markdown-it-footnote": "^3.0.3",
|
"@types/markdown-it-footnote": "^3.0.3",
|
||||||
"markdown-it-footnote": "^3.0.3",
|
"markdown-it-footnote": "^3.0.3",
|
||||||
|
|
|
@ -31,8 +31,8 @@ importers:
|
||||||
specifier: ^1.22.2
|
specifier: ^1.22.2
|
||||||
version: 1.22.2(vitepress@1.0.0-rc.42)
|
version: 1.22.2(vitepress@1.0.0-rc.42)
|
||||||
'@project-trans/suggestion-box':
|
'@project-trans/suggestion-box':
|
||||||
specifier: ^0.0.7
|
specifier: ^0.0.8
|
||||||
version: 0.0.7(vue@3.4.19)
|
version: 0.0.8(vue@3.4.19)
|
||||||
'@types/markdown-it':
|
'@types/markdown-it':
|
||||||
specifier: ^13.0.7
|
specifier: ^13.0.7
|
||||||
version: 13.0.7
|
version: 13.0.7
|
||||||
|
@ -2538,8 +2538,8 @@ packages:
|
||||||
resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==}
|
resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@project-trans/suggestion-box@0.0.7(vue@3.4.19):
|
/@project-trans/suggestion-box@0.0.8(vue@3.4.19):
|
||||||
resolution: {integrity: sha512-s40Wy9T4s6a5WTC2Osg8friTt4L16RSXPBrim3fsRb1ae0HQC1Y+65mNNCr0yLpj34LS2E6cjtqPtRCZtfN98g==}
|
resolution: {integrity: sha512-5uq1H2SFMV9NyW9kpfdKmoYO5t0pFrfyzMDmCX2oWs5lfzVdrRaeGbv5BKttfBkm4/WBcpB7WwJF3CAooB63XA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: '3'
|
vue: '3'
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in New Issue