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/pinceau.patch Normal file
View file

@ -0,0 +1,13 @@
diff --git a/dist/index.d.ts b/dist/index.d.ts
index 612f1c7908c2e973870be08c6fba1515e6e2b9ca..445a3b0574c5388b624d537fc17cbf4a08973ded 100644
--- a/dist/index.d.ts
+++ b/dist/index.d.ts
@@ -115,7 +115,7 @@ interface ModuleHooks {
interface ModuleOptions extends PinceauOptions {
}
-declare module '@vue/runtime-core' {
+declare module 'vue' {
interface ComponentCustomProperties {
$dt: DtFunction;
$pinceau: ComputedRef<string>;