Skip to content

Commit

Permalink
Merge pull request #325 from opencomponents/jest-environment-jsdom-23…
Browse files Browse the repository at this point in the history
….4.0-284.0.0

Update jest-environment-jsdom in / from 23.1.0 to 23.4.0
  • Loading branch information
matteofigus authored Jul 11, 2018
2 parents 0b16347 + aefbdfa commit eecc605
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"codecov": "3.0.4",
"husky": "0.14.3",
"jest": "23.3.0",
"jest-environment-jsdom": "23.1.0",
"jest-environment-jsdom": "23.4.0",
"lerna": "2.11.0",
"lint-staged": "7.2.0",
"node-dir": "0.1.17",
Expand Down
46 changes: 21 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4141,12 +4141,12 @@ jest-each@^23.2.0:
chalk "^2.0.1"
pretty-format "^23.2.0"

jest-environment-jsdom@23.1.0:
version "23.1.0"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.1.0.tgz#85929914e23bed3577dac9755f4106d0697c479c"
jest-environment-jsdom@23.4.0:
version "23.4.0"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.4.0.tgz#056a7952b3fea513ac62a140a2c368c79d9e6023"
dependencies:
jest-mock "^23.1.0"
jest-util "^23.1.0"
jest-mock "^23.2.0"
jest-util "^23.4.0"
jsdom "^11.5.1"

jest-environment-jsdom@^23.3.0:
Expand Down Expand Up @@ -4210,30 +4210,26 @@ jest-matcher-utils@^23.2.0:
jest-get-type "^22.1.0"
pretty-format "^23.2.0"

jest-message-util@^23.1.0:
version "23.1.0"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.1.0.tgz#9a809ba487ecac5ce511d4e698ee3b5ee2461ea9"
jest-message-util@^23.3.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.3.0.tgz#bc07b11cec6971fb5dd9de2dfb60ebc22150c160"
dependencies:
"@babel/code-frame" "^7.0.0-beta.35"
chalk "^2.0.1"
micromatch "^2.3.11"
micromatch "^3.1.10"
slash "^1.0.0"
stack-utils "^1.0.1"

jest-message-util@^23.3.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.3.0.tgz#bc07b11cec6971fb5dd9de2dfb60ebc22150c160"
jest-message-util@^23.4.0:
version "23.4.0"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f"
dependencies:
"@babel/code-frame" "^7.0.0-beta.35"
chalk "^2.0.1"
micromatch "^3.1.10"
micromatch "^2.3.11"
slash "^1.0.0"
stack-utils "^1.0.1"

jest-mock@^23.1.0:
version "23.1.0"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.1.0.tgz#a381c31b121ab1f60c462a2dadb7b86dcccac487"

jest-mock@^23.2.0:
version "23.2.0"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134"
Expand Down Expand Up @@ -4321,28 +4317,28 @@ jest-snapshot@^23.3.0:
pretty-format "^23.2.0"
semver "^5.5.0"

jest-util@^23.1.0:
version "23.1.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.1.0.tgz#c0251baf34644c6dd2fea78a962f4263ac55772d"
jest-util@^23.3.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.3.0.tgz#79f35bb0c30100ef611d963ee6b88f8ed873a81d"
dependencies:
callsites "^2.0.0"
chalk "^2.0.1"
graceful-fs "^4.1.11"
is-ci "^1.0.10"
jest-message-util "^23.1.0"
jest-message-util "^23.3.0"
mkdirp "^0.5.1"
slash "^1.0.0"
source-map "^0.6.0"

jest-util@^23.3.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.3.0.tgz#79f35bb0c30100ef611d963ee6b88f8ed873a81d"
jest-util@^23.4.0:
version "23.4.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561"
dependencies:
callsites "^2.0.0"
chalk "^2.0.1"
graceful-fs "^4.1.11"
is-ci "^1.0.10"
jest-message-util "^23.3.0"
jest-message-util "^23.4.0"
mkdirp "^0.5.1"
slash "^1.0.0"
source-map "^0.6.0"
Expand Down

0 comments on commit eecc605

Please sign in to comment.