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 Jan 11, 2023
1 parent 69fdb77 commit a936e82
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 56 deletions.
18 changes: 9 additions & 9 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.12",
"@angular/common": "14.2.12",
"@angular/compiler": "14.2.12",
"@angular/core": "14.2.12",
"@angular/forms": "14.2.12",
"@angular/platform-browser": "14.2.12",
"@angular/platform-browser-dynamic": "14.2.12",
"@angular/router": "14.2.12",
"@angular/animations": "15.1.0",
"@angular/common": "15.1.0",
"@angular/compiler": "15.1.0",
"@angular/core": "15.1.0",
"@angular/forms": "15.1.0",
"@angular/platform-browser": "15.1.0",
"@angular/platform-browser-dynamic": "15.1.0",
"@angular/router": "15.1.0",
"bootstrap": "5.2.3",
"pixi.js": "6.5.8",
"rxjs": "7.8.0",
Expand All @@ -45,7 +45,7 @@
"@angular-builders/custom-webpack": "14.1.0",
"@angular-devkit/build-angular": "14.2.10",
"@angular/cli": "14.2.10",
"@angular/compiler-cli": "14.2.12",
"@angular/compiler-cli": "15.1.0",
"@types/jasmine": "4.3.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions angular/projects/milobella/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@milobella/authentication",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^10.0.14 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/core": "^10.0.14 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
"@angular/common": "^10.0.14 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/core": "^10.0.14 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"tslib": "2.4.1"
Expand Down
Loading

0 comments on commit a936e82

Please sign in to comment.