Skip to content

Commit d23933d

Browse files
build(deps-dev): bump @storybook/addon-storyshots from 5.2.6 to 5.3.8
Bumps [@storybook/addon-storyshots](https://github.com/storybookjs/storybook/tree/HEAD/addons/storyshots/storyshots-core) from 5.2.6 to 5.3.8. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v5.3.8/addons/storyshots/storyshots-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 231ea8e commit d23933d

File tree

1 file changed

+60
-21
lines changed

1 file changed

+60
-21
lines changed

yarn.lock

Lines changed: 60 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,18 +1417,24 @@
14171417
util-deprecate "^1.0.2"
14181418

14191419
"@storybook/addon-storyshots@^5.2.6":
1420-
version "5.2.6"
1421-
resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-5.2.6.tgz#cc94f256cb28e2769a3dd472af420f8e0fcc306f"
1422-
integrity sha512-04UX6VXFOrv1o41L8P3mevFYN2H9RU6JCNXfqCJLtD4ZxP5iDoXjF8/0VWLdqCPANe9Ng58r5BnZgNwWPjcGbA==
1420+
version "5.3.8"
1421+
resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-5.3.8.tgz#87a9a99264a2ca5b85ceb425b8e383144c3c1cdc"
1422+
integrity sha512-GwNHo5xPtNszkmQ+l1G6CFkOhye9SU8gZ8NHxMbhoPixpsa6VuwHIVE5oOAMNT/QMQOA2ifPEhhDLeAvh+uBTQ==
14231423
dependencies:
14241424
"@jest/transform" "^24.9.0"
1425-
"@storybook/addons" "5.2.6"
1425+
"@storybook/addons" "5.3.8"
1426+
"@storybook/client-api" "5.3.8"
1427+
"@storybook/core" "5.3.8"
1428+
"@types/glob" "^7.1.1"
1429+
"@types/jest" "^24.0.16"
1430+
"@types/jest-specific-snapshot" "^0.5.3"
1431+
babel-plugin-require-context-hook "^1.0.0"
14261432
core-js "^3.0.1"
14271433
glob "^7.1.3"
14281434
global "^4.3.2"
14291435
jest-specific-snapshot "^2.0.0"
1430-
read-pkg-up "^6.0.0"
1431-
regenerator-runtime "^0.12.1"
1436+
read-pkg-up "^7.0.0"
1437+
regenerator-runtime "^0.13.3"
14321438
ts-dedent "^1.1.0"
14331439

14341440
"@storybook/addons@5.2.6":
@@ -1989,6 +1995,20 @@
19891995
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
19901996
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
19911997

1998+
"@types/events@*":
1999+
version "3.0.0"
2000+
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
2001+
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
2002+
2003+
"@types/glob@^7.1.1":
2004+
version "7.1.1"
2005+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
2006+
integrity sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==
2007+
dependencies:
2008+
"@types/events" "*"
2009+
"@types/minimatch" "*"
2010+
"@types/node" "*"
2011+
19922012
"@types/history@*":
19932013
version "4.7.3"
19942014
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.3.tgz#856c99cdc1551d22c22b18b5402719affec9839a"
@@ -2032,6 +2052,25 @@
20322052
"@types/istanbul-lib-coverage" "*"
20332053
"@types/istanbul-lib-report" "*"
20342054

2055+
"@types/jest-specific-snapshot@^0.5.3":
2056+
version "0.5.4"
2057+
resolved "https://registry.yarnpkg.com/@types/jest-specific-snapshot/-/jest-specific-snapshot-0.5.4.tgz#997364c39a59ddeff0ee790a19415e79dd061d1e"
2058+
integrity sha512-1qISn4fH8wkOOPFEx+uWRRjw6m/pP/It3OHLm8Ee1KQpO7Z9ZGYDtWPU5AgK05UXsNTAgOK+dPQvJKGdy9E/1g==
2059+
dependencies:
2060+
"@types/jest" "*"
2061+
2062+
"@types/jest@*", "@types/jest@^24.0.16":
2063+
version "24.9.0"
2064+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.0.tgz#78c6991cd1734cf0d390be24875e310bb0a9fb74"
2065+
integrity sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w==
2066+
dependencies:
2067+
jest-diff "^24.3.0"
2068+
2069+
"@types/minimatch@*":
2070+
version "3.0.3"
2071+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
2072+
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
2073+
20352074
"@types/node@*":
20362075
version "12.12.7"
20372076
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.7.tgz#01e4ea724d9e3bd50d90c11fd5980ba317d8fa11"
@@ -3029,6 +3068,11 @@ babel-plugin-react-docgen@^4.0.0:
30293068
react-docgen "^5.0.0"
30303069
recast "^0.14.7"
30313070

3071+
babel-plugin-require-context-hook@^1.0.0:
3072+
version "1.0.0"
3073+
resolved "https://registry.yarnpkg.com/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.0.tgz#3f0e7cce87c338f53639b948632fd4e73834632d"
3074+
integrity sha512-EMZD1563QUqLhzrqcThk759RhuNVX/ZJdrtGK6drwzgvnR+ARjWyXIHPbu+tUNaMGtPz/gQeAM2M6VUw2UiUeA==
3075+
30323076
babel-plugin-syntax-jsx@^6.18.0:
30333077
version "6.18.0"
30343078
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
@@ -8073,7 +8117,7 @@ jest-config@^24.9.0:
80738117
pretty-format "^24.9.0"
80748118
realpath-native "^1.1.0"
80758119

8076-
jest-diff@^24.9.0:
8120+
jest-diff@^24.3.0, jest-diff@^24.9.0:
80778121
version "24.9.0"
80788122
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
80798123
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
@@ -11701,14 +11745,14 @@ read-pkg-up@^4.0.0:
1170111745
find-up "^3.0.0"
1170211746
read-pkg "^3.0.0"
1170311747

11704-
read-pkg-up@^6.0.0:
11705-
version "6.0.0"
11706-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-6.0.0.tgz#da75ce72762f2fa1f20c5a40d4dd80c77db969e3"
11707-
integrity sha512-odtTvLl+EXo1eTsMnoUHRmg/XmXdTkwXVxy4VFE9Kp6cCq7b3l7QMdBndND3eAFzrbSAXC/WCUOQQ9rLjifKZw==
11748+
read-pkg-up@^7.0.0:
11749+
version "7.0.1"
11750+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
11751+
integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
1170811752
dependencies:
11709-
find-up "^4.0.0"
11710-
read-pkg "^5.1.1"
11711-
type-fest "^0.5.0"
11753+
find-up "^4.1.0"
11754+
read-pkg "^5.2.0"
11755+
type-fest "^0.8.1"
1171211756

1171311757
read-pkg@^1.0.0:
1171411758
version "1.1.0"
@@ -11737,7 +11781,7 @@ read-pkg@^3.0.0:
1173711781
normalize-package-data "^2.3.2"
1173811782
path-type "^3.0.0"
1173911783

11740-
read-pkg@^5.1.1:
11784+
read-pkg@^5.2.0:
1174111785
version "5.2.0"
1174211786
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
1174311787
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
@@ -11874,11 +11918,6 @@ regenerator-runtime@^0.11.0:
1187411918
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
1187511919
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
1187611920

11877-
regenerator-runtime@^0.12.1:
11878-
version "0.12.1"
11879-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
11880-
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
11881-
1188211921
regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3:
1188311922
version "0.13.3"
1188411923
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
@@ -13684,7 +13723,7 @@ type-check@~0.3.2:
1368413723
dependencies:
1368513724
prelude-ls "~1.1.2"
1368613725

13687-
type-fest@^0.5.0, type-fest@^0.5.2:
13726+
type-fest@^0.5.2:
1368813727
version "0.5.2"
1368913728
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
1369013729
integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw==

0 commit comments

Comments
 (0)