Skip to content

Commit

Permalink
fix(core): add dependency from workspace to devkit (#10147)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 4, 2022
1 parent 1d3beca commit ac8ebed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/workspace/package.json
Expand Up @@ -64,6 +64,7 @@
},
"dependencies": {
"@parcel/watcher": "2.0.4",
"@nrwl/devkit": "*",
"chokidar": "^3.5.1",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
Expand Down
1 change: 0 additions & 1 deletion scripts/depcheck/missing.ts
Expand Up @@ -119,7 +119,6 @@ const IGNORE_MATCHES = {
'@nrwl/cli',
'@nrwl/jest',
'@nrwl/linter',
'@nrwl/devkit',
'tsconfig-paths',
'@swc-node/register',
],
Expand Down

1 comment on commit ac8ebed

@vercel
Copy link

@vercel vercel bot commented on ac8ebed May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.