]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: lock update
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Apr 2021 16:46:22 +0000 (18:46 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 28 Apr 2021 17:45:38 +0000 (19:45 +0200)
src/types.ts
yarn.lock

index a7a5a2a410b54ed8b1d3a647eaf14b468f94ad3b..ee3102106d79414be48aabf9ad5be8ff4290e804 100644 (file)
@@ -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<A> = {
@@ -115,13 +116,9 @@ export type StoreWithActions<A> = {
     : never
 }
 
-// export interface StoreGetter<S extends StateTree, T = any> {
-//   // TODO: would be nice to be able to define the getters here
-//   (state: S, getters: Record<string, Ref<any>>): T
-// }
-
 /**
  * Store augmented with getters
+ *
  * @internal
  */
 export type StoreWithGetters<G> = {
index c0fcbfb1251f2686cd238043d34d7b7eb007f625..2fe3844aeafa99a7c70dc0614cef67c05cd8316c 100644 (file)
--- 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==