aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-29 11:40:46 +0200
committerChocobozzz <me@florianbigard.com>2018-05-29 12:05:02 +0200
commit230de99e7146f75b0af056a42c54161597c03002 (patch)
tree070c19deb44b1726acdaa8136990f5eb8a0b626f /client/package.json
parenta9729e21d1cc5046c1a788448e347b62e0c45c53 (diff)
downloadPeerTube-230de99e7146f75b0af056a42c54161597c03002.tar.gz
PeerTube-230de99e7146f75b0af056a42c54161597c03002.tar.zst
PeerTube-230de99e7146f75b0af056a42c54161597c03002.zip
Upgrade client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/package.json b/client/package.json
index 55ae5a4a9..28eff2ab4 100644
--- a/client/package.json
+++ b/client/package.json
@@ -43,9 +43,9 @@
43 "@angular/router": "~6.0.2", 43 "@angular/router": "~6.0.2",
44 "@angular/service-worker": "^6.0.1", 44 "@angular/service-worker": "^6.0.1",
45 "@angularclass/hmr": "^2.1.3", 45 "@angularclass/hmr": "^2.1.3",
46 "@ngx-loading-bar/core": "^1.1.1", 46 "@ngx-loading-bar/core": "^2.0.0",
47 "@ngx-loading-bar/http-client": "^1.0.0-rc.1", 47 "@ngx-loading-bar/http-client": "^2.0.0",
48 "@ngx-loading-bar/router": "^1.2.0", 48 "@ngx-loading-bar/router": "^2.0.0",
49 "@ngx-meta/core": "^6.0.0-rc.1", 49 "@ngx-meta/core": "^6.0.0-rc.1",
50 "@types/core-js": "^0.9.28", 50 "@types/core-js": "^0.9.28",
51 "@types/jasmine": "^2.8.7", 51 "@types/jasmine": "^2.8.7",
@@ -71,15 +71,15 @@
71 "jasmine-spec-reporter": "^4.2.1", 71 "jasmine-spec-reporter": "^4.2.1",
72 "karma": "^2.0.2", 72 "karma": "^2.0.2",
73 "karma-chrome-launcher": "^2.2.0", 73 "karma-chrome-launcher": "^2.2.0",
74 "karma-coverage-istanbul-reporter": "^1.4.2", 74 "karma-coverage-istanbul-reporter": "^2.0.1",
75 "karma-jasmine": "^1.1.2", 75 "karma-jasmine": "^1.1.2",
76 "karma-jasmine-html-reporter": "^1.1.0", 76 "karma-jasmine-html-reporter": "^1.1.0",
77 "linkifyjs": "^2.1.5", 77 "linkifyjs": "^2.1.5",
78 "lodash-es": "^4.17.4", 78 "lodash-es": "^4.17.4",
79 "markdown-it": "^8.4.0", 79 "markdown-it": "^8.4.0",
80 "ngx-bootstrap": "2.0.5", 80 "ngx-bootstrap": "3.0.0",
81 "ngx-chips": "1.9.2", 81 "ngx-chips": "1.9.2",
82 "ngx-clipboard": "11.0.0", 82 "ngx-clipboard": "11.1.0",
83 "ngx-pipes": "^2.1.7", 83 "ngx-pipes": "^2.1.7",
84 "node-sass": "^4.1.1", 84 "node-sass": "^4.1.1",
85 "npm-font-source-sans-pro": "^1.0.2", 85 "npm-font-source-sans-pro": "^1.0.2",
@@ -104,7 +104,7 @@
104 "webpack": "^4.5.0", 104 "webpack": "^4.5.0",
105 "webpack-bundle-analyzer": "^2.9.1", 105 "webpack-bundle-analyzer": "^2.9.1",
106 "webpack-cli": "^2.0.14", 106 "webpack-cli": "^2.0.14",
107 "webtorrent": "^0.99.4", 107 "webtorrent": "^0.100.0",
108 "whatwg-fetch": "^2.0.4", 108 "whatwg-fetch": "^2.0.4",
109 "zone.js": "~0.8.5" 109 "zone.js": "~0.8.5"
110 } 110 }