Bump dependencies (#258)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Nico
2023-12-02 17:17:59 +01:00
committed by GitHub
parent e3839c35b7
commit 2917ff25e5
5 changed files with 272 additions and 314 deletions

View File

@@ -12,8 +12,8 @@ type ResolvePropDeep<T, P> = P extends `${infer Pre}.${infer Suf}`
? ResolvePropDeep<T[Pre], Suf>
: any
: P extends keyof T
? T[P]
: any;
? T[P]
: any;
/**
* The SettingsStore allows you to easily create a mutable store that