Skip to content

Commit

Permalink
Update angular to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2023
1 parent 371e005 commit 4f1f681
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"serve": "ng serve"
},
"dependencies": {
"@angular/common": "^11.2.3",
"@angular/core": "^11.2.3",
"@angular/common": "^16.1.8",
"@angular/core": "^16.1.8",
"rxjs": "^6.6.6",
"tslib": "~2.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.2",
"@angular/cli": "^11.2.2",
"@angular/compiler": "^11.2.3",
"@angular/compiler-cli": "^11.2.3",
"@angular/language-service": "^11.2.3",
"@angular/platform-browser": "^11.2.3",
"@angular/platform-browser-dynamic": "^11.2.3",
"@angular/cli": "^16.1.7",
"@angular/compiler": "^16.1.8",
"@angular/compiler-cli": "^16.1.8",
"@angular/language-service": "^16.1.8",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@types/cors": "^2.8.10",
"@types/jasmine": "^3.6.4",
"@types/jasminewd2": "^2.0.8",
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,24 +8,24 @@
"build": "ng build"
},
"dependencies": {
"@angular/animations": "11.2.3",
"@angular/common": "^11.2.3",
"@angular/compiler": "11.2.3",
"@angular/core": "^11.2.3",
"@angular/forms": "^11.2.3",
"@angular/platform-browser": "^11.2.3",
"@angular/platform-browser-dynamic": "^11.2.3",
"@angular/router": "^11.2.3",
"@angular/animations": "16.1.8",
"@angular/common": "^16.1.8",
"@angular/compiler": "16.1.8",
"@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"@dagonmetric/ng-config": "^4.3.2",
"rxjs": "^6.6.6",
"tslib": "~2.1.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.2",
"@angular/cli": "^11.2.2",
"@angular/compiler-cli": "^11.2.3",
"@angular/language-service": "^11.2.3",
"@angular/cli": "^16.1.7",
"@angular/compiler-cli": "^16.1.8",
"@angular/language-service": "^16.1.8",
"@types/node": "^14.14.35",
"ts-node": "~9.0.0",
"typescript": "~4.1.5"
Expand Down

0 comments on commit 4f1f681

Please sign in to comment.