mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 04:01:48 +08:00
Promote @storybook/global to full dependency in addon-a11y
It appears as an import in the compiled code, so must be declared as a dependency
This commit is contained in:
parent
d5f066cb3e
commit
a937bc9252
@ -67,11 +67,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@storybook/addon-highlight": "workspace:*",
|
"@storybook/addon-highlight": "workspace:*",
|
||||||
|
"@storybook/global": "^5.0.0",
|
||||||
"@storybook/test": "workspace:*",
|
"@storybook/test": "workspace:*",
|
||||||
"axe-core": "^4.2.0"
|
"axe-core": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@storybook/global": "^5.0.0",
|
|
||||||
"@storybook/icons": "^1.2.12",
|
"@storybook/icons": "^1.2.12",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"execa": "^9.5.2",
|
"execa": "^9.5.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user