Skip to content

Commit

Permalink
fix: lock jest to 25.x
Browse files Browse the repository at this point in the history
storybook is using a removed jest API

related: storybookjs/storybook#10631
  • Loading branch information
Kikobeats committed May 13, 2020
1 parent 9450fe8 commit ff15d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -45,7 +45,7 @@
"enzyme-adapter-react-16": "latest",
"eslint-plugin-jsx-a11y": "latest",
"husky": "latest",
"jest": "latest",
"jest": "25",
"jest-environment-enzyme": "latest",
"jest-enzyme": "latest",
"jest-styled-components": "latest",
Expand Down

0 comments on commit ff15d9e

Please sign in to comment.