diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-14 15:20:58 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-27 16:00:13 +0200 |
commit | 05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0 (patch) | |
tree | 3644d14bbae96780ce4863efa6290e12971b1ce0 /client/package.json | |
parent | 7e6bdb5ae5d87e1a36ef185273536901ae97b9db (diff) | |
download | PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.tar.gz PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.tar.zst PeerTube-05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0.zip |
Update to angular 12
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/client/package.json b/client/package.json index f7d24b589..8c164ae0e 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -29,20 +29,20 @@ | |||
29 | "@types/mousetrap": "1.6.3" | 29 | "@types/mousetrap": "1.6.3" |
30 | }, | 30 | }, |
31 | "devDependencies": { | 31 | "devDependencies": { |
32 | "@angular-devkit/build-angular": "^0.1102.2", | 32 | "@angular-devkit/build-angular": "^12.0.0", |
33 | "@angular/animations": "^11.1.1", | 33 | "@angular/animations": "^12.0.0", |
34 | "@angular/cdk": "^11.0.0", | 34 | "@angular/cdk": "^11.0.0", |
35 | "@angular/cli": "^11.1.2", | 35 | "@angular/cli": "^12.0.0", |
36 | "@angular/common": "^11.1.1", | 36 | "@angular/common": "^12.0.0", |
37 | "@angular/compiler": "^11.1.1", | 37 | "@angular/compiler": "^12.0.0", |
38 | "@angular/compiler-cli": "^11.1.1", | 38 | "@angular/compiler-cli": "^12.0.0", |
39 | "@angular/core": "^11.1.1", | 39 | "@angular/core": "^12.0.0", |
40 | "@angular/forms": "^11.1.1", | 40 | "@angular/forms": "^12.0.0", |
41 | "@angular/localize": "^11.1.1", | 41 | "@angular/localize": "^12.0.0", |
42 | "@angular/platform-browser": "^11.1.1", | 42 | "@angular/platform-browser": "^12.0.0", |
43 | "@angular/platform-browser-dynamic": "^11.1.1", | 43 | "@angular/platform-browser-dynamic": "^12.0.0", |
44 | "@angular/router": "^11.1.1", | 44 | "@angular/router": "^12.0.0", |
45 | "@angular/service-worker": "^11.1.1", | 45 | "@angular/service-worker": "^12.0.0", |
46 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 46 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
47 | "@ng-bootstrap/ng-bootstrap": "^9.0.2", | 47 | "@ng-bootstrap/ng-bootstrap": "^9.0.2", |
48 | "@ng-select/ng-select": "^6.0.0", | 48 | "@ng-select/ng-select": "^6.0.0", |
@@ -121,7 +121,7 @@ | |||
121 | "tslint": "~6.1.0", | 121 | "tslint": "~6.1.0", |
122 | "tslint-angular": "^3.0.2", | 122 | "tslint-angular": "^3.0.2", |
123 | "tslint-config-standard": "^9.0.0", | 123 | "tslint-config-standard": "^9.0.0", |
124 | "typescript": "~4.1", | 124 | "typescript": "~4.2.4", |
125 | "video.js": "^7", | 125 | "video.js": "^7", |
126 | "videojs-contextmenu-pt": "^5.4.1", | 126 | "videojs-contextmenu-pt": "^5.4.1", |
127 | "videojs-contrib-quality-levels": "^2.0.9", | 127 | "videojs-contrib-quality-levels": "^2.0.9", |
@@ -132,6 +132,6 @@ | |||
132 | "webpack-cli": "^4.2.0", | 132 | "webpack-cli": "^4.2.0", |
133 | "webtorrent": "^0.116.1", | 133 | "webtorrent": "^0.116.1", |
134 | "whatwg-fetch": "^3.0.0", | 134 | "whatwg-fetch": "^3.0.0", |
135 | "zone.js": "~0.11.3" | 135 | "zone.js": "~0.11.4" |
136 | } | 136 | } |
137 | } | 137 | } \ No newline at end of file |