Skip to content

Commit e70f564

Browse files
authored
Merge pull request #4 from mmmurray/dependabot/npm_and_yarn/@types/storybook__react-4.0.1
Bump @types/storybook__react from 4.0.0 to 4.0.1
2 parents 7c71316 + 2927ec2 commit e70f564

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@storybook/react": "4.1.11",
2626
"@types/react": "16.8.1",
2727
"@types/storybook__addon-knobs": "4.0.0",
28-
"@types/storybook__react": "4.0.0",
28+
"@types/storybook__react": "4.0.1",
2929
"babel-loader": "8.0.5",
3030
"emotion": "9.2.12",
3131
"mmm-scripts": "0.0.16",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,15 +1751,7 @@
17511751
dependencies:
17521752
"@types/react" "*"
17531753

1754-
"@types/react@*":
1755-
version "16.7.6"
1756-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.6.tgz#80e4bab0d0731ad3ae51f320c4b08bdca5f03040"
1757-
integrity sha512-QBUfzftr/8eg/q3ZRgf/GaDP6rTYc7ZNem+g4oZM38C9vXyV8AWRWaTQuW5yCoZTsfHrN7b3DeEiUnqH9SrnpA==
1758-
dependencies:
1759-
"@types/prop-types" "*"
1760-
csstype "^2.2.0"
1761-
1762-
"@types/react@16.8.1", "@types/react@^16.7.21":
1754+
"@types/react@*", "@types/react@16.8.1", "@types/react@^16.7.21":
17631755
version "16.8.1"
17641756
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.1.tgz#b431b104ecc6febda170b718caa9f50be66a6750"
17651757
integrity sha512-tD1ETKJcuhANOejRc/p7OgQ16DKnbGi0M3LccelKlPnUCDp2a5koVxZFoRN9HN+A+m84HB5VGN7I+r3nNhS3PA==
@@ -1775,10 +1767,10 @@
17751767
"@types/react" "*"
17761768
"@types/storybook__react" "*"
17771769

1778-
"@types/storybook__react@*", "@types/storybook__react@4.0.0":
1779-
version "4.0.0"
1780-
resolved "https://registry.yarnpkg.com/@types/storybook__react/-/storybook__react-4.0.0.tgz#52cc452fbab599568d595075a90142ef4a1233f6"
1781-
integrity sha512-Iq3RX953fqZRwWN3jywm8pUx1/Atev+x/9tF7/2CNA+Ii55sGSJJRWMRthUKQXTa3zOexcvfksfVYdUaIZY91w==
1770+
"@types/storybook__react@*", "@types/storybook__react@4.0.1":
1771+
version "4.0.1"
1772+
resolved "https://registry.yarnpkg.com/@types/storybook__react/-/storybook__react-4.0.1.tgz#b6320c9d027b8ee7ef1445fef8b4cba196d48ace"
1773+
integrity sha512-knkZErqv8Iy2QbebqBa5tsy2itIMKdO6bcQ7C19nmgTc+j1pnQhXCGcVyARzAQ1/NAuSYudSWQAKG+plgK7hyQ==
17821774
dependencies:
17831775
"@types/react" "*"
17841776
"@types/webpack-env" "*"

0 commit comments

Comments
 (0)