Skip to content

Commit

Permalink
chore: update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 29, 2024
1 parent f27cabd commit 0999f32
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 1,618 deletions.
3 changes: 1 addition & 2 deletions apps/test-app/src/app/resize/resize.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ import { injectResize } from 'ngxtension/resize';
imports: [JsonPipe],
})
export default class TestResize {
private resize$ = injectResize();
resize = toSignal(this.resize$);
resize = toSignal(injectResize());
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"@angular-eslint/eslint-plugin": "17.5.1",
"@angular-eslint/eslint-plugin-template": "17.5.1",
"@angular-eslint/template-parser": "17.5.1",
"@angular/cli": "~18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.0",
"@angular/language-service": "18.0.0",
"@nx/angular": "19.1.0",
"@nx/cypress": "19.1.0",
"@nx/devkit": "19.1.0",
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/plugin": "19.1.0",
"@nx/web": "19.1.0",
"@nx/workspace": "19.1.0",
"@nx/angular": "19.1.1",
"@nx/cypress": "19.1.1",
"@nx/devkit": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/js": "19.1.1",
"@nx/plugin": "19.1.1",
"@nx/web": "19.1.1",
"@nx/workspace": "19.1.1",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.1",
"@schematics/angular": "18.0.1",
Expand All @@ -70,7 +70,7 @@
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.4",
"ng-packagr": "18.0.0",
"nx": "19.1.0",
"nx": "19.1.1",
"postcss": "^8.4.38",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~9.5.14",
Expand Down
Loading

0 comments on commit 0999f32

Please sign in to comment.