Skip to content

Commit

Permalink
Update @testing-library/react to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 9, 2020
1 parent 8591892 commit 2dc7830
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 47 deletions.
144 changes: 99 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@storybook/addon-storysource": "5.3.2",
"@storybook/addon-viewport": "5.3.2",
"@storybook/react": "5.3.2",
"@testing-library/react": "9.4.1",
"@testing-library/react": "10.0.2",
"@types/lodash": "4.14.149",
"@types/prettier": "1.19.0",
"@types/qs": "6.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Breaking Changes

- The bundled `jest` dependency has been updated from requiring `^24.9.0` to requiring `^25.2.7` (see [Breaking Changes](https://jestjs.io/blog/2020/01/21/jest-25), [#20766](https://github.com/WordPress/gutenberg/pull/20766)).
- The bundled `jest` dependency has been updated from requiring `^24.9.0` to requiring `^25.3.0` (see [Breaking Changes](https://jestjs.io/blog/2020/01/21/jest-25), [#20766](https://github.com/WordPress/gutenberg/pull/20766)).

### Enhancements

Expand Down

0 comments on commit 2dc7830

Please sign in to comment.