aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-22 10:58:00 +0100
committerChocobozzz <me@florianbigard.com>2018-02-22 10:58:00 +0100
commit41df592101dfc4760f8710b88836ef8908ca741c (patch)
tree3cb5c35aff840742d467b8620dc75911ecf56eab /client/package.json
parentd78fba12dc4ebd55aaa327a8ec4d221991d3bf04 (diff)
downloadPeerTube-41df592101dfc4760f8710b88836ef8908ca741c.tar.gz
PeerTube-41df592101dfc4760f8710b88836ef8908ca741c.tar.zst
PeerTube-41df592101dfc4760f8710b88836ef8908ca741c.zip
Upgrade client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/client/package.json b/client/package.json
index d961ee1db..401f6bd61 100644
--- a/client/package.json
+++ b/client/package.json
@@ -21,12 +21,9 @@
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer" 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
22 }, 22 },
23 "license": "GPLv3", 23 "license": "GPLv3",
24 "resolutions": {
25 "copy-webpack-plugin": "4.3.0"
26 },
27 "devDependencies": { 24 "devDependencies": {
28 "@angular/animations": "~5.2.2", 25 "@angular/animations": "~5.2.2",
29 "@angular/cli": "1.6.7", 26 "@angular/cli": "1.7.1",
30 "@angular/common": "~5.2.2", 27 "@angular/common": "~5.2.2",
31 "@angular/compiler": "~5.2.2", 28 "@angular/compiler": "~5.2.2",
32 "@angular/compiler-cli": "~5.2.2", 29 "@angular/compiler-cli": "~5.2.2",
@@ -62,8 +59,8 @@
62 "lodash-es": "^4.17.4", 59 "lodash-es": "^4.17.4",
63 "markdown-it": "^8.4.0", 60 "markdown-it": "^8.4.0",
64 "ngx-bootstrap": "2.0.2", 61 "ngx-bootstrap": "2.0.2",
65 "ngx-chips": "1.6.3", 62 "ngx-chips": "1.6.4",
66 "ngx-clipboard": "9.0.1", 63 "ngx-clipboard": "10.0.0",
67 "ngx-pipes": "^2.0.5", 64 "ngx-pipes": "^2.0.5",
68 "node-sass": "^4.1.1", 65 "node-sass": "^4.1.1",
69 "npm-font-source-sans-pro": "^1.0.2", 66 "npm-font-source-sans-pro": "^1.0.2",
@@ -78,7 +75,7 @@
78 "sass-resources-loader": "^1.2.1", 75 "sass-resources-loader": "^1.2.1",
79 "tslint": "^5.7.0", 76 "tslint": "^5.7.0",
80 "tslint-config-standard": "^7.0.0", 77 "tslint-config-standard": "^7.0.0",
81 "typescript": "2.6", 78 "typescript": "2.7.2",
82 "uglifyjs-webpack-plugin": "^1.1.2", 79 "uglifyjs-webpack-plugin": "^1.1.2",
83 "video.js": "^6.2.0", 80 "video.js": "^6.2.0",
84 "videojs-dock": "^2.0.2", 81 "videojs-dock": "^2.0.2",