diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-12 11:40:42 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-18 11:17:59 +0100 |
commit | 15e9d5ca39e0b792f61453fbf3885a0fc446afa7 (patch) | |
tree | 015628bc7497f45477d287e8bb482e39d5d491e2 /client/package.json | |
parent | c5a1ae500e68b759f76851552be6dd10631d34f4 (diff) | |
download | PeerTube-15e9d5ca39e0b792f61453fbf3885a0fc446afa7.tar.gz PeerTube-15e9d5ca39e0b792f61453fbf3885a0fc446afa7.tar.zst PeerTube-15e9d5ca39e0b792f61453fbf3885a0fc446afa7.zip |
Playlist reorder support
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 08d309b07..72708bd76 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -66,6 +66,7 @@ | |||
66 | "devDependencies": { | 66 | "devDependencies": { |
67 | "@angular-devkit/build-angular": "~0.13.1", | 67 | "@angular-devkit/build-angular": "~0.13.1", |
68 | "@angular/animations": "~7.2.4", | 68 | "@angular/animations": "~7.2.4", |
69 | "@angular/cdk": "^7.3.4", | ||
69 | "@angular/cli": "~7.3.1", | 70 | "@angular/cli": "~7.3.1", |
70 | "@angular/common": "~7.2.4", | 71 | "@angular/common": "~7.2.4", |
71 | "@angular/compiler": "~7.2.4", | 72 | "@angular/compiler": "~7.2.4", |