Skip to content

Commit

Permalink
fix: Update enzyme peer dependency to v2.7.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
milost authored and adriantoine committed Jan 26, 2017
1 parent 6aabd9e commit 87e5613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"object.entries": "^1.0.3"
},
"peerDependencies": {
"enzyme": "^2.4.1"
"enzyme": "^2.7.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
Expand All @@ -54,7 +54,7 @@
"babel-preset-react": "^6.11.1",
"codecov": "^1.0.1",
"cz-conventional-changelog": "^1.2.0",
"enzyme": "^2.4.1",
"enzyme": "^2.7.1",
"eslint": "^3.4.0",
"eslint-plugin-babel": "~4.0.0",
"eslint-plugin-react": "^6.2.0",
Expand Down

0 comments on commit 87e5613

Please sign in to comment.