Skip to content

Commit

Permalink
chore(repo): update nx to 20.0.0-rc.0 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Oct 8, 2024
1 parent a2851be commit 508c4fc
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 183 deletions.
1 change: 0 additions & 1 deletion .env.local

This file was deleted.

4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { getJestProjects } = require('@nx/jest');
const { getJestProjectsAsync } = require('@nx/jest');

export default { projects: getJestProjects() };
export default async () => ({ projects: await getJestProjectsAsync() });
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@ngrx/operators": "18.0.2",
"@ngrx/router-store": "18.0.2",
"@ngrx/store": "18.0.2",
"@nx/angular": "20.0.0-beta.6",
"@nx/angular": "20.0.0-rc.0",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
"react": "18.3.1",
Expand All @@ -69,16 +69,16 @@
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@ngrx/store-devtools": "18.0.2",
"@nx/cypress": "20.0.0-beta.6",
"@nx/devkit": "20.0.0-beta.6",
"@nx/eslint": "20.0.0-beta.6",
"@nx/eslint-plugin": "20.0.0-beta.6",
"@nx/jest": "20.0.0-beta.6",
"@nx/js": "20.0.0-beta.6",
"@nx/react": "20.0.0-beta.6",
"@nx/web": "20.0.0-beta.6",
"@nx/webpack": "20.0.0-beta.6",
"@nx/workspace": "20.0.0-beta.6",
"@nx/cypress": "20.0.0-rc.0",
"@nx/devkit": "20.0.0-rc.0",
"@nx/eslint": "20.0.0-rc.0",
"@nx/eslint-plugin": "20.0.0-rc.0",
"@nx/jest": "20.0.0-rc.0",
"@nx/js": "20.0.0-rc.0",
"@nx/react": "20.0.0-rc.0",
"@nx/web": "20.0.0-rc.0",
"@nx/webpack": "20.0.0-rc.0",
"@nx/workspace": "20.0.0-rc.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@schematics/angular": "18.2.3",
"@svgr/webpack": "^8.0.1",
Expand All @@ -102,7 +102,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand All @@ -113,7 +113,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"netlify": "^2.4.8",
"nx": "20.0.0-beta.6",
"nx": "20.0.0-rc.0",
"prettier": "2.6.2",
"react-refresh": "^0.10.0",
"style-loader": "^3.3.0",
Expand Down
Loading

0 comments on commit 508c4fc

Please sign in to comment.