]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Playlist reorder support
[github/Chocobozzz/PeerTube.git] / client / package.json
index 9e5e87d4a7f2d08af7d178457c0327de4d2fe4c2..72708bd7653d2e71ad55da95f471f3073285289a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "private": true,
   "licence": "GPLv3",
   "author": {
@@ -66,6 +66,7 @@
   "devDependencies": {
     "@angular-devkit/build-angular": "~0.13.1",
     "@angular/animations": "~7.2.4",
+    "@angular/cdk": "^7.3.4",
     "@angular/cli": "~7.3.1",
     "@angular/common": "~7.2.4",
     "@angular/compiler": "~7.2.4",
@@ -93,6 +94,7 @@
     "@types/jasminewd2": "^2.0.3",
     "@types/jest": "^23.3.1",
     "@types/jschannel": "^1.0.0",
+    "@types/linkifyjs": "^2.1.1",
     "@types/lodash-es": "^4.17.0",
     "@types/markdown-it": "^0.0.5",
     "@types/node": "^10.9.2",
     "ts-jest": "^23.1.4",
     "tslint": "^5.7.0",
     "tslint-config-standard": "^8.0.1",
-    "typescript": "3.1.6",
+    "typescript": "3.2",
     "video.js": "^7",
     "videojs-contextmenu-ui": "^5.0.0",
     "videojs-contrib-quality-levels": "^2.0.9",
     "webpack-cli": "^3.0.8",
     "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
     "whatwg-fetch": "^3.0.0",
-    "zone.js": "~0.8.5",
-    "generate-password-browser": "^1.0.2"
+    "zone.js": "~0.8.5"
   }
 }