diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-30 12:06:46 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-03-31 10:29:24 +0200 |
commit | 3d527ba173a37bd61ec8ad742642bb320d12995c (patch) | |
tree | 4b2890df00b64ff6cdcf96afb652af8abcac3ff5 /client/yarn.lock | |
parent | 714bfcc556177dce2b65a1e58babdf2488e9de13 (diff) | |
download | PeerTube-3d527ba173a37bd61ec8ad742642bb320d12995c.tar.gz PeerTube-3d527ba173a37bd61ec8ad742642bb320d12995c.tar.zst PeerTube-3d527ba173a37bd61ec8ad742642bb320d12995c.zip |
Use inner join and document code for viewr stats for channels
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index b3f38a664..e34da3d6e 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -1149,6 +1149,13 @@ | |||
1149 | dependencies: | 1149 | dependencies: |
1150 | "@types/node" "*" | 1150 | "@types/node" "*" |
1151 | 1151 | ||
1152 | "@types/chart.js@^2.9.16": | ||
1153 | version "2.9.16" | ||
1154 | resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.16.tgz#ac9d268fa192c0ec0efd740f802683e3ed97642c" | ||
1155 | integrity sha512-Mofg7xFIeAWME46YMVKHPCyUz2Z0KsVMNE1f4oF3T74mK3RiPQxOm9qzoeNTyMs6lpl4x0tiHL+Wsz2DHCxQlQ== | ||
1156 | dependencies: | ||
1157 | moment "^2.10.2" | ||
1158 | |||
1152 | "@types/core-js@^2.5.2": | 1159 | "@types/core-js@^2.5.2": |
1153 | version "2.5.2" | 1160 | version "2.5.2" |
1154 | resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.2.tgz#d4c25420044d4a5b65e00a82fc04b7824b62691f" | 1161 | resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.2.tgz#d4c25420044d4a5b65e00a82fc04b7824b62691f" |