Skip to content

Commit

Permalink
chore: migrate to nx 20
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-twardziak committed Oct 13, 2024
1 parent 73a1641 commit 3dbd5da
Show file tree
Hide file tree
Showing 4 changed files with 3,062 additions and 2,532 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
},
{
"login": "pawel-twardziak",
"name": "pawel-twardziak",
"name": "Paweł Twardziak",
"avatar_url": "https://avatars.githubusercontent.com/u/180847852?v=4",
"profile": "https://github.com/pawel-twardziak",
"contributions": ["code"]
Expand Down
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';

export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
"@commitlint/config-conventional": "^17.0.0",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "8.49.0",
"@nx/angular": "19.8.3",
"@nx/cypress": "19.8.3",
"@nx/devkit": "19.8.3",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/jest": "19.8.3",
"@nx/js": "19.8.3",
"@nx/node": "19.8.3",
"@nx/playwright": "19.8.3",
"@nx/plugin": "19.8.3",
"@nx/react": "19.8.3",
"@nx/storybook": "19.8.3",
"@nx/vite": "19.8.3",
"@nx/web": "19.8.3",
"@nx/workspace": "19.8.3",
"@nx/angular": "20.0.0",
"@nx/cypress": "20.0.0",
"@nx/devkit": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/node": "20.0.0",
"@nx/playwright": "20.0.0",
"@nx/plugin": "20.0.0",
"@nx/react": "20.0.0",
"@nx/storybook": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@nx/workspace": "20.0.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@preact/preset-vite": "^2.8.2",
"@schematics/angular": "16.0.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"jsonc-parser": "^3.2.1",
"kill-port": "^2.0.1",
"lint-staged": "13.2.3",
"nx": "19.8.3",
"nx": "20.0.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"svelte": "^4.2.12",
Expand Down
Loading

0 comments on commit 3dbd5da

Please sign in to comment.