Skip to content

Commit 508c4fc

Browse files
authored
chore(repo): update nx to 20.0.0-rc.0 (#342)
1 parent a2851be commit 508c4fc

File tree

4 files changed

+721
-183
lines changed

4 files changed

+721
-183
lines changed

.env.local

Lines changed: 0 additions & 1 deletion
This file was deleted.

jest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { getJestProjects } = require('@nx/jest');
1+
const { getJestProjectsAsync } = require('@nx/jest');
22

3-
export default { projects: getJestProjects() };
3+
export default async () => ({ projects: await getJestProjectsAsync() });

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@ngrx/operators": "18.0.2",
4545
"@ngrx/router-store": "18.0.2",
4646
"@ngrx/store": "18.0.2",
47-
"@nx/angular": "20.0.0-beta.6",
47+
"@nx/angular": "20.0.0-rc.0",
4848
"document-register-element": "1.13.1",
4949
"normalize.css": "^8.0.1",
5050
"react": "18.3.1",
@@ -69,16 +69,16 @@
6969
"@babel/core": "^7.14.5",
7070
"@babel/preset-react": "^7.14.5",
7171
"@ngrx/store-devtools": "18.0.2",
72-
"@nx/cypress": "20.0.0-beta.6",
73-
"@nx/devkit": "20.0.0-beta.6",
74-
"@nx/eslint": "20.0.0-beta.6",
75-
"@nx/eslint-plugin": "20.0.0-beta.6",
76-
"@nx/jest": "20.0.0-beta.6",
77-
"@nx/js": "20.0.0-beta.6",
78-
"@nx/react": "20.0.0-beta.6",
79-
"@nx/web": "20.0.0-beta.6",
80-
"@nx/webpack": "20.0.0-beta.6",
81-
"@nx/workspace": "20.0.0-beta.6",
72+
"@nx/cypress": "20.0.0-rc.0",
73+
"@nx/devkit": "20.0.0-rc.0",
74+
"@nx/eslint": "20.0.0-rc.0",
75+
"@nx/eslint-plugin": "20.0.0-rc.0",
76+
"@nx/jest": "20.0.0-rc.0",
77+
"@nx/js": "20.0.0-rc.0",
78+
"@nx/react": "20.0.0-rc.0",
79+
"@nx/web": "20.0.0-rc.0",
80+
"@nx/webpack": "20.0.0-rc.0",
81+
"@nx/workspace": "20.0.0-rc.0",
8282
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
8383
"@schematics/angular": "18.2.3",
8484
"@svgr/webpack": "^8.0.1",
@@ -102,7 +102,7 @@
102102
"eslint": "8.57.0",
103103
"eslint-config-prettier": "9.0.0",
104104
"eslint-plugin-cypress": "2.14.0",
105-
"eslint-plugin-import": "2.27.5",
105+
"eslint-plugin-import": "2.31.0",
106106
"eslint-plugin-jsx-a11y": "6.7.1",
107107
"eslint-plugin-react": "7.32.2",
108108
"eslint-plugin-react-hooks": "4.6.0",
@@ -113,7 +113,7 @@
113113
"jest-environment-jsdom": "29.7.0",
114114
"jest-preset-angular": "14.1.0",
115115
"netlify": "^2.4.8",
116-
"nx": "20.0.0-beta.6",
116+
"nx": "20.0.0-rc.0",
117117
"prettier": "2.6.2",
118118
"react-refresh": "^0.10.0",
119119
"style-loader": "^3.3.0",

0 commit comments

Comments
 (0)