Skip to content

Commit

Permalink
updated to angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff committed May 25, 2021
1 parent 11d8c89 commit 19168e4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 67 deletions.
105 changes: 48 additions & 57 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"schematics": "./schematics/src/collection.json",
"private": true,
"dependencies": {
"@angular/animations": "^12.0.0-next.7",
"@angular/animations": "^12.0.1",
"@angular/cdk": "^11.2.7",
"@angular/common": "^12.0.0-next.7",
"@angular/compiler": "^12.0.0-next.7",
"@angular/core": "^12.0.0-next.7",
"@angular/common": "^12.0.1",
"@angular/compiler": "^12.0.1",
"@angular/core": "^12.0.1",
"@angular/fire": "^6.0.4",
"@angular/forms": "^12.0.0-next.7",
"@angular/forms": "^12.0.1",
"@angular/material": "^11.2.7",
"@angular/platform-browser": "^12.0.0-next.7",
"@angular/platform-browser-dynamic": "^12.0.0-next.7",
"@angular/router": "^12.0.0-next.7",
"@angular/platform-browser": "^12.0.1",
"@angular/platform-browser-dynamic": "^12.0.1",
"@angular/router": "^12.0.1",
"@datorama/akita": "^6.1.3",
"@datorama/akita-ng-router-store": "^6.0.0",
"akita-ng-fire": "^4.3.3",
Expand All @@ -40,8 +40,8 @@
"@angular-devkit/build-angular": "^0.1102.7",
"@angular-devkit/schematics-cli": "^0.1000.0",
"@angular/cli": "^11.2.7",
"@angular/compiler-cli": "^12.0.0-next.7",
"@angular/language-service": "^12.0.0-next.7",
"@angular/compiler-cli": "^12.0.1",
"@angular/language-service": "^12.0.1",
"@datorama/akita-ngdevtools": "^6.0.0",
"@firebase/testing": "^0.20.5",
"@ngneat/spectator": "^5.11.0",
Expand Down

0 comments on commit 19168e4

Please sign in to comment.