-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(repo): migrate to latest nx (#376)
- Loading branch information
Showing
9 changed files
with
1,173 additions
and
929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Nx 18 enables using plugins to infer targets by default | ||
# This is disabled for existing workspaces to maintain compatibility | ||
# For more info, see: https://nx.dev/concepts/inferred-tasks | ||
NX_ADD_PLUGINS=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,34 +24,34 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@nx/cypress": "17.0.1", | ||
"@nx/detox": "17.0.1", | ||
"@nx/devkit": "17.0.1", | ||
"@nx/eslint": "17.0.1", | ||
"@nx/eslint-plugin": "17.0.1", | ||
"@nx/jest": "17.0.1", | ||
"@nx/js": "17.0.1", | ||
"@nx/node": "17.0.1", | ||
"@nx/plugin": "17.0.1", | ||
"@nx/react": "17.0.1", | ||
"@nx/storybook": "17.0.1", | ||
"@nx/vite": "17.0.1", | ||
"@nx/workspace": "17.0.1", | ||
"@nx/cypress": "18.1.0-beta.2", | ||
"@nx/detox": "18.1.0-beta.2", | ||
"@nx/devkit": "18.1.0-beta.2", | ||
"@nx/eslint": "18.1.0-beta.2", | ||
"@nx/eslint-plugin": "18.1.0-beta.2", | ||
"@nx/jest": "18.1.0-beta.2", | ||
"@nx/js": "18.1.0-beta.2", | ||
"@nx/node": "18.1.0-beta.2", | ||
"@nx/plugin": "18.1.0-beta.2", | ||
"@nx/react": "18.1.0-beta.2", | ||
"@nx/storybook": "18.1.0-beta.2", | ||
"@nx/vite": "18.1.0-beta.2", | ||
"@nx/workspace": "18.1.0-beta.2", | ||
"@phenomnomnominal/tsquery": "^5.0.1", | ||
"@rspack/core": "^0.4.4", | ||
"@rspack/dev-server": "^0.4.4", | ||
"@rspack/plugin-minify": "^0.4.4", | ||
"@rspack/plugin-react-refresh": "^0.4.4", | ||
"@swc-node/register": "1.6.8", | ||
"@swc-node/register": "1.8.0", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/jest": "29.4.0", | ||
"@types/node": "18.11.9", | ||
"@types/node": "18.16.9", | ||
"@types/webpack-sources": "^3.2.1", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"chalk": "4.1.2", | ||
"copy-webpack-plugin": "^10.2.4", | ||
"eslint": "8.46.0", | ||
"eslint": "8.48.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"fs-extra": "^11.1.0", | ||
"jest": "29.4.3", | ||
|
@@ -60,7 +60,7 @@ | |
"kill-port": "^2.0.1", | ||
"license-webpack-plugin": "^4.0.2", | ||
"metro-resolver": "0.71.0", | ||
"nx": "17.0.1", | ||
"nx": "18.1.0-beta.2", | ||
"prettier": "2.6.2", | ||
"prettier-plugin-organize-imports": "^3.2.1", | ||
"release-it": "15.2.0", | ||
|
@@ -69,7 +69,8 @@ | |
"ts-jest": "29.1.0", | ||
"ts-node": "10.9.1", | ||
"tslib": "^2.3.0", | ||
"typescript": "5.1.3", | ||
"typescript": "5.3.3", | ||
"verdaccio": "^5.0.4" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.