Skip to content

Commit

Permalink
build(web): upgrade angular staff to 11.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PoiScript committed Mar 8, 2021
1 parent c358806 commit f8c98b8
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 217 deletions.
34 changes: 17 additions & 17 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.1.1",
"@angular/cdk": "~11.1.1",
"@angular/common": "~11.1.1",
"@angular/compiler": "~11.1.1",
"@angular/core": "~11.1.1",
"@angular/forms": "~11.1.1",
"@angular/localize": "~11.1.1",
"@angular/material": "~11.1.1",
"@angular/platform-browser": "~11.1.1",
"@angular/platform-browser-dynamic": "~11.1.1",
"@angular/router": "~11.1.1",
"@angular/service-worker": "~11.1.1",
"@angular/animations": "~11.2.4",
"@angular/cdk": "~11.2.3",
"@angular/common": "~11.2.4",
"@angular/compiler": "~11.2.4",
"@angular/core": "~11.2.4",
"@angular/forms": "~11.2.4",
"@angular/localize": "~11.2.4",
"@angular/material": "~11.2.3",
"@angular/platform-browser": "~11.2.4",
"@angular/platform-browser-dynamic": "~11.2.4",
"@angular/router": "~11.2.4",
"@angular/service-worker": "~11.2.4",
"@cloudflare/kv-asset-handler": "^0.1.0",
"apexcharts": "^3.25.0",
"aws4fetch": "^1.0.13",
Expand All @@ -33,10 +33,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.2",
"@angular/cli": "~11.1.2",
"@angular/compiler-cli": "~11.1.1",
"@angular/language-service": "~11.1.1",
"@angular-devkit/build-angular": "~0.1102.3",
"@angular/cli": "~11.2.3",
"@angular/compiler-cli": "~11.2.4",
"@angular/language-service": "~11.2.4",
"@cloudflare/workers-types": "^2.1.0",
"codeceptjs": "^3.0.5",
"playwright": "^1.9.1",
Expand All @@ -45,4 +45,4 @@
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
}
}

0 comments on commit f8c98b8

Please sign in to comment.