Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to Nx 15.4 #312

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update to Nx 15.4.8
  • Loading branch information
LayZeeDK committed Aug 30, 2024
commit 75b34c602eca055d3de677ad25c0fba0934cbf2a
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ngrx/component-store": "15.0.0",
"@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0",
"@nrwl/angular": "15.3.3",
"@nrwl/angular": "15.4.8",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.12.0"
Expand All @@ -42,11 +42,11 @@
"@angular/language-service": "15.0.4",
"@ngrx/eslint-plugin": "15.0.0",
"@ngworker/spectacular": "15.0.0",
"@nrwl/cli": "15.3.3",
"@nrwl/eslint-plugin-nx": "15.3.3",
"@nrwl/jest": "15.3.3",
"@nrwl/linter": "15.3.3",
"@nrwl/workspace": "15.3.3",
"@nrwl/cli": "15.4.8",
"@nrwl/eslint-plugin-nx": "15.4.8",
"@nrwl/jest": "15.4.8",
"@nrwl/linter": "15.4.8",
"@nrwl/workspace": "15.4.8",
"@types/jest": "28.1.8",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.36.1",
Expand All @@ -57,7 +57,7 @@
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
"ng-packagr": "15.0.3",
"nx": "15.3.3",
"nx": "15.4.8",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
Expand Down
Loading