Skip to content

Commit

Permalink
deps(@hug/ngx-core): upgrade to v2.0.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dsi-hug-bot committed Sep 11, 2024
1 parent 084a238 commit ce6226c
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion projects/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@angular/common": ">=18",
"@angular/core": ">=18",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-time-picker": "^2.0.0",
"rxjs": ">= 7.4.0",
"date-fns": "^2.30.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"@angular/material": ">=18",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-sidenav": "^2.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/message-box-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@angular/core": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions projects/numeric-stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@angular/cdk": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions projects/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions projects/search-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@angular/forms": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions projects/sidenav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@angular/common": ">=18",
"@angular/core": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions projects/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@angular/common": ">=18",
"@angular/core": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions projects/splitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@angular/core": ">=18",
"@angular/cdk": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion projects/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@angular/cdk": ">=18",
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-snackbar": "^2.0.0",
"@hug/ngx-message-box": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/time-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"date-fns": "^2.30.0",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-numeric-stepper": "^2.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@angular/material": ">=18",
"rxjs": ">= 7.4.0",
"lodash-es": "^4.17.21",
"@hug/ngx-core": "^1.1.14"
"@hug/ngx-core": "^2.0.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion projects/user-tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/common": ">=18",
"@angular/core": ">=18",
"@angular/material": ">=18",
"@hug/ngx-core": "^1.1.14",
"@hug/ngx-core": "^2.0.0",
"@hug/ngx-tooltip": "^2.0.0",
"@hug/ngx-user-card": "^2.0.0"
},
Expand Down

0 comments on commit ce6226c

Please sign in to comment.