diff options
author | Chocobozzz <me@florianbigard.com> | 2018-12-04 10:29:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-12-04 10:29:28 +0100 |
commit | 06471769fc29a82446ed5da6c65d2e9219bec73b (patch) | |
tree | 54836e7cdcd7f609c98cd55d4b2c12af4d5c3c4e /client/package.json | |
parent | d639c3bf14bd490ab99b41b2feee5a3b91267436 (diff) | |
download | PeerTube-06471769fc29a82446ed5da6c65d2e9219bec73b.tar.gz PeerTube-06471769fc29a82446ed5da6c65d2e9219bec73b.tar.zst PeerTube-06471769fc29a82446ed5da6c65d2e9219bec73b.zip |
Upgrade client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/client/package.json b/client/package.json index 3761a641a..62ae47184 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -63,26 +63,26 @@ | |||
63 | "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts" | 63 | "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts" |
64 | }, | 64 | }, |
65 | "devDependencies": { | 65 | "devDependencies": { |
66 | "@angular-devkit/build-angular": "~0.10.0", | 66 | "@angular-devkit/build-angular": "~0.11.1", |
67 | "@angular/animations": "~7.0.2", | 67 | "@angular/animations": "~7.1.1", |
68 | "@angular/cli": "~7.0.4", | 68 | "@angular/cli": "~7.1.1", |
69 | "@angular/common": "~7.0.2", | 69 | "@angular/common": "~7.1.1", |
70 | "@angular/compiler": "~7.0.2", | 70 | "@angular/compiler": "~7.1.1", |
71 | "@angular/compiler-cli": "~7.0.2", | 71 | "@angular/compiler-cli": "~7.1.1", |
72 | "@angular/core": "~7.0.2", | 72 | "@angular/core": "~7.1.1", |
73 | "@angular/forms": "~7.0.2", | 73 | "@angular/forms": "~7.1.1", |
74 | "@angular/http": "~7.0.2", | 74 | "@angular/http": "~7.1.1", |
75 | "@angular/language-service": "~7.0.2", | 75 | "@angular/language-service": "~7.1.1", |
76 | "@angular/platform-browser": "~7.0.2", | 76 | "@angular/platform-browser": "~7.1.1", |
77 | "@angular/platform-browser-dynamic": "~7.0.2", | 77 | "@angular/platform-browser-dynamic": "~7.1.1", |
78 | "@angular/router": "~7.0.2", | 78 | "@angular/router": "~7.1.1", |
79 | "@angular/service-worker": "~7.0.2", | 79 | "@angular/service-worker": "~7.1.1", |
80 | "@angularclass/hmr": "^2.1.3", | 80 | "@angularclass/hmr": "^2.1.3", |
81 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 81 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
82 | "@ng-bootstrap/ng-bootstrap": "^4.0.0", | 82 | "@ng-bootstrap/ng-bootstrap": "^4.0.0", |
83 | "@ngx-loading-bar/core": "^2.2.0", | 83 | "@ngx-loading-bar/core": "^3.0.0", |
84 | "@ngx-loading-bar/http-client": "^2.2.0", | 84 | "@ngx-loading-bar/http-client": "^3.0.0", |
85 | "@ngx-loading-bar/router": "^2.2.0", | 85 | "@ngx-loading-bar/router": "^3.0.0", |
86 | "@ngx-meta/core": "^6.0.0-rc.1", | 86 | "@ngx-meta/core": "^6.0.0-rc.1", |
87 | "@ngx-translate/i18n-polyfill": "^1.0.0", | 87 | "@ngx-translate/i18n-polyfill": "^1.0.0", |
88 | "@types/core-js": "^2.5.0", | 88 | "@types/core-js": "^2.5.0", |
@@ -132,7 +132,7 @@ | |||
132 | "node-sass": "^4.9.3", | 132 | "node-sass": "^4.9.3", |
133 | "npm-font-source-sans-pro": "^1.0.2", | 133 | "npm-font-source-sans-pro": "^1.0.2", |
134 | "path-browserify": "^1.0.0", | 134 | "path-browserify": "^1.0.0", |
135 | "primeng": "^6.1.2", | 135 | "primeng": "^7.0.0", |
136 | "process": "^0.11.10", | 136 | "process": "^0.11.10", |
137 | "protractor": "^5.3.2", | 137 | "protractor": "^5.3.2", |
138 | "purify-css": "^1.2.5", | 138 | "purify-css": "^1.2.5", |