Skip to content

Commit

Permalink
chore: Fix example dependency mistake (#1094)
Browse files Browse the repository at this point in the history
For some reason Greenkeeper had us bump a dependency to a non-existing version.

Closes #1090

## Reviewer checks

**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: @JKODU
  • Loading branch information
WilcoFiers committed Aug 23, 2018
1 parent 289f623 commit 6af5733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/jest_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-adapter-react-16": "^1.2.0",
"jest": "^22.4.0",
"jest-cli": "^23.0.1",
"react": "^16.4.0",
Expand Down

0 comments on commit 6af5733

Please sign in to comment.