-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update storybook and pin nuxt module version
- Loading branch information
Showing
4 changed files
with
550 additions
and
2,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"predev": "pnpm install && pnpm i18n:en", | ||
"dev": "run-p dev:only 'i18n:en --watch'", | ||
"dev": "run-p build:clean dev:only 'i18n:en --watch'", | ||
"dev:only": "nuxt dev --host 0.0.0.0", | ||
"dev:secure": "LOCAL_SSL=enabled pnpm dev", | ||
"build": "NODE_ENV=production nuxt build", | ||
|
@@ -21,7 +21,7 @@ | |
"prod:playwright": "pnpm i18n:copy-test-locales && pnpm prod", | ||
"prod:storybook": "pnpm i18n:copy-test-locales && pnpm storybook:build && pnpm storybook:start", | ||
"storybook": "storybook dev --port 54000", | ||
"storybook:build": "pnpm i18n:copy-test-locales && storybook build", | ||
"storybook:build": "pnpm build:clean && pnpm prepare:nuxt && pnpm i18n:copy-test-locales && storybook build", | ||
"storybook:start": "pnpx http-server storybook-static -p 54000 -s", | ||
"talkback": "node ./test/proxy.js", | ||
"prepare:nuxt": "pnpm i18n:en && npx nuxi prepare", | ||
|
@@ -88,9 +88,9 @@ | |
"@babel/parser": "^7.24.8", | ||
"@nuxt/test-utils": "^3.14.1", | ||
"@nuxtjs/i18n": "8.5.5", | ||
"@nuxtjs/storybook": "npm:@nuxtjs/storybook@nightly", | ||
"@nuxtjs/storybook": "8.3.1", | ||
"@playwright/test": "1.46.1", | ||
"@storybook-vue/nuxt": "npm:@storybook-vue/nuxt@nightly", | ||
"@storybook-vue/nuxt": "8.3.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@testing-library/vue": "^8.1.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
|
@@ -112,14 +112,14 @@ | |
"vue": "3.5.0", | ||
"vue-router": "^4.4.0", | ||
"vue-tsc": "2.1.4", | ||
"storybook": "8.2.9", | ||
"@storybook/vue3": "8.2.9", | ||
"@storybook/addon-links": "8.2.9", | ||
"@storybook/builder-vite": "8.2.9", | ||
"@storybook/addon-essentials": "8.2.9", | ||
"@storybook/addon-interactions": "8.2.9", | ||
"@storybook/test": "8.2.9", | ||
"@storybook/blocks": "8.2.9" | ||
"storybook": "8.3.5", | ||
"@storybook/vue3": "8.3.5", | ||
"@storybook/addon-links": "8.3.5", | ||
"@storybook/builder-vite": "8.3.5", | ||
"@storybook/addon-essentials": "8.3.5", | ||
"@storybook/addon-interactions": "8.3.5", | ||
"@storybook/test": "8.3.5", | ||
"@storybook/blocks": "8.3.5" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
|
Oops, something went wrong.