Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 2bde18a commit d9e75ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@angular/animations": "~16.2.0",
"@angular/common": "~16.2.0",
"@angular/compiler": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"cypress": "^10.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@angular/cli": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular/compiler-cli": "~16.2.0",
"@types/jasmine": "~4.6.0",
"@types/node": "^16.0.0",
"jasmine-core": "~4.6.0",
Expand Down

0 comments on commit d9e75ae

Please sign in to comment.