fix(core): add dependency from workspace to devkit (#10147)

This commit is contained in:
Jason Jean 2022-05-04 17:27:31 -04:00 committed by GitHub
parent 1d3becac90
commit ac8ebed1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,7 @@
}, },
"dependencies": { "dependencies": {
"@parcel/watcher": "2.0.4", "@parcel/watcher": "2.0.4",
"@nrwl/devkit": "*",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"cli-cursor": "3.1.0", "cli-cursor": "3.1.0",
"cli-spinners": "2.6.1", "cli-spinners": "2.6.1",

View File

@ -119,7 +119,6 @@ const IGNORE_MATCHES = {
'@nrwl/cli', '@nrwl/cli',
'@nrwl/jest', '@nrwl/jest',
'@nrwl/linter', '@nrwl/linter',
'@nrwl/devkit',
'tsconfig-paths', 'tsconfig-paths',
'@swc-node/register', '@swc-node/register',
], ],