Skip to content

Commit

Permalink
chore(deps)!: ng18 is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 3, 2024
1 parent 54c1e14 commit 235060a
Show file tree
Hide file tree
Showing 18 changed files with 138 additions and 138 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"date-fns": "^2.30.0",
"@fontsource-variable/material-symbols-outlined": "~5.0.40",
"@fontsource/material-icons": "4.5.4",
Expand Down
6 changes: 3 additions & 3 deletions projects/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"release:dry-run": "nx release -p=@hug/ngx-date-picker --verbose --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-time-picker": "^1.1.13",
"rxjs": ">= 7.0.0",
"rxjs": ">= 7.4.0",
"date-fns": "^2.30.0",
"lodash-es": "^4.17.21"
},
Expand Down
8 changes: 4 additions & 4 deletions projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"@angular/material": ">=18",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-sidenav": "^1.1.8"
},
Expand Down
4 changes: 2 additions & 2 deletions projects/list-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14"
"@angular/common": ">=18",
"@angular/core": ">=18"
},
"dependencies": {
"tslib": "^2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions projects/message-box-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions projects/message-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"@angular/material": ">= 14"
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"@angular/material": ">=18"
},
"dependencies": {
"tslib": "^2.7.0"
Expand Down
10 changes: 5 additions & 5 deletions projects/numeric-stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions projects/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"release:dry-run": "npm run release -- --dry-run"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"rxjs": ">= 7.0.0",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 235060a

Please sign in to comment.