Skip to content

Commit

Permalink
fix(react): add missing dependencies to react package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 14, 2019
1 parent 13e7b69 commit 01f1c81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/react/package.json
Expand Up @@ -34,6 +34,11 @@
"@nrwl/cypress": "*",
"@nrwl/jest": "*",
"@nrwl/web": "*",
"@angular-devkit/schematics": "8.1.1"
"@angular-devkit/schematics": "8.1.1",
"confusing-browser-globals": "^1.0.8",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0"
}
}
Expand Up @@ -17,7 +17,7 @@ import styled from '<%= styledModule %>';
import './<%= fileName %>.<%= style %>';
<% } %>

/* tslint:disable:no-empty-interface */
/* eslint-disable-next-line */
export interface <%= className %>Props {
}

Expand Down

0 comments on commit 01f1c81

Please sign in to comment.