Skip to content

Commit

Permalink
Bump jest-environment-jsdom from 23.4.0 to 24.0.0
Browse files Browse the repository at this point in the history
Bumps [jest-environment-jsdom](https://github.com/facebook/jest) from 23.4.0 to 24.0.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v23.4.0...v24.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Jan 29, 2019
1 parent dc38ae8 commit 4c3c6c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"jest-config": "^23.6.0",
"jest-diff": "^23.6.0",
"jest-emotion": "^10.0.5",
"jest-environment-jsdom": "^23.4.0",
"jest-environment-jsdom": "^24.0.0",
"jest-enzyme": "^7.0.0",
"jest-image-snapshot": "^2.6.0",
"jest-jasmine2": "^24.0.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11736,6 +11736,14 @@ jest-environment-jsdom@^23.4.0:
jest-util "^23.4.0"
jsdom "^11.5.1"

jest-environment-jsdom@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.0.0.tgz#5affa0654d6e44cd798003daa1a8701dbd6e4d11"
dependencies:
jest-mock "^24.0.0"
jest-util "^24.0.0"
jsdom "^11.5.1"

[email protected]:
version "21.3.0-beta.15"
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-21.3.0-beta.15.tgz#37e7114130e27addf300b26e10c11fe4c815fe65"
Expand Down Expand Up @@ -11955,6 +11963,10 @@ jest-mock@^23.2.0:
version "23.2.0"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134"

jest-mock@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.0.0.tgz#9a4b53e01d66a0e780f7d857462d063e024c617d"

[email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.0.1.tgz#f397cd71dbcd4a1947b2e435f6da8e9a347308fa"
Expand Down

0 comments on commit 4c3c6c9

Please sign in to comment.