Skip to content

Commit

Permalink
Update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 19, 2019
1 parent b3d169e commit c9b1739
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8638,9 +8638,10 @@ expect@^23.6.0:
jest-message-util "^23.4.0"
jest-regex-util "^23.3.0"

expect@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/expect/-/expect-24.0.0.tgz#71f71d88a4202746fc79849bb4c6498008b5ef03"
expect@^24.1.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/expect/-/expect-24.1.0.tgz#88e73301c4c785cde5f16da130ab407bdaf8c0f2"
integrity sha512-lVcAPhaYkQcIyMS+F8RVwzbm1jro20IG8OkvxQ6f1JfqhVZyyudCwYogQ7wnktlf14iF3ii7ArIUO/mqvrW9Gw==
dependencies:
ansi-styles "^3.2.0"
jest-get-type "^24.0.0"
Expand Down Expand Up @@ -11675,6 +11676,15 @@ jest-resolve@^24.0.0:
chalk "^2.0.1"
realpath-native "^1.0.0"

jest-resolve@^24.1.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.1.0.tgz#42ff0169b0ea47bfdbd0c52a0067ca7d022c7688"
integrity sha512-TPiAIVp3TG6zAxH28u/6eogbwrvZjBMWroSLBDkwkHKrqxB/RIdwkWDye4uqPlZIXWIaHtifY3L0/eO5Z0f2wg==
dependencies:
browser-resolve "^1.11.3"
chalk "^2.0.1"
realpath-native "^1.0.0"

jest-runner@^23.6.0:
version "23.6.0"
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.6.0.tgz#3894bd219ffc3f3cb94dc48a4170a2e6f23a5a38"
Expand Down Expand Up @@ -11723,9 +11733,10 @@ jest-serializer@^23.0.1:
version "23.0.1"
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165"

jest-snapshot@>=20.0.3:
jest-snapshot@>=20.0.3, jest-snapshot@^24.1.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.1.0.tgz#85e22f810357aa5994ab61f236617dc2205f2f5b"
integrity sha512-th6TDfFqEmXvuViacU1ikD7xFb7lQsPn2rJl7OEmnfIVpnrx3QNY2t3PE88meeg0u/mQ0nkyvmC05PBqO4USFA==
dependencies:
"@babel/types" "^7.0.0"
chalk "^2.0.1"
Expand Down Expand Up @@ -11753,21 +11764,6 @@ jest-snapshot@^23.6.0:
pretty-format "^23.6.0"
semver "^5.5.0"

jest-snapshot@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.0.0.tgz#fb447a753a3271660b3d89d068698014eb14c414"
dependencies:
"@babel/types" "^7.0.0"
chalk "^2.0.1"
jest-diff "^24.0.0"
jest-matcher-utils "^24.0.0"
jest-message-util "^24.0.0"
jest-resolve "^24.0.0"
mkdirp "^0.5.1"
natural-compare "^1.4.0"
pretty-format "^24.0.0"
semver "^5.5.0"

jest-specific-snapshot@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/jest-specific-snapshot/-/jest-specific-snapshot-1.0.0.tgz#157c79e2534a6fea820fd475f5d17740c8f90833"
Expand Down Expand Up @@ -18321,7 +18317,7 @@ source-map-support@^0.4.15, source-map-support@~0.4.0:
dependencies:
source-map "^0.5.6"

source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.6:
source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.9:
version "0.5.10"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
dependencies:
Expand Down Expand Up @@ -19157,7 +19153,7 @@ terser-webpack-plugin@^1.2.1:
webpack-sources "^1.1.0"
worker-farm "^1.5.2"

terser@^3.7.5, terser@^3.8.1:
terser@^3.16.1, terser@^3.7.5, terser@^3.8.1:
version "3.16.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-3.16.1.tgz#5b0dd4fa1ffd0b0b43c2493b2c364fd179160493"
dependencies:
Expand Down

0 comments on commit c9b1739

Please sign in to comment.