Skip to content

Commit

Permalink
fix(react): add dependency onto @nrwl/workspace (#4865)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 23, 2021
1 parent f206925 commit 956dfe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dependencies": {
"@nrwl/devkit": "*",
"@nrwl/linter": "*",
"@nrwl/workspace": "*",
"@cypress/webpack-preprocessor": "~4.1.2",
"tree-kill": "1.2.2",
"ts-loader": "5.4.5",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/web": "*",
"@nrwl/linter": "*",
"@nrwl/storybook": "*",
"@nrwl/web": "*",
"@nrwl/workspace": "*",
"@svgr/webpack": "^5.4.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
Expand Down
1 change: 1 addition & 0 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/linter": "*",
"@nrwl/workspace": "*",
"core-js": "^3.6.5",
"semver": "6.3.0",
"tree-kill": "1.2.2",
Expand Down

0 comments on commit 956dfe6

Please sign in to comment.