@storybook/cli 0.0.0-pr-29643-sha-ed794c84 → 0.0.0-pr-29643-sha-9cd7e771
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/index.cjs +1 -1
- package/dist/bin/index.js +1 -1
- package/package.json +4 -4
package/dist/bin/index.cjs
CHANGED
|
@@ -107,7 +107,7 @@ ${import_picocolors5.default.cyan("npx storybook doctor")}`;logger2.info(),found
|
|
|
107
107
|
${introduction}
|
|
108
108
|
|
|
109
109
|
We couldn't find or automatically update your ${import_picocolors6.default.cyan(".storybook/vitest.setup.<ts|js>")} in your project to smoothly set up project annotations from ${import_picocolors6.default.magenta("@storybook/addon-a11y")}.
|
|
110
|
-
Please manually update your vitest.setup.ts file to include the following:
|
|
110
|
+
Please manually update your ${import_picocolors6.default.cyan("vitest.setup.ts")} file to include the following:
|
|
111
111
|
|
|
112
112
|
${import_picocolors6.default.gray("...")}
|
|
113
113
|
${import_picocolors6.default.green('+ import * as a11yAddonAnnotations from "@storybook/addon-a11y/preview";')}
|
package/dist/bin/index.js
CHANGED
|
@@ -92,7 +92,7 @@ ${import_picocolors5.default.cyan("npx storybook doctor")}`;logger2.info(),found
|
|
|
92
92
|
${introduction}
|
|
93
93
|
|
|
94
94
|
We couldn't find or automatically update your ${import_picocolors6.default.cyan(".storybook/vitest.setup.<ts|js>")} in your project to smoothly set up project annotations from ${import_picocolors6.default.magenta("@storybook/addon-a11y")}.
|
|
95
|
-
Please manually update your vitest.setup.ts file to include the following:
|
|
95
|
+
Please manually update your ${import_picocolors6.default.cyan("vitest.setup.ts")} file to include the following:
|
|
96
96
|
|
|
97
97
|
${import_picocolors6.default.gray("...")}
|
|
98
98
|
${import_picocolors6.default.green('+ import * as a11yAddonAnnotations from "@storybook/addon-a11y/preview";')}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/cli",
|
|
3
|
-
"version": "0.0.0-pr-29643-sha-
|
|
3
|
+
"version": "0.0.0-pr-29643-sha-9cd7e771",
|
|
4
4
|
"description": "Storybook CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@babel/core": "^7.24.4",
|
|
44
44
|
"@babel/types": "^7.24.0",
|
|
45
|
-
"@storybook/codemod": "0.0.0-pr-29643-sha-
|
|
45
|
+
"@storybook/codemod": "0.0.0-pr-29643-sha-9cd7e771",
|
|
46
46
|
"@types/semver": "^7.3.4",
|
|
47
47
|
"commander": "^12.1.0",
|
|
48
|
-
"create-storybook": "0.0.0-pr-29643-sha-
|
|
48
|
+
"create-storybook": "0.0.0-pr-29643-sha-9cd7e771",
|
|
49
49
|
"cross-spawn": "^7.0.3",
|
|
50
50
|
"envinfo": "^7.7.3",
|
|
51
51
|
"fd-package-json": "^1.2.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"leven": "^3.1.0",
|
|
58
58
|
"prompts": "^2.4.0",
|
|
59
59
|
"semver": "^7.3.7",
|
|
60
|
-
"storybook": "0.0.0-pr-29643-sha-
|
|
60
|
+
"storybook": "0.0.0-pr-29643-sha-9cd7e771",
|
|
61
61
|
"tiny-invariant": "^1.3.1",
|
|
62
62
|
"ts-dedent": "^2.0.0"
|
|
63
63
|
},
|