diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 09:58:55 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | 6c5bc93a3ab9403a76e38814c16167b5af647c10 (patch) | |
tree | 3a05d7032f8a21195459d870baeb94fc82e15a11 /client/package.json | |
parent | a2763d16a9eb4deb78d878ef7e8d0bd6bc85c72f (diff) | |
download | PeerTube-6c5bc93a3ab9403a76e38814c16167b5af647c10.tar.gz PeerTube-6c5bc93a3ab9403a76e38814c16167b5af647c10.tar.zst PeerTube-6c5bc93a3ab9403a76e38814c16167b5af647c10.zip |
Upgrade angular to latest 8
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/client/package.json b/client/package.json index 66e8990f9..7351e5be3 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -33,20 +33,20 @@ | |||
33 | "punycode": "^1.4.1" | 33 | "punycode": "^1.4.1" |
34 | }, | 34 | }, |
35 | "devDependencies": { | 35 | "devDependencies": { |
36 | "@angular-devkit/build-angular": "~0.803.12", | 36 | "@angular-devkit/build-angular": "~0.803.25", |
37 | "@angular/animations": "~8.2.0", | 37 | "@angular/animations": "~8.2.14", |
38 | "@angular/cdk": "^8.2.3", | 38 | "@angular/cdk": "^8.2.3", |
39 | "@angular/cli": "~8.3.0", | 39 | "@angular/cli": "~8.3.25", |
40 | "@angular/common": "~8.2.0", | 40 | "@angular/common": "~8.2.14", |
41 | "@angular/compiler": "~8.2.0", | 41 | "@angular/compiler": "~8.2.14", |
42 | "@angular/compiler-cli": "~8.2.0", | 42 | "@angular/compiler-cli": "~8.2.14", |
43 | "@angular/core": "~8.2.0", | 43 | "@angular/core": "~8.2.14", |
44 | "@angular/forms": "~8.2.0", | 44 | "@angular/forms": "~8.2.14", |
45 | "@angular/language-service": "~8.2.0", | 45 | "@angular/language-service": "~8.2.14", |
46 | "@angular/platform-browser": "~8.2.0", | 46 | "@angular/platform-browser": "~8.2.14", |
47 | "@angular/platform-browser-dynamic": "~8.2.0", | 47 | "@angular/platform-browser-dynamic": "~8.2.14", |
48 | "@angular/router": "~8.2.0", | 48 | "@angular/router": "~8.2.14", |
49 | "@angular/service-worker": "~8.2.0", | 49 | "@angular/service-worker": "~8.2.14", |
50 | "@angularclass/hmr": "^2.1.3", | 50 | "@angularclass/hmr": "^2.1.3", |
51 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 51 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
52 | "@ng-bootstrap/ng-bootstrap": "^5.1.0", | 52 | "@ng-bootstrap/ng-bootstrap": "^5.1.0", |
@@ -142,4 +142,4 @@ | |||
142 | "dependencies": { | 142 | "dependencies": { |
143 | "@ngx-i18nsupport/tooling": "^8.0.3" | 143 | "@ngx-i18nsupport/tooling": "^8.0.3" |
144 | } | 144 | } |
145 | } | 145 | } \ No newline at end of file |