PromucFlow_constructor/app/client/packages/storybook/package.json
Valera Melnikov 74f9da357e
chore: update storybook and related packages (#35384)
## Description
Update storybook and related packages

## Automation

/ok-to-test tags=""

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!CAUTION]  
> If you modify the content in this section, you are likely to disrupt
the CI result for your PR.

<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated Storybook and Vite dependencies to their latest versions,
enhancing performance and compatibility.

- **Bug Fixes**
- Minor bug fixes included with the update of Storybook dependencies
that improve stability and functionality.

These changes ensure a smoother development experience and leverage
improvements in the libraries used.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-08-05 10:51:51 +03:00

50 lines
1.8 KiB
JSON

{
"name": "@design-system/storybook",
"version": "1.0.0",
"main": "src/index.ts",
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
"license": "MIT",
"scripts": {
"lint": "yarn g:lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook --testTimeout 40000",
"test-storybook:ci": "npx concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'npx http-server storybook-static --port 6006 --silent' 'npx wait-on tcp:6006 && yarn test-storybook'",
"chromatic": "CHROMATIC=1 storybook dev -p 6006"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-a11y": "^8.2.7",
"@storybook/addon-controls": "^8.2.7",
"@storybook/addon-docs": "^8.2.7",
"@storybook/addon-measure": "^8.2.7",
"@storybook/addon-outline": "^8.2.7",
"@storybook/addon-toolbars": "^8.2.7",
"@storybook/addon-viewport": "^8.2.7",
"@storybook/blocks": "^8.2.7",
"@storybook/builder-vite": "^8.2.7",
"@storybook/components": "^8.2.7",
"@storybook/manager-api": "^8.2.7",
"@storybook/preset-create-react-app": "^8.2.7",
"@storybook/preview-api": "^8.2.7",
"@storybook/react-vite": "^8.2.7",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.2.7",
"@vitejs/plugin-react": "^4.3.1",
"babel-loader": "9.1.2",
"chromatic": "^11.3.0",
"react-docgen-typescript": "^2.2.2",
"storybook": "^8.2.7",
"vite": "^5.3.5",
"vite-plugin-svgr": "^4.2.0"
},
"dependencies": {
"@design-system/headless": "workspace:^",
"@design-system/theming": "workspace:^",
"@design-system/widgets": "workspace:^",
"@design-system/widgets-old": "workspace:^",
"appsmith-icons": "workspace:^",
"colorjs.io": "^0.5.2"
}
}