Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/jest-dom from 4.2.4 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 4.2.4 to 5.7.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v4.2.4...v5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 15, 2020
1 parent 30ad83e commit e211ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphin-components/package.json
Expand Up @@ -24,7 +24,7 @@
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.2.0",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^9.3.0",
"@types/react-router-dom": "^5.1.0",
"babel-jest": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphin/package.json
Expand Up @@ -12,7 +12,7 @@
"prettier": "prettier --write ./src/**/**/**/*.js"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.0",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^9.3.0",
"@types/lodash": "^4.14.141",
"@types/react": "^16.9.2",
Expand Down

0 comments on commit e211ec8

Please sign in to comment.