aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-25 10:48:35 +0200
committerChocobozzz <me@florianbigard.com>2020-08-25 10:48:35 +0200
commited78004086f4feec748554b26b69dcfe7b2cc9e8 (patch)
tree0e78001343381853eed7455d25b30568532790af /client/package.json
parent7673c1f6a4f7d672c68b53904b391b6c87bd88f7 (diff)
downloadPeerTube-ed78004086f4feec748554b26b69dcfe7b2cc9e8.tar.gz
PeerTube-ed78004086f4feec748554b26b69dcfe7b2cc9e8.tar.zst
PeerTube-ed78004086f4feec748554b26b69dcfe7b2cc9e8.zip
Update angular to fix localize extraction bug
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/client/package.json b/client/package.json
index 9769cc813..e5ff1b437 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.1001.0-next.4", 30 "@angular-devkit/build-angular": "^0.1001.0-next.4",
31 "@angular/animations": "^10.1.0-next.5", 31 "@angular/animations": "^10.1.0-next.8",
32 "@angular/cdk": "^10.0.0", 32 "@angular/cdk": "^10.0.0",
33 "@angular/cli": "^10.1.0-next.4", 33 "@angular/cli": "^10.1.0-next.6",
34 "@angular/common": "^10.1.0-next.5", 34 "@angular/common": "^10.1.0-next.8",
35 "@angular/compiler": "^10.1.0-next.5", 35 "@angular/compiler": "^10.1.0-next.8",
36 "@angular/compiler-cli": "^10.1.0-next.5", 36 "@angular/compiler-cli": "^10.1.0-next.8",
37 "@angular/core": "^10.1.0-next.5", 37 "@angular/core": "^10.1.0-next.8",
38 "@angular/forms": "^10.1.0-next.5", 38 "@angular/forms": "^10.1.0-next.8",
39 "@angular/localize": "^10.1.0-next.5", 39 "@angular/localize": "^10.1.0-next.8",
40 "@angular/platform-browser": "^10.1.0-next.5", 40 "@angular/platform-browser": "^10.1.0-next.8",
41 "@angular/platform-browser-dynamic": "^10.1.0-next.5", 41 "@angular/platform-browser-dynamic": "^10.1.0-next.8",
42 "@angular/router": "^10.1.0-next.5", 42 "@angular/router": "^10.1.0-next.8",
43 "@angular/service-worker": "^10.1.0-next.5", 43 "@angular/service-worker": "^10.1.0-next.8",
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": "^7.0.0", 46 "@ng-bootstrap/ng-bootstrap": "^7.0.0",