@storybook/addon-vitest 0.0.0-pr-31356-sha-36d464a6 → 0.0.0-pr-31287-sha-9b99834a
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/postinstall.js +1 -1
- package/package.json +4 -4
package/dist/postinstall.js
CHANGED
|
@@ -123,7 +123,7 @@ ${error2.message}`:execaMessage,message=[shortMessage,stderr,stdout].filter(Bool
|
|
|
123
123
|
const project = setProjectAnnotations([${projectAnnotations.join(", ")}]);
|
|
124
124
|
|
|
125
125
|
beforeAll(project.beforeAll);
|
|
126
|
-
`),info2.addons.find(addon=>addon.includes(addonA11yName)))try{nodeLogger.logger.plain(`${step} Setting up ${addonA11yName} for @storybook/addon-vitest:`)
|
|
126
|
+
`),info2.addons.find(addon=>addon.includes(addonA11yName)))try{nodeLogger.logger.plain(`${step} Setting up ${addonA11yName} for @storybook/addon-vitest:`),await $({stdio:"inherit"})`storybook automigrate addonA11yAddonTest ${options.yes?"--yes":""}`;}catch{printError("\u{1F6A8} Oh no!",tsDedent.dedent`
|
|
127
127
|
We have detected that you have ${addonA11yName} installed but could not automatically set it up for @storybook/addon-vitest.
|
|
128
128
|
|
|
129
129
|
Please refer to the documentation to complete the setup manually:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-vitest",
|
|
3
|
-
"version": "0.0.0-pr-
|
|
3
|
+
"version": "0.0.0-pr-31287-sha-9b99834a",
|
|
4
4
|
"description": "Storybook addon for testing components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@vitest/browser": "^3.1.1",
|
|
103
103
|
"@vitest/runner": "^3.1.1",
|
|
104
104
|
"boxen": "^8.0.1",
|
|
105
|
-
"es-toolkit": "^1.
|
|
105
|
+
"es-toolkit": "^1.22.0",
|
|
106
106
|
"execa": "^8.0.1",
|
|
107
107
|
"find-up": "^7.0.0",
|
|
108
108
|
"istanbul-lib-report": "^3.0.1",
|
|
@@ -116,13 +116,13 @@
|
|
|
116
116
|
"tinyglobby": "^0.2.10",
|
|
117
117
|
"tree-kill": "^1.2.2",
|
|
118
118
|
"ts-dedent": "^2.2.0",
|
|
119
|
-
"typescript": "^5.
|
|
119
|
+
"typescript": "^5.7.3",
|
|
120
120
|
"vitest": "^3.1.1"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@vitest/browser": "^3.0.0",
|
|
124
124
|
"@vitest/runner": "^3.0.0",
|
|
125
|
-
"storybook": "^0.0.0-pr-
|
|
125
|
+
"storybook": "^0.0.0-pr-31287-sha-9b99834a",
|
|
126
126
|
"vitest": "^3.0.0"
|
|
127
127
|
},
|
|
128
128
|
"peerDependenciesMeta": {
|