chore: bump and patch dependencies to augment vue (#2918)

This commit is contained in:
Daniel Roe 2024-08-16 14:31:43 +01:00 committed by GitHub
parent bdf5a18b4d
commit 335ae78a67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1303 additions and 1075 deletions

13
patches/vue-i18n.patch Normal file
View file

@ -0,0 +1,13 @@
diff --git a/dist/vue-i18n.d.ts b/dist/vue-i18n.d.ts
index 8d5c4fc0e551ab3beccfcaa67764818a2c4c6756..0cee95f214e03add239d3df5e91ad2a8a154ac1e 100644
--- a/dist/vue-i18n.d.ts
+++ b/dist/vue-i18n.d.ts
@@ -3125,7 +3125,7 @@ export declare type WarnHtmlInMessageLevel = 'off' | 'warn' | 'error';
export { }
-declare module '@vue/runtime-core' {
+declare module 'vue' {
/**
* Component Custom Options for Vue I18n
*