nx-console
nx-console copied to clipboard
Nx Console 18 showing on Add dependency old @nrwl names
Nx Console 18 is showing a weird behavior: it is showing available dependencies to install with the old @nrwl namespace
Current Behavior
Expected Behavior
packages should show the right namespace
Steps to Reproduce
Environment
"devDependencies": {
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/plugin": "^18.3.4",
"@nx/workspace": "18.3.4",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"nx": "18.3.4",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"verdaccio": "^5.0.4"
},
"dependencies": {
"@nx/devkit": "18.3.4",
"tslib": "^2.3.0"
},
- Nx Console version: 18.21.0
- VSCode version: 1.88.1