Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 3, 2024
1 parent 3a0acd1 commit 51615ce
Show file tree
Hide file tree
Showing 20 changed files with 11,667 additions and 16,025 deletions.
27,607 changes: 11,626 additions & 15,981 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"workspaces": [
"projects/core",
"projects/date-picker",
"projects/demo-app",
"projects/layout",
"projects/list-loader",
"projects/message-box",
Expand All @@ -33,33 +32,33 @@
"projects/user-tooltip"
],
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.13",
"@angular/cli": "~14.2.13",
"@angular/compiler-cli": "~14.3.0",
"@angular-devkit/build-angular": "~18.2.2",
"@angular/cli": "~18.2.2",
"@angular/compiler-cli": "~18.2.2",
"@commitlint/cli": "~19.4.1",
"@commitlint/config-conventional": "~19.4.1",
"@hug/eslint-config": "~20.2.1",
"@hug/ngx-schematics-utilities": "^7.0.0",
"@hug/ngx-schematics-utilities": "^10.1.2",
"@nx/js": "^19.6.4",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.23",
"@types/jasmine": "~5.1.4",
"@types/lodash-es": "^4.17.12",
"detect-indent": "^7.0.1",
"husky": "~9.1.5",
"jasmine-core": "~4.6.1",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "~15.2.10",
"ng-packagr": "~14.2.2",
"ng-packagr": "~18.2.1",
"nx": "^19.6.4",
"patch-package": "^8.0.0",
"prettier": "3.3.3",
"prettier-plugin-multiline-arrays": "^3.0.6",
"typescript": "~4.7.4"
"typescript": "~5.5.4"
},
"schematics": "./scripts/new-package/collection.json",
"commitlint": {
Expand Down Expand Up @@ -94,5 +93,6 @@
"**/*.{scss,html,json}": [
"prettier . --check"
]
}
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"@angular/material": ">= 14",
"rxjs": ">= 7.0.0",
"date-fns": "^2.30.0",
"@fontsource-variable/material-symbols-outlined": "~5.0.19",
"@fontsource-variable/material-symbols-outlined": "~5.0.40",
"@fontsource/material-icons": "4.5.4",
"@fontsource/roboto": "4.5.8"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash-es": "^4.17.21"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions projects/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"build": "ng build demo-app -c production"
},
"dependencies": {
"@angular/animations": "~14.3.0",
"@angular/cdk": "~14.2.7",
"@angular/common": "~14.3.0",
"@angular/compiler": "~14.3.0",
"@angular/core": "~14.3.0",
"@angular/forms": "~14.3.0",
"@angular/material": "~14.2.7",
"@angular/material-date-fns-adapter": "14.2.7",
"@angular/platform-browser": "~14.3.0",
"@angular/platform-browser-dynamic": "~14.3.0",
"@angular/router": "~14.3.0",
"@angular/animations": "~18.2.2",
"@angular/cdk": "~18.2.2",
"@angular/common": "~18.2.2",
"@angular/compiler": "~18.2.2",
"@angular/core": "~18.2.2",
"@angular/forms": "~18.2.2",
"@angular/material": "~18.2.2",
"@angular/material-date-fns-adapter": "18.2.2",
"@angular/platform-browser": "~18.2.2",
"@angular/platform-browser-dynamic": "~18.2.2",
"@angular/router": "~18.2.2",
"date-fns": "~2.30.0",
"rxjs": "~7.8.1",
"tslib": "~2.6.3",
"zone.js": "~0.11.4"
"tslib": "~2.7.0",
"zone.js": "~0.15.0"
}
}
2 changes: 1 addition & 1 deletion projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@hug/ngx-sidenav": "^1.1.8"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/list-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@angular/core": ">= 14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/message-box-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/message-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/material": ">= 14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/numeric-stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/search-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/sidenav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/splitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@hug/ngx-message-box": "^1.1.8"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
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 @@ -41,7 +41,7 @@
"@hug/ngx-numeric-stepper": "^1.1.11"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion projects/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@hug/ngx-core": "^1.1.14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 1 addition & 4 deletions projects/user-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@
"@angular/material": ">= 14"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@storybook/addon-themes": "^8.2.8"
}
}
2 changes: 1 addition & 1 deletion projects/user-tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@hug/ngx-user-card": "^1.1.8"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 51615ce

Please sign in to comment.