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:
Bill Collins 2025-02-28 14:47:02 +00:00
parent d5f066cb3e
commit a937bc9252

View File

@ -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",