diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 11:06:32 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 11:06:32 +0100 |
commit | fada8d75550dc7365f7e18ee1569b9406251d660 (patch) | |
tree | db9dc01c18693824f83fce5020f4c1f3ae7c0865 /client/yarn.lock | |
parent | 492fd28167f770d79a430fc57451b5a9e075d8e7 (diff) | |
parent | c2830fa8f84f61462098bf36add824f89436dfa9 (diff) | |
download | PeerTube-fada8d75550dc7365f7e18ee1569b9406251d660.tar.gz PeerTube-fada8d75550dc7365f7e18ee1569b9406251d660.tar.zst PeerTube-fada8d75550dc7365f7e18ee1569b9406251d660.zip |
Merge branch 'feature/design' into develop
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index c5a47bb89..bd6870061 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -264,10 +264,6 @@ amdefine@>=0.0.4: | |||
264 | version "1.0.1" | 264 | version "1.0.1" |
265 | resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" | 265 | resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" |
266 | 266 | ||
267 | angular-pipes@^6.0.0: | ||
268 | version "6.5.3" | ||
269 | resolved "https://registry.yarnpkg.com/angular-pipes/-/angular-pipes-6.5.3.tgz#6bed37c51ebc2adaf3412663bfe25179d0489b02" | ||
270 | |||
271 | angular2-notifications@^0.7.7: | 267 | angular2-notifications@^0.7.7: |
272 | version "0.7.8" | 268 | version "0.7.8" |
273 | resolved "https://registry.yarnpkg.com/angular2-notifications/-/angular2-notifications-0.7.8.tgz#ecbcb95a8d2d402af94a9a080d6664c70d33a029" | 269 | resolved "https://registry.yarnpkg.com/angular2-notifications/-/angular2-notifications-0.7.8.tgz#ecbcb95a8d2d402af94a9a080d6664c70d33a029" |
@@ -4708,9 +4704,9 @@ ngc-webpack@3.2.2: | |||
4708 | source-map "^0.5.6" | 4704 | source-map "^0.5.6" |
4709 | ts-node "^3.2.0" | 4705 | ts-node "^3.2.0" |
4710 | 4706 | ||
4711 | ngx-bootstrap@1.9.3: | 4707 | ngx-bootstrap@2.0.0-beta.9: |
4712 | version "1.9.3" | 4708 | version "2.0.0-beta.9" |
4713 | resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-1.9.3.tgz#28e75d14fb1beaee609383d7694de4eb3ba03b26" | 4709 | resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-2.0.0-beta.9.tgz#9aa7c88269534e7a5440481f31b137549f749796" |
4714 | 4710 | ||
4715 | ngx-chips@1.5.3: | 4711 | ngx-chips@1.5.3: |
4716 | version "1.5.3" | 4712 | version "1.5.3" |
@@ -4718,6 +4714,14 @@ ngx-chips@1.5.3: | |||
4718 | dependencies: | 4714 | dependencies: |
4719 | ng2-material-dropdown "0.7.10" | 4715 | ng2-material-dropdown "0.7.10" |
4720 | 4716 | ||
4717 | ngx-infinite-scroll@^0.7.0: | ||
4718 | version "0.7.0" | ||
4719 | resolved "https://registry.yarnpkg.com/ngx-infinite-scroll/-/ngx-infinite-scroll-0.7.0.tgz#a390c61c6a05ac14485e1c5bc8b4e6f6bd62fd6a" | ||
4720 | |||
4721 | ngx-pipes@^2.0.5: | ||
4722 | version "2.0.5" | ||
4723 | resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-2.0.5.tgz#743b827e350b1e66f5bdae49e90a02fa631d4c54" | ||
4724 | |||
4721 | no-case@^2.2.0: | 4725 | no-case@^2.2.0: |
4722 | version "2.3.2" | 4726 | version "2.3.2" |
4723 | resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" | 4727 | resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" |
@@ -6602,6 +6606,10 @@ source-map@^0.6.1, source-map@~0.6.1: | |||
6602 | version "0.6.1" | 6606 | version "0.6.1" |
6603 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | 6607 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" |
6604 | 6608 | ||
6609 | source-sans-pro@^2.0.10: | ||
6610 | version "2.0.10" | ||
6611 | resolved "https://registry.yarnpkg.com/source-sans-pro/-/source-sans-pro-2.0.10.tgz#c1ca859cf164a088944c5e83745085e87cd533a9" | ||
6612 | |||
6605 | spdx-correct@~1.0.0: | 6613 | spdx-correct@~1.0.0: |
6606 | version "1.0.2" | 6614 | version "1.0.2" |
6607 | resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40" | 6615 | resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40" |