Skip to content

Commit

Permalink
Update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 13, 2021
1 parent b4b94f0 commit 4398311
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 98 deletions.
145 changes: 66 additions & 79 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"e2e": "ng e2e -c=ci"
},
"dependencies": {
"@angular/common": "^12.2.4",
"@angular/core": "^12.2.4",
"@angular/common": "^12.2.10",
"@angular/core": "^12.2.10",
"@dagonmetric/ng-log": "^2.3.3",
"rxjs": "^7.3.0",
"tslib": "~2.3.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.3",
"@angular/cli": "^12.2.4",
"@angular/compiler": "^12.2.4",
"@angular/compiler-cli": "^12.2.4",
"@angular/language-service": "^12.2.4",
"@angular/platform-browser": "^12.2.4",
"@angular/platform-browser-dynamic": "^12.2.4",
"@angular/cli": "^12.2.9",
"@angular/compiler": "^12.2.10",
"@angular/compiler-cli": "^12.2.10",
"@angular/language-service": "^12.2.10",
"@angular/platform-browser": "^12.2.10",
"@angular/platform-browser-dynamic": "^12.2.10",
"@types/jasmine": "^3.8.2",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.17.14",
Expand Down
22 changes: 11 additions & 11 deletions samples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"build": "ng build"
},
"dependencies": {
"@angular/animations": "12.2.4",
"@angular/common": "^12.2.4",
"@angular/compiler": "12.2.4",
"@angular/core": "^12.2.4",
"@angular/forms": "^12.2.4",
"@angular/platform-browser": "^12.2.4",
"@angular/platform-browser-dynamic": "^12.2.4",
"@angular/router": "^12.2.4",
"@angular/animations": "12.2.10",
"@angular/common": "^12.2.10",
"@angular/compiler": "12.2.10",
"@angular/core": "^12.2.10",
"@angular/forms": "^12.2.10",
"@angular/platform-browser": "^12.2.10",
"@angular/platform-browser-dynamic": "^12.2.10",
"@angular/router": "^12.2.10",
"@dagonmetric/ng-log": "^2.3.3",
"@dagonmetric/ng-log-facebook-analytics": "^1.1.2",
"rxjs": "^7.3.0",
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.3",
"@angular/cli": "^12.2.4",
"@angular/compiler-cli": "^12.2.4",
"@angular/language-service": "^12.2.4",
"@angular/cli": "^12.2.9",
"@angular/compiler-cli": "^12.2.10",
"@angular/language-service": "^12.2.10",
"@types/node": "^14.17.14",
"ts-node": "~10.2.1",
"typescript": "~4.1.5"
Expand Down

0 comments on commit 4398311

Please sign in to comment.