Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
update enzyme-react-adapter to 1.5.0 (#1210)
Browse files Browse the repository at this point in the history
This supports shallow rendering and `.find` of `React.Fragment`.  See enzymejs/enzyme#1498
  • Loading branch information
sethbattin authored and christinebrass committed Sep 28, 2018
1 parent 1f5e301 commit 25b8975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gluestick-generators/src/templates/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const templatePackage = createTemplate`
"babel-jest": "18.0.0",
"babel-plugin-react-transform": "2.0.2",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-adapter-react-16": "1.5.1",
"eslint": "3.14.1",
"eslint-plugin-react": "6.9.0",
"flow-bin": "0.45.0",
Expand Down

0 comments on commit 25b8975

Please sign in to comment.