From e3c06fc94d70f0024db35615d2b886e0fa9c353c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 28 Apr 2021 18:46:22 +0200 Subject: [PATCH] chore: lock update --- src/types.ts | 7 ++----- yarn.lock | 9 +-------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/types.ts b/src/types.ts index a7a5a2a4..ee310210 100644 --- a/src/types.ts +++ b/src/types.ts @@ -107,6 +107,7 @@ export type Method = (...args: any[]) => any // in this type we forget about this because otherwise the type is recursive /** * Store augmented for actions + * * @internal */ export type StoreWithActions = { @@ -115,13 +116,9 @@ export type StoreWithActions = { : never } -// export interface StoreGetter { -// // TODO: would be nice to be able to define the getters here -// (state: S, getters: Record>): T -// } - /** * Store augmented with getters + * * @internal */ export type StoreWithGetters = { diff --git a/yarn.lock b/yarn.lock index c0fcbfb1..2fe3844a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4361,14 +4361,7 @@ lodash@^4.17.19: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -log-symbols@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" - integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== - dependencies: - chalk "^4.0.0" - -log-symbols@^4.1.0: +log-symbols@^4.0.0, log-symbols@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== -- 2.47.3