Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(deps): Update supported Angular version range
Browse files Browse the repository at this point in the history
  • Loading branch information
ffriedl89 committed May 31, 2021
1 parent 757b4b1 commit bee825d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"node": ">=12.15"
},
"dependencies": {
"@angular/animations": "11.2.8",
"@angular/animations": "^11.2.8",
"@angular/cdk": "^11.0.3",
"@angular/common": "11.2.8",
"@angular/core": "11.2.8",
"@angular/forms": "11.2.8",
"@angular/common": "^11.2.8",
"@angular/core": "^11.2.8",
"@angular/forms": "^11.2.8",
"@angular/localize": "^11.2.4",
"@angular/platform-browser": "11.2.8",
"@angular/platform-browser": "^11.2.8",
"@dynatrace/barista-fonts": "^1.0.0",
"@dynatrace/barista-icons": "^7.13.0",
"@nguniversal/common": "^11.0.1",
Expand All @@ -85,13 +85,13 @@
"@angular-devkit/build-angular": "0.1102.7",
"@angular-devkit/core": "^11.0.5",
"@angular/bazel": "^11.0.5",
"@angular/cli": "11.2.8",
"@angular/compiler": "11.2.8",
"@angular/compiler-cli": "11.2.8",
"@angular/language-service": "11.2.8",
"@angular/platform-browser-dynamic": "11.2.8",
"@angular/platform-server": "^11.2.4",
"@angular/router": "11.2.8",
"@angular/cli": "^11.2.8",
"@angular/compiler": "^11.2.8",
"@angular/compiler-cli": "^11.2.8",
"@angular/language-service": "^11.2.8",
"@angular/platform-browser-dynamic": "^11.2.8",
"@angular/platform-server": "^11.2.8",
"@angular/router": "^11.2.8",
"@babel/cli": "^7.12.10",
"@bazel/bazelisk": "^1.8.0",
"@bazel/ibazel": "^0.15.10",
Expand Down

0 comments on commit bee825d

Please sign in to comment.