Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2023
1 parent d15cb8e commit c3a5066
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.11",
"@angular/common": "12.2.11",
"@angular/compiler": "12.2.11",
"@angular/core": "12.2.11",
"@angular/forms": "12.2.11",
"@angular/platform-browser": "12.2.11",
"@angular/platform-browser-dynamic": "12.2.11",
"@angular/router": "12.2.11",
"@angular/animations": "15.2.4",
"@angular/common": "15.2.4",
"@angular/compiler": "15.2.4",
"@angular/core": "15.2.4",
"@angular/forms": "15.2.4",
"@angular/platform-browser": "15.2.4",
"@angular/platform-browser-dynamic": "15.2.4",
"@angular/router": "15.2.4",
"rxjs": "6.6.7",
"tslib": "2.3.1",
"zone.js": "0.11.4"
Expand All @@ -39,8 +39,8 @@
"@angular-devkit/build-angular": "12.2.12",
"@angular-devkit/core": "12.2.12",
"@angular/cli": "12.2.12",
"@angular/compiler-cli": "12.2.11",
"@angular/language-service": "12.2.11",
"@angular/compiler-cli": "15.2.4",
"@angular/language-service": "15.2.4",
"@types/jasmine": "3.10.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "14.17.32",
Expand Down

0 comments on commit c3a5066

Please sign in to comment.