aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-09-01 15:55:54 +0200
committerChocobozzz <me@florianbigard.com>2021-09-01 15:55:54 +0200
commit6527eb0ccf823b5eac547c90066d3bd693094b2c (patch)
tree6b6600ff3a5c9bb617f87deecd677ef9a076e795 /client/package.json
parent3419e0e1fe8e48a08b63ca0ded31087f913eb2b6 (diff)
downloadPeerTube-6527eb0ccf823b5eac547c90066d3bd693094b2c.tar.gz
PeerTube-6527eb0ccf823b5eac547c90066d3bd693094b2c.tar.zst
PeerTube-6527eb0ccf823b5eac547c90066d3bd693094b2c.zip
Compat embed with ios 11
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index ce41700f8..c3fc14a9f 100644
--- a/client/package.json
+++ b/client/package.json
@@ -45,6 +45,8 @@
45 "@angular/platform-browser-dynamic": "^12.0.0", 45 "@angular/platform-browser-dynamic": "^12.0.0",
46 "@angular/router": "^12.0.0", 46 "@angular/router": "^12.0.0",
47 "@angular/service-worker": "^12.0.0", 47 "@angular/service-worker": "^12.0.0",
48 "@babel/core": "^7.15.0",
49 "@babel/preset-env": "^7.15.0",
48 "@neos21/bootstrap3-glyphicons": "^1.0.1", 50 "@neos21/bootstrap3-glyphicons": "^1.0.1",
49 "@ng-bootstrap/ng-bootstrap": "^10.0.0", 51 "@ng-bootstrap/ng-bootstrap": "^10.0.0",
50 "@ng-select/ng-select": "^7.0.1", 52 "@ng-select/ng-select": "^7.0.1",
@@ -77,6 +79,7 @@
77 "@wdio/spec-reporter": "^7.10.1", 79 "@wdio/spec-reporter": "^7.10.1",
78 "angular2-hotkeys": "^2.1.2", 80 "angular2-hotkeys": "^2.1.2",
79 "angularx-qrcode": "11.0.0", 81 "angularx-qrcode": "11.0.0",
82 "babel-loader": "^8.2.2",
80 "bootstrap": "^4.1.3", 83 "bootstrap": "^4.1.3",
81 "buffer": "^6.0.3", 84 "buffer": "^6.0.3",
82 "cache-chunk-store": "^3.0.0", 85 "cache-chunk-store": "^3.0.0",