Bump @storybook/addon-actions from 6.1.21 to 6.2.1 (#13211)
This commit is contained in:
parent
13a80d5d7a
commit
88861b3b8d
2 changed files with 25 additions and 20 deletions
|
|
@ -87,7 +87,7 @@
|
|||
"devDependencies": {
|
||||
"@stoplight/spectral": "5.9.0",
|
||||
"@storybook/addon-a11y": "^6.1.21",
|
||||
"@storybook/addon-actions": "^6.1.21",
|
||||
"@storybook/addon-actions": "^6.2.1",
|
||||
"@storybook/addon-docs": "^6.2.1",
|
||||
"@storybook/addon-knobs": "^6.2.1",
|
||||
"@storybook/addon-links": "^6.2.1",
|
||||
|
|
|
|||
43
yarn.lock
43
yarn.lock
|
|
@ -1981,28 +1981,28 @@
|
|||
ts-dedent "^2.0.0"
|
||||
util-deprecate "^1.0.2"
|
||||
|
||||
"@storybook/addon-actions@^6.1.21":
|
||||
version "6.1.21"
|
||||
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.1.21.tgz#881dceb0ed650fe28086d9993703f8081b29f4ce"
|
||||
integrity sha512-H+nhSgK3X5L+JfArsC9ufvgJzQwPN9UXBxhMl74faEDCo9RGmq9ywNcjn9XlZGGnJ3jCaYrI/T1u0J7F6PBrTA==
|
||||
"@storybook/addon-actions@^6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.2.1.tgz#af5924969c691a4fe6ec9266ffefe02b95245063"
|
||||
integrity sha512-pRzyJIcso+7FJ4Xv4lJZ/mppFgkdnJ3B/R6QPYl1Enwlxjk2CH2iDD+Hq85WFHGfg5cjtFm3fd9EbPXC09ReeA==
|
||||
dependencies:
|
||||
"@storybook/addons" "6.1.21"
|
||||
"@storybook/api" "6.1.21"
|
||||
"@storybook/client-api" "6.1.21"
|
||||
"@storybook/components" "6.1.21"
|
||||
"@storybook/core-events" "6.1.21"
|
||||
"@storybook/theming" "6.1.21"
|
||||
core-js "^3.0.1"
|
||||
fast-deep-equal "^3.1.1"
|
||||
global "^4.3.2"
|
||||
lodash "^4.17.15"
|
||||
polished "^3.4.4"
|
||||
"@storybook/addons" "6.2.1"
|
||||
"@storybook/api" "6.2.1"
|
||||
"@storybook/client-api" "6.2.1"
|
||||
"@storybook/components" "6.2.1"
|
||||
"@storybook/core-events" "6.2.1"
|
||||
"@storybook/theming" "6.2.1"
|
||||
core-js "^3.8.2"
|
||||
fast-deep-equal "^3.1.3"
|
||||
global "^4.4.0"
|
||||
lodash "^4.17.20"
|
||||
polished "^4.0.5"
|
||||
prop-types "^15.7.2"
|
||||
react-inspector "^5.0.1"
|
||||
react-inspector "^5.1.0"
|
||||
regenerator-runtime "^0.13.7"
|
||||
ts-dedent "^2.0.0"
|
||||
util-deprecate "^1.0.2"
|
||||
uuid "^8.0.0"
|
||||
uuid-browser "^3.1.0"
|
||||
|
||||
"@storybook/addon-docs@^6.2.1":
|
||||
version "6.2.1"
|
||||
|
|
@ -15984,7 +15984,7 @@ react-input-autosize@^3.0.0:
|
|||
dependencies:
|
||||
prop-types "^15.5.8"
|
||||
|
||||
react-inspector@^5.0.1:
|
||||
react-inspector@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-5.1.0.tgz#45a325e15f33e595be5356ca2d3ceffb7d6b8c3a"
|
||||
integrity sha512-JAwswiengIcxi4X/Ssb8nf6suOuQsyit8Fxo04+iPKTnPNY3XIOuagjMZSzpJDDKkYcc/ARlySOYZZv626WUvA==
|
||||
|
|
@ -19247,12 +19247,17 @@ utils-merge@1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
||||
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
||||
|
||||
uuid-browser@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410"
|
||||
integrity sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=
|
||||
|
||||
uuid@^3.3.2, uuid@^3.4.0:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
||||
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
||||
|
||||
uuid@^8.0.0, uuid@^8.3.0:
|
||||
uuid@^8.3.0:
|
||||
version "8.3.2"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
|
||||
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue