Skip to content

Commit

Permalink
[Bug Fix] Fix Peer Dependency Problems (#132)
Browse files Browse the repository at this point in the history
* move enzyme-adapter-react-16 to devDep, kill yarn

* remove .yarnrc
  • Loading branch information
ekh64 authored and krissalvador27 committed Dec 14, 2018
1 parent 6e49b44 commit 1e7886e
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 7,394 deletions.
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

66 changes: 50 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"dependencies": {
"d3": "^4.4.0",
"d3-sankey": "^0.7.1",
"enzyme-adapter-react-16": "^1.7.0",
"invariant": "^2.2.0",
"lodash": "^4.5.1",
"moment": "^2.10.6",
Expand Down Expand Up @@ -69,6 +68,7 @@
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
Expand Down
Loading

0 comments on commit 1e7886e

Please sign in to comment.