Skip to content

Commit

Permalink
BUGFIX: fix duplicate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Dec 4, 2017
1 parent d26fb12 commit b7331b5
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 336 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"enzyme-adapter-react-16": "^1.0.0",
"eslint": "^3.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"greenkeeper-postpublish": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.7.0",
Expand All @@ -64,11 +63,10 @@
"stylelint": "^7.5.0",
"testcafe": "^0.18.0",
"testcafe-react-selectors": "^1.0.2",
"url-loader": "^0.6.2",
"watch": "^1.0.2",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1",
"webpack-livereload-plugin": "^1.0.0"
"webpack-livereload-plugin": "^1.0.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"@neos-project/brand": "^1.1.0",
Expand All @@ -79,7 +77,7 @@
"d3-scale": "^1.0.6",
"d3-time": "^1.0.7",
"debug": "^3.1.0",
"file-loader": "^0.10.0",
"file-loader": "^1.1.5",
"hash-sum": "^1.0.2",
"hashlru": "2.2.0",
"he": "^1.1.1",
Expand Down Expand Up @@ -133,7 +131,7 @@
"redux-saga": "^0.15.0",
"regenerator": "^0.8.46",
"reselect": "^2.4.0",
"url-loader": "^0.5.9",
"url-loader": "^0.6.2",
"uuid": "^2.0.2",
"whatwg-fetch": "^2.0.0"
}
Expand Down
Loading

0 comments on commit b7331b5

Please sign in to comment.