]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Fix magnet uri player copy
[github/Chocobozzz/PeerTube.git] / client / package.json
index 5514b91bd3a8eb6aa570331a82068d60a4c563d9..7a805ad1784ca2ab2fd88d353c3f1bf7017e2c50 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "1.4.1",
+  "version": "2.0.0",
   "private": true,
   "licence": "GPLv3",
   "author": {
@@ -33,7 +33,7 @@
   "devDependencies": {
     "@angular-devkit/build-angular": "~0.803.12",
     "@angular/animations": "~8.2.0",
-    "@angular/cdk": "^8.1.1",
+    "@angular/cdk": "^8.2.3",
     "@angular/cli": "~8.3.0",
     "@angular/common": "~8.2.0",
     "@angular/compiler": "~8.2.0",
@@ -48,6 +48,7 @@
     "@angularclass/hmr": "^2.1.3",
     "@neos21/bootstrap3-glyphicons": "^1.0.1",
     "@ng-bootstrap/ng-bootstrap": "^5.1.0",
+    "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
     "@ngx-loading-bar/core": "^4.2.0",
     "@ngx-loading-bar/http-client": "^4.2.0",
     "@ngx-loading-bar/router": "^4.2.0",
     "webtorrent": "^0.107.16",
     "whatwg-fetch": "^3.0.0",
     "zone.js": "~0.10.0"
+  },
+  "dependencies": {
+    "@ngx-i18nsupport/tooling": "^8.0.3"
   }
 }