Skip to content

Commit

Permalink
deps(@hug/ngx-core): upgrade to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 24, 2024
1 parent 4071c53 commit f00df9c
Show file tree
Hide file tree
Showing 8 changed files with 723 additions and 20 deletions.
719 changes: 711 additions & 8 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/numeric-stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.4"
"@hug/ngx-core": "1.1.5"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.4"
"@hug/ngx-core": "1.1.5"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
4 changes: 2 additions & 2 deletions projects/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.4"
"@hug/ngx-core": "1.1.5"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
}
4 changes: 2 additions & 2 deletions projects/splitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@angular/core": ">= 14",
"@angular/cdk": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.4"
"@hug/ngx-core": "1.1.5"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
}
4 changes: 2 additions & 2 deletions projects/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@angular/cdk": ">= 14",
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"@hug/ngx-core": "1.1.4",
"@hug/ngx-core": "1.1.5",
"@hug/ngx-snackbar": "1.1.0",
"@hug/ngx-message-box": "1.1.1"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
}
4 changes: 2 additions & 2 deletions projects/time-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"date-fns": "^2.30.0",
"@hug/ngx-core": "1.1.4",
"@hug/ngx-core": "1.1.5",
"@hug/ngx-numeric-stepper": "1.1.1"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
}
4 changes: 2 additions & 2 deletions projects/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"lodash-es": "^4.17.21",
"@hug/ngx-core": "1.1.4"
"@hug/ngx-core": "1.1.5"
},
"dependencies": {
"tslib": "^2.6.3"
}
}
}

0 comments on commit f00df9c

Please sign in to comment.