mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update storybook monorepo to v7.3.0
This commit is contained in:
parent
e1d92d642a
commit
15143d2961
3 changed files with 421 additions and 358 deletions
|
@ -57,13 +57,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.37.0",
|
||||
"@storybook/addon-essentials": "7.2.3",
|
||||
"@storybook/addon-interactions": "7.2.3",
|
||||
"@storybook/addon-links": "7.2.3",
|
||||
"@storybook/addon-essentials": "7.3.0",
|
||||
"@storybook/addon-interactions": "7.3.0",
|
||||
"@storybook/addon-links": "7.3.0",
|
||||
"@storybook/addon-styling": "1.3.6",
|
||||
"@storybook/blocks": "7.2.3",
|
||||
"@storybook/react": "7.2.3",
|
||||
"@storybook/react-vite": "7.2.3",
|
||||
"@storybook/blocks": "7.3.0",
|
||||
"@storybook/react": "7.3.0",
|
||||
"@storybook/react-vite": "7.3.0",
|
||||
"@storybook/testing-library": "0.2.0",
|
||||
"@tailwindcss/forms": "0.5.4",
|
||||
"@tailwindcss/line-clamp": "0.4.4",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"react-hot-toast": "2.4.1",
|
||||
"react-select": "5.7.4",
|
||||
"rollup-plugin-node-builtins": "2.1.2",
|
||||
"storybook": "7.2.3",
|
||||
"storybook": "7.3.0",
|
||||
"stylelint": "15.10.1",
|
||||
"tailwindcss": "3.3.3",
|
||||
"vite": "4.4.9",
|
||||
|
|
|
@ -40,13 +40,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.37.0",
|
||||
"@storybook/addon-essentials": "7.2.3",
|
||||
"@storybook/addon-interactions": "7.2.3",
|
||||
"@storybook/addon-links": "7.2.3",
|
||||
"@storybook/addon-essentials": "7.3.0",
|
||||
"@storybook/addon-interactions": "7.3.0",
|
||||
"@storybook/addon-links": "7.3.0",
|
||||
"@storybook/addon-styling": "1.3.6",
|
||||
"@storybook/blocks": "7.2.3",
|
||||
"@storybook/react": "7.2.3",
|
||||
"@storybook/react-vite": "7.2.3",
|
||||
"@storybook/blocks": "7.3.0",
|
||||
"@storybook/react": "7.3.0",
|
||||
"@storybook/react-vite": "7.3.0",
|
||||
"@storybook/testing-library": "0.2.0",
|
||||
"@tailwindcss/line-clamp": "0.4.4",
|
||||
"@types/react": "18.2.20",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"postcss-import": "15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"rollup-plugin-node-builtins": "2.1.2",
|
||||
"storybook": "7.2.3",
|
||||
"storybook": "7.3.0",
|
||||
"stylelint": "15.10.1",
|
||||
"tailwindcss": "3.3.3",
|
||||
"vite": "4.4.9",
|
||||
|
|
Loading…
Reference in a new issue