Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent b588c31 commit b2c64cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions libs/defer-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"url": "https://github.com/Lotto24/angular/issues"
},
"peerDependencies": {
"@angular/common": "~17.0.7",
"@angular/core": "~17.0.7"
"@angular/common": "~17.0.7 || ~17.3.0",
"@angular/core": "~17.0.7 || ~17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/imports-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/Lotto24/angular/issues"
},
"peerDependencies": {
"@angular/common": "~15.2.0 || ~17.0.0",
"@angular/core": "~15.2.0 || ~17.0.0"
"@angular/common": "~15.2.0 || ~17.0.0 || ~17.3.0",
"@angular/core": "~15.2.0 || ~17.0.0 || ~17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"url": "https://github.com/Lotto24/angular/issues"
},
"peerDependencies": {
"@angular/common": "~15.2.0 || ~17.0.0",
"@angular/core": "~15.2.0 || ~17.0.0"
"@angular/common": "~15.2.0 || ~17.0.0 || ~17.3.0",
"@angular/core": "~15.2.0 || ~17.0.0 || ~17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/animations": "18.0.6",
"@angular/animations": "18.2.6",
"@angular/cli": "~18.0.0",
"@angular/common": "18.0.6",
"@angular/compiler": "18.0.6",
"@angular/compiler-cli": "18.0.6",
"@angular/core": "18.0.6",
"@angular/forms": "18.0.6",
"@angular/language-service": "18.0.6",
"@angular/platform-browser": "18.0.6",
"@angular/platform-browser-dynamic": "18.0.6",
"@angular/router": "18.0.6",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/compiler-cli": "18.2.6",
"@angular/core": "18.2.6",
"@angular/forms": "18.2.6",
"@angular/language-service": "18.2.6",
"@angular/platform-browser": "18.2.6",
"@angular/platform-browser-dynamic": "18.2.6",
"@angular/router": "18.2.6",
"@nx/angular": "19.4.0",
"@nx/cypress": "19.4.0",
"@nx/eslint": "19.4.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"ts-node": "^10.9.1",
"tslib": "^2.3.0",
"typescript": "5.4.5",
"zone.js": "0.14.2"
"zone.js": "0.15.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b2c64cd

Please sign in to comment.