Skip to content

Commit

Permalink
Update angular monorepo to v11.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2021
1 parent 401fc1a commit 710a1da
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 80 deletions.
54 changes: 27 additions & 27 deletions e2e/am/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions e2e/am/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"ng-mocks": "*"
},
"dependencies": {
"@angular/animations": "11.2.4",
"@angular/common": "11.2.4",
"@angular/compiler": "11.2.4",
"@angular/core": "11.2.4",
"@angular/platform-browser": "11.2.4",
"@angular/platform-browser-dynamic": "11.2.4",
"@angular/router": "11.2.4",
"@angular/animations": "11.2.5",
"@angular/common": "11.2.5",
"@angular/compiler": "11.2.5",
"@angular/core": "11.2.5",
"@angular/platform-browser": "11.2.5",
"@angular/platform-browser-dynamic": "11.2.5",
"@angular/router": "11.2.5",
"rxjs": "6.6.6",
"tslib": "2.1.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.4",
"@angular/cli": "11.2.4",
"@angular/compiler-cli": "11.2.4",
"@angular/compiler-cli": "11.2.5",
"@types/jasmine": "3.6.6",
"@types/jest": "26.0.20",
"@types/node": "12.20.5",
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,18 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.4",
"@angular/animations": "11.2.4",
"@angular/animations": "11.2.5",
"@angular/cdk": "11.2.4",
"@angular/cli": "11.2.4",
"@angular/common": "11.2.4",
"@angular/compiler": "11.2.4",
"@angular/compiler-cli": "11.2.4",
"@angular/core": "11.2.4",
"@angular/forms": "11.2.4",
"@angular/common": "11.2.5",
"@angular/compiler": "11.2.5",
"@angular/compiler-cli": "11.2.5",
"@angular/core": "11.2.5",
"@angular/forms": "11.2.5",
"@angular/material": "11.2.4",
"@angular/platform-browser": "11.2.4",
"@angular/platform-browser-dynamic": "11.2.4",
"@angular/router": "11.2.4",
"@angular/platform-browser": "11.2.5",
"@angular/platform-browser-dynamic": "11.2.5",
"@angular/router": "11.2.5",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@docusaurus/core": "2.0.0-alpha.fd17476c3",
Expand Down
18 changes: 9 additions & 9 deletions tests-angular/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"peerDependencies": {
"@angular-devkit/build-angular": "0.1102.4",
"@angular/animations": "11.2.4",
"@angular/animations": "11.2.5",
"@angular/cli": "11.2.4",
"@angular/cdk": "11.2.4",
"@angular/common": "11.2.4",
"@angular/compiler": "11.2.4",
"@angular/compiler-cli": "11.2.4",
"@angular/core": "11.2.4",
"@angular/forms": "11.2.4",
"@angular/common": "11.2.5",
"@angular/compiler": "11.2.5",
"@angular/compiler-cli": "11.2.5",
"@angular/core": "11.2.5",
"@angular/forms": "11.2.5",
"@angular/material": "11.2.4",
"@angular/platform-browser": "11.2.4",
"@angular/platform-browser-dynamic": "11.2.4",
"@angular/router": "11.2.4",
"@angular/platform-browser": "11.2.5",
"@angular/platform-browser-dynamic": "11.2.5",
"@angular/router": "11.2.5",
"@ng-select/ng-select": "6.1.0",
"@types/jasmine": "3.6.6",
"@types/node": "12.20.5",
Expand Down

0 comments on commit 710a1da

Please sign in to comment.