diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-20 10:55:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-20 11:02:32 +0200 |
commit | 1f41ca656638bda3aec8ca1c9e99adde3c0f9fcb (patch) | |
tree | 58bf1404120c2af78bd2340cde2d60b7ba61950e /client/package.json | |
parent | 86ad0cde9e7e7cbe86dfd7642c9d9b807e17c172 (diff) | |
download | PeerTube-1f41ca656638bda3aec8ca1c9e99adde3c0f9fcb.tar.gz PeerTube-1f41ca656638bda3aec8ca1c9e99adde3c0f9fcb.tar.zst PeerTube-1f41ca656638bda3aec8ca1c9e99adde3c0f9fcb.zip |
Revert partially "Update client angular"
This reverts commit 7a9f9c46261062fb7b718395a8f71c1b742764d4.
Breaks canDeactivate on child route
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/client/package.json b/client/package.json index 8d99e3cd0..7ceb12b89 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -28,19 +28,19 @@ | |||
28 | "typings": "*.d.ts", | 28 | "typings": "*.d.ts", |
29 | "devDependencies": { | 29 | "devDependencies": { |
30 | "@angular-devkit/build-angular": "~0.901.1", | 30 | "@angular-devkit/build-angular": "~0.901.1", |
31 | "@angular/animations": "~9.1.2", | 31 | "@angular/animations": "~9.1.1", |
32 | "@angular/cdk": "^9.0.0", | 32 | "@angular/cdk": "^9.0.0", |
33 | "@angular/cli": "~9.1.1", | 33 | "@angular/cli": "~9.1.1", |
34 | "@angular/common": "~9.1.2", | 34 | "@angular/common": "~9.1.1", |
35 | "@angular/compiler": "~9.1.2", | 35 | "@angular/compiler": "~9.1.1", |
36 | "@angular/compiler-cli": "~9.1.2", | 36 | "@angular/compiler-cli": "~9.1.1", |
37 | "@angular/core": "~9.1.2", | 37 | "@angular/core": "~9.1.1", |
38 | "@angular/forms": "~9.1.2", | 38 | "@angular/forms": "~9.1.1", |
39 | "@angular/language-service": "~9.1.2", | 39 | "@angular/language-service": "~9.1.1", |
40 | "@angular/platform-browser": "~9.1.2", | 40 | "@angular/platform-browser": "~9.1.1", |
41 | "@angular/platform-browser-dynamic": "~9.1.2", | 41 | "@angular/platform-browser-dynamic": "~9.1.1", |
42 | "@angular/router": "~9.1.2", | 42 | "@angular/router": "~9.1.1", |
43 | "@angular/service-worker": "~9.1.2", | 43 | "@angular/service-worker": "~9.1.1", |
44 | "@angularclass/hmr": "^2.1.3", | 44 | "@angularclass/hmr": "^2.1.3", |
45 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 45 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
46 | "@ng-bootstrap/ng-bootstrap": "^6.0.2", | 46 | "@ng-bootstrap/ng-bootstrap": "^6.0.2", |
@@ -133,7 +133,7 @@ | |||
133 | "zone.js": "~0.10.2" | 133 | "zone.js": "~0.10.2" |
134 | }, | 134 | }, |
135 | "dependencies": { | 135 | "dependencies": { |
136 | "@angular/localize": "^9.1.2", | 136 | "@angular/localize": "^9.1.1", |
137 | "@ngx-i18nsupport/tooling": "^8.0.3", | 137 | "@ngx-i18nsupport/tooling": "^8.0.3", |
138 | "junk": "^3.1.0", | 138 | "junk": "^3.1.0", |
139 | "punycode": "^2.1.1", | 139 | "punycode": "^2.1.1", |