mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge branch 'next' into add-html-vite-framework
This commit is contained in:
commit
f17affd847
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
||||
## 7.0.0-alpha.52 (November 21, 2022)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- NextJS: Fix v13 `next/link` [#19834](https://github.com/storybooks/storybook/pull/19834)
|
||||
- Docs: Fix ordering of entries in `Stories` block [#19907](https://github.com/storybooks/storybook/pull/19907)
|
||||
|
||||
#### Build
|
||||
|
||||
- Maintenance: fix execa usage in build and check scripts [#19909](https://github.com/storybooks/storybook/pull/19909)
|
||||
- Use execa 6.x in `scripts` [#19759](https://github.com/storybooks/storybook/pull/19759)
|
||||
- Build: Create a generate task and use in the sandbox process [#19840](https://github.com/storybooks/storybook/pull/19840)
|
||||
|
||||
#### Dependency Upgrades
|
||||
|
||||
- Upgrade docs-mdx to fix yarn pnp [#19835](https://github.com/storybooks/storybook/pull/19835)
|
||||
|
||||
## 7.0.0-alpha.51 (November 19, 2022)
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-a11y",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Test component compliance with web accessibility standards",
|
||||
"keywords": [
|
||||
"a11y",
|
||||
@ -62,15 +62,15 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.52",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"axe-core": "^4.2.0",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -102,7 +102,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Accessibility",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991665-47042f80-3c7c-11eb-8f00-64b5a18f498a.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-actions",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Get UI feedback when an action is performed on an interactive element",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -76,13 +76,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"dequal": "^2.0.2",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -120,7 +120,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Actions",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-backgrounds",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Switch backgrounds to view components in different settings",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -75,13 +75,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"memoizerific": "^1.11.3",
|
||||
"ts-dedent": "^2.0.0"
|
||||
@ -111,7 +111,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Backgrounds",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991667-479cc600-3c7c-11eb-96d3-410e936252e7.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-controls",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Interact with component inputs dynamically in the Storybook UI",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -67,16 +67,16 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/blocks": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/blocks": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"lodash": "^4.17.21",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -102,7 +102,7 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Controls",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991669-479cc600-3c7c-11eb-93d9-38b67e8371f2.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-docs",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Document component usage and properties in Markdown",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -87,15 +87,15 @@
|
||||
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
||||
"@jest/transform": "^29.3.1",
|
||||
"@mdx-js/react": "^2.1.5",
|
||||
"@storybook/blocks": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/csf-plugin": "7.0.0-alpha.51",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.51",
|
||||
"@storybook/blocks": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/csf-plugin": "7.0.0-alpha.52",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.52",
|
||||
"@storybook/mdx2-csf": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/postinstall": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/postinstall": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"fs-extra": "^9.0.1",
|
||||
"global": "^4.4.0",
|
||||
"remark-external-links": "^8.0.0",
|
||||
@ -128,7 +128,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Docs",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-essentials",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Curated addons to bring out the best of Storybook",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -111,24 +111,24 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-actions": "7.0.0-alpha.51",
|
||||
"@storybook/addon-backgrounds": "7.0.0-alpha.51",
|
||||
"@storybook/addon-controls": "7.0.0-alpha.51",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.51",
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.51",
|
||||
"@storybook/addon-measure": "7.0.0-alpha.51",
|
||||
"@storybook/addon-outline": "7.0.0-alpha.51",
|
||||
"@storybook/addon-toolbars": "7.0.0-alpha.51",
|
||||
"@storybook/addon-viewport": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/addon-actions": "7.0.0-alpha.52",
|
||||
"@storybook/addon-backgrounds": "7.0.0-alpha.52",
|
||||
"@storybook/addon-controls": "7.0.0-alpha.52",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.52",
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.52",
|
||||
"@storybook/addon-measure": "7.0.0-alpha.52",
|
||||
"@storybook/addon-outline": "7.0.0-alpha.52",
|
||||
"@storybook/addon-toolbars": "7.0.0-alpha.52",
|
||||
"@storybook/addon-viewport": "7.0.0-alpha.52",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@storybook/vue": "7.0.0-alpha.51",
|
||||
"@storybook/vue": "7.0.0-alpha.52",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -157,5 +157,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-highlight",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Highlight DOM nodes within your stories",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -60,8 +60,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -77,7 +77,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Highlight",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-interactions",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Automate, test and debug user interactions",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -72,15 +72,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@devtools-ds/object-inspector": "^1.1.2",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/instrumenter": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/instrumenter": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"jest-mock": "^27.0.6",
|
||||
"polished": "^4.2.2",
|
||||
@ -117,7 +117,7 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Interactions",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-jest",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "React storybook addon that show component jest report",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -69,12 +69,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react-sizeme": "^3.0.1",
|
||||
"upath": "^1.2.0"
|
||||
@ -104,7 +104,7 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Jest",
|
||||
"icon": "https://pbs.twimg.com/profile_images/821713465245102080/mMtKIMax_400x400.jpg",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-links",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Link stories together to build demos and prototypes with your UI components",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -76,12 +76,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/router": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/router": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"ts-dedent": "^2.0.0"
|
||||
@ -112,7 +112,7 @@
|
||||
"./src/react/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Links",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991673-48355c80-3c7c-11eb-9b6e-b627c96a75f6.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-measure",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Inspect layouts by visualizing the box model",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -74,12 +74,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -107,7 +107,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Measure",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-outline",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Outline all elements with CSS to help with layout placement and alignment",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -77,12 +77,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -111,7 +111,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Outline",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storyshots",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Take a code snapshot of every story automatically with Jest",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -38,13 +38,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jest/transform": "^29.3.1",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/babel-plugin-require-context-hook": "1.0.1",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/glob": "^7.1.3",
|
||||
"@types/jest-specific-snapshot": "^0.5.6",
|
||||
"core-js": "^3.8.2",
|
||||
@ -61,11 +61,11 @@
|
||||
"@angular/core": "^13.3.6",
|
||||
"@angular/platform-browser-dynamic": "^13.3.6",
|
||||
"@emotion/jest": "^11.8.0",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.51",
|
||||
"@storybook/angular": "7.0.0-alpha.51",
|
||||
"@storybook/react": "7.0.0-alpha.51",
|
||||
"@storybook/vue": "7.0.0-alpha.51",
|
||||
"@storybook/vue3": "7.0.0-alpha.51",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.52",
|
||||
"@storybook/angular": "7.0.0-alpha.52",
|
||||
"@storybook/react": "7.0.0-alpha.52",
|
||||
"@storybook/vue": "7.0.0-alpha.52",
|
||||
"@storybook/vue3": "7.0.0-alpha.52",
|
||||
"babel-loader": "^8.3.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-to-json": "^3.6.1",
|
||||
@ -143,7 +143,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Storyshots",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991676-48cdf300-3c7c-11eb-8aa1-944dab6ab29b.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storyshots-puppeteer",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Image snapshots addition to StoryShots based on puppeteer",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -35,8 +35,8 @@
|
||||
"dependencies": {
|
||||
"@axe-core/puppeteer": "^4.2.0",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/jest-image-snapshot": "^5.1.0",
|
||||
"jest-image-snapshot": "^6.0.0"
|
||||
},
|
||||
@ -45,7 +45,7 @@
|
||||
"puppeteer": "^2.0.0 || ^3.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@storybook/addon-storyshots": "7.0.0-alpha.51",
|
||||
"@storybook/addon-storyshots": "7.0.0-alpha.52",
|
||||
"puppeteer": ">=2.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@ -56,5 +56,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storysource",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "View a story’s source code to see how it works and paste into your app",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -53,13 +53,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/router": "7.0.0-alpha.51",
|
||||
"@storybook/source-loader": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/router": "7.0.0-alpha.52",
|
||||
"@storybook/source-loader": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"estraverse": "^5.2.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-syntax-highlighter": "^15.5.0"
|
||||
@ -91,7 +91,7 @@
|
||||
"./src/preset.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Storysource",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991675-48cdf300-3c7c-11eb-9400-58de5ac6daa7.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-toolbars",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Create your own toolbar items that control story rendering",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -67,11 +67,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51"
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.9.3"
|
||||
@ -98,7 +98,7 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Toolbars",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991677-48cdf300-3c7c-11eb-93b4-19b0e3366959.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-viewport",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Build responsive components by adjusting Storybook’s viewport size and orientation",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -72,12 +72,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"memoizerific": "^1.11.3",
|
||||
"prop-types": "^15.7.2"
|
||||
@ -108,7 +108,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded",
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666",
|
||||
"storybook": {
|
||||
"displayName": "Viewport",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991678-48cdf300-3c7c-11eb-9764-f8af293c1b28.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/angular",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -34,19 +34,19 @@
|
||||
"prep": "rimraf dist && ../../../scripts/node_modules/.bin/tsc --project tsconfig.build.json && echo \"Preventing passing flags to tsc\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"@types/react": "^16.14.34",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
@ -123,5 +123,5 @@
|
||||
"access": "public"
|
||||
},
|
||||
"builders": "dist/builders/builders.json",
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/ember",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
|
||||
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/ember",
|
||||
"bugs": {
|
||||
@ -31,12 +31,12 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -60,5 +60,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for HTML and Vite: Develop HTML in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,15 +51,15 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/html": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/html": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "3"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,10 +50,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/html": "7.0.0-alpha.51",
|
||||
"@storybook/preset-html-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/html": "7.0.0-alpha.52",
|
||||
"@storybook/preset-html-webpack": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
@ -78,5 +78,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/nextjs",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Next.js",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -59,12 +59,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/react": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/react": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"find-up": "^5.0.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
@ -80,7 +80,7 @@
|
||||
"tsconfig-paths-webpack-plugin": "^3.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "7.0.0-alpha.51",
|
||||
"@storybook/addon-actions": "7.0.0-alpha.52",
|
||||
"next": "^12.2.4",
|
||||
"typescript": "^4.9.3",
|
||||
"webpack": "^5.65.0"
|
||||
@ -119,5 +119,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preact-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Preact: Develop Preact Component in isolation.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,10 +50,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/preact": "7.0.0-alpha.51",
|
||||
"@storybook/preset-preact-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/preact": "7.0.0-alpha.52",
|
||||
"@storybook/preset-preact-webpack": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
@ -79,5 +79,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -53,13 +53,13 @@
|
||||
"dependencies": {
|
||||
"@joshwooding/vite-plugin-react-docgen-typescript": "^0.0.5",
|
||||
"@rollup/pluginutils": "^4.2.0",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/react": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/react": "7.0.0-alpha.52",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"ast-types": "^0.14.2",
|
||||
"magic-string": "^0.26.1",
|
||||
@ -88,5 +88,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,9 +51,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/react": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/react": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -86,5 +86,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/server-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,10 +50,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/preset-server-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/server": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/preset-server-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/server": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
@ -74,5 +74,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,14 +52,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-svelte-csf": "^2.0.0",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/svelte": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/svelte": "7.0.0-alpha.52",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0",
|
||||
"magic-string": "^0.26.1",
|
||||
"svelte": "^3.0.0",
|
||||
@ -92,5 +92,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/preset-svelte-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/svelte": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/preset-svelte-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/svelte": "7.0.0-alpha.52",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
},
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Vue2 and Vite: Develop Vue2 Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,15 +50,15 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/vue": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/vue": "7.0.0-alpha.52",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "^3.1.3",
|
||||
"vue-docgen-api": "^4.40.0"
|
||||
@ -83,5 +83,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,10 +50,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/preset-vue-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/vue": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/preset-vue-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/vue": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
@ -85,5 +85,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Vue3 and Vite: Develop Vue3 components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,14 +51,14 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/vue3": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/vue3": "7.0.0-alpha.52",
|
||||
"@vitejs/plugin-vue": "^3.0.0",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "^3.1.3",
|
||||
@ -82,5 +82,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,10 +50,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/preset-vue3-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/vue3": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/preset-vue3-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/vue3": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
@ -82,5 +82,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,15 +51,15 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/web-components": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/web-components": "7.0.0-alpha.52",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "3"
|
||||
},
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"lit-html",
|
||||
@ -53,10 +53,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/preset-web-components-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/web-components": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/preset-web-components-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/web-components": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -2,5 +2,5 @@
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"registry": "https://registry.npmjs.org",
|
||||
"version": "7.0.0-alpha.51"
|
||||
"version": "7.0.0-alpha.52"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addons",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook addons store",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,13 +42,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/router": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/router": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -63,5 +63,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/api",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Core Storybook API & Context",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,13 +45,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/router": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/router": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"dequal": "^2.0.2",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -63,7 +63,7 @@
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@types/lodash": "^4.14.167",
|
||||
"@types/qs": "^6",
|
||||
"flush-promises": "^1.0.2",
|
||||
@ -83,5 +83,5 @@
|
||||
"./src/shortcut.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export const version = '7.0.0-alpha.51';
|
||||
export const version = '7.0.0-alpha.52';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-manager",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook manager builder",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,9 +42,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/manager": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/manager": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@types/ejs": "^3.1.1",
|
||||
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.10",
|
||||
"browser-assert": "^1.2.1",
|
||||
@ -69,5 +69,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-vite",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "A plugin to run and build Storybooks with Vite",
|
||||
"homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-vite/#readme",
|
||||
"repository": {
|
||||
@ -19,14 +19,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/mdx2-csf": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/source-loader": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/source-loader": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"browser-assert": "^1.2.1",
|
||||
"es-module-lexer": "^0.9.3",
|
||||
@ -45,5 +45,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-webpack5",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -53,22 +53,22 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/router": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/router": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"@types/semver": "^7.3.4",
|
||||
"babel-loader": "^8.3.0",
|
||||
@ -119,5 +119,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channel-postmessage",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,9 +42,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"qs": "^6.10.0",
|
||||
"telejson": "^6.0.8"
|
||||
@ -60,5 +60,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channel-websocket",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"telejson": "^6.0.8"
|
||||
},
|
||||
@ -58,5 +58,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channels",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,5 +52,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sb",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook CLI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -24,7 +24,7 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/cli": "7.0.0-alpha.51"
|
||||
"@storybook/cli": "7.0.0-alpha.52"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.9.3"
|
||||
@ -32,5 +32,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "storybook",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook CLI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -27,7 +27,7 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/cli": "7.0.0-alpha.51"
|
||||
"@storybook/cli": "7.0.0-alpha.52"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.9.3"
|
||||
@ -35,5 +35,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/cli",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook's CLI - easiest method of adding storybook to your projects",
|
||||
"keywords": [
|
||||
"cli",
|
||||
@ -43,13 +43,13 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@storybook/codemod": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/telemetry": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/codemod": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/telemetry": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/semver": "^7.3.4",
|
||||
"boxen": "^5.1.2",
|
||||
"chalk": "^4.1.0",
|
||||
@ -77,7 +77,7 @@
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/prompts": "^2.0.9",
|
||||
"@types/puppeteer-core": "^2.1.0",
|
||||
@ -98,5 +98,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,86 +1,85 @@
|
||||
// auto generated file, do not edit
|
||||
export default {
|
||||
'@storybook/addon-a11y': '7.0.0-alpha.51',
|
||||
'@storybook/addon-actions': '7.0.0-alpha.51',
|
||||
'@storybook/addon-backgrounds': '7.0.0-alpha.51',
|
||||
'@storybook/addon-controls': '7.0.0-alpha.51',
|
||||
'@storybook/addon-docs': '7.0.0-alpha.51',
|
||||
'@storybook/addon-essentials': '7.0.0-alpha.51',
|
||||
'@storybook/addon-highlight': '7.0.0-alpha.51',
|
||||
'@storybook/addon-interactions': '7.0.0-alpha.51',
|
||||
'@storybook/addon-jest': '7.0.0-alpha.51',
|
||||
'@storybook/addon-links': '7.0.0-alpha.51',
|
||||
'@storybook/addon-measure': '7.0.0-alpha.51',
|
||||
'@storybook/addon-outline': '7.0.0-alpha.51',
|
||||
'@storybook/addon-storyshots': '7.0.0-alpha.51',
|
||||
'@storybook/addon-storyshots-puppeteer': '7.0.0-alpha.51',
|
||||
'@storybook/addon-storysource': '7.0.0-alpha.51',
|
||||
'@storybook/addon-toolbars': '7.0.0-alpha.51',
|
||||
'@storybook/addon-viewport': '7.0.0-alpha.51',
|
||||
'@storybook/addons': '7.0.0-alpha.51',
|
||||
'@storybook/angular': '7.0.0-alpha.51',
|
||||
'@storybook/api': '7.0.0-alpha.51',
|
||||
'@storybook/blocks': '7.0.0-alpha.51',
|
||||
'@storybook/builder-manager': '7.0.0-alpha.51',
|
||||
'@storybook/builder-vite': '7.0.0-alpha.51',
|
||||
'@storybook/builder-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/channel-postmessage': '7.0.0-alpha.51',
|
||||
'@storybook/channel-websocket': '7.0.0-alpha.51',
|
||||
'@storybook/channels': '7.0.0-alpha.51',
|
||||
'@storybook/cli': '7.0.0-alpha.51',
|
||||
'@storybook/client-api': '7.0.0-alpha.51',
|
||||
'@storybook/client-logger': '7.0.0-alpha.51',
|
||||
'@storybook/codemod': '7.0.0-alpha.51',
|
||||
'@storybook/components': '7.0.0-alpha.51',
|
||||
'@storybook/core-client': '7.0.0-alpha.51',
|
||||
'@storybook/core-common': '7.0.0-alpha.51',
|
||||
'@storybook/core-events': '7.0.0-alpha.51',
|
||||
'@storybook/core-server': '7.0.0-alpha.51',
|
||||
'@storybook/core-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/csf-tools': '7.0.0-alpha.51',
|
||||
'@storybook/docs-tools': '7.0.0-alpha.51',
|
||||
'@storybook/ember': '7.0.0-alpha.51',
|
||||
'@storybook/html': '7.0.0-alpha.51',
|
||||
'@storybook/html-vite': '7.0.0-alpha.51',
|
||||
'@storybook/html-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/instrumenter': '7.0.0-alpha.51',
|
||||
'@storybook/nextjs': '7.0.0-alpha.51',
|
||||
'@storybook/node-logger': '7.0.0-alpha.51',
|
||||
'@storybook/postinstall': '7.0.0-alpha.51',
|
||||
'@storybook/preact': '7.0.0-alpha.51',
|
||||
'@storybook/preact-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/preset-html-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-preact-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-react-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-server-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-svelte-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-vue-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-vue3-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preset-web-components-webpack': '7.0.0-alpha.51',
|
||||
'@storybook/preview-web': '7.0.0-alpha.51',
|
||||
'@storybook/react': '7.0.0-alpha.51',
|
||||
'@storybook/react-vite': '7.0.0-alpha.51',
|
||||
'@storybook/react-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/router': '7.0.0-alpha.51',
|
||||
'@storybook/server': '7.0.0-alpha.51',
|
||||
'@storybook/server-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/source-loader': '7.0.0-alpha.51',
|
||||
'@storybook/store': '7.0.0-alpha.51',
|
||||
'@storybook/svelte': '7.0.0-alpha.51',
|
||||
'@storybook/svelte-vite': '7.0.0-alpha.51',
|
||||
'@storybook/svelte-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/telemetry': '7.0.0-alpha.51',
|
||||
'@storybook/theming': '7.0.0-alpha.51',
|
||||
'@storybook/manager': '7.0.0-alpha.51',
|
||||
'@storybook/vue': '7.0.0-alpha.51',
|
||||
'@storybook/vue-vite': '7.0.0-alpha.51',
|
||||
'@storybook/vue-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/vue3': '7.0.0-alpha.51',
|
||||
'@storybook/vue3-vite': '7.0.0-alpha.51',
|
||||
'@storybook/vue3-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/web-components': '7.0.0-alpha.51',
|
||||
'@storybook/web-components-webpack5': '7.0.0-alpha.51',
|
||||
'@storybook/web-components-vite': '7.0.0-alpha.51',
|
||||
sb: '7.0.0-alpha.51',
|
||||
storybook: '7.0.0-alpha.51',
|
||||
'@storybook/addon-a11y': '7.0.0-alpha.52',
|
||||
'@storybook/addon-actions': '7.0.0-alpha.52',
|
||||
'@storybook/addon-backgrounds': '7.0.0-alpha.52',
|
||||
'@storybook/addon-controls': '7.0.0-alpha.52',
|
||||
'@storybook/addon-docs': '7.0.0-alpha.52',
|
||||
'@storybook/addon-essentials': '7.0.0-alpha.52',
|
||||
'@storybook/addon-highlight': '7.0.0-alpha.52',
|
||||
'@storybook/addon-interactions': '7.0.0-alpha.52',
|
||||
'@storybook/addon-jest': '7.0.0-alpha.52',
|
||||
'@storybook/addon-links': '7.0.0-alpha.52',
|
||||
'@storybook/addon-measure': '7.0.0-alpha.52',
|
||||
'@storybook/addon-outline': '7.0.0-alpha.52',
|
||||
'@storybook/addon-storyshots': '7.0.0-alpha.52',
|
||||
'@storybook/addon-storyshots-puppeteer': '7.0.0-alpha.52',
|
||||
'@storybook/addon-storysource': '7.0.0-alpha.52',
|
||||
'@storybook/addon-toolbars': '7.0.0-alpha.52',
|
||||
'@storybook/addon-viewport': '7.0.0-alpha.52',
|
||||
'@storybook/addons': '7.0.0-alpha.52',
|
||||
'@storybook/angular': '7.0.0-alpha.52',
|
||||
'@storybook/api': '7.0.0-alpha.52',
|
||||
'@storybook/blocks': '7.0.0-alpha.52',
|
||||
'@storybook/builder-manager': '7.0.0-alpha.52',
|
||||
'@storybook/builder-vite': '7.0.0-alpha.52',
|
||||
'@storybook/builder-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/channel-postmessage': '7.0.0-alpha.52',
|
||||
'@storybook/channel-websocket': '7.0.0-alpha.52',
|
||||
'@storybook/channels': '7.0.0-alpha.52',
|
||||
'@storybook/cli': '7.0.0-alpha.52',
|
||||
'@storybook/client-api': '7.0.0-alpha.52',
|
||||
'@storybook/client-logger': '7.0.0-alpha.52',
|
||||
'@storybook/codemod': '7.0.0-alpha.52',
|
||||
'@storybook/components': '7.0.0-alpha.52',
|
||||
'@storybook/core-client': '7.0.0-alpha.52',
|
||||
'@storybook/core-common': '7.0.0-alpha.52',
|
||||
'@storybook/core-events': '7.0.0-alpha.52',
|
||||
'@storybook/core-server': '7.0.0-alpha.52',
|
||||
'@storybook/core-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/csf-tools': '7.0.0-alpha.52',
|
||||
'@storybook/docs-tools': '7.0.0-alpha.52',
|
||||
'@storybook/ember': '7.0.0-alpha.52',
|
||||
'@storybook/html': '7.0.0-alpha.52',
|
||||
'@storybook/html-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/instrumenter': '7.0.0-alpha.52',
|
||||
'@storybook/nextjs': '7.0.0-alpha.52',
|
||||
'@storybook/node-logger': '7.0.0-alpha.52',
|
||||
'@storybook/postinstall': '7.0.0-alpha.52',
|
||||
'@storybook/preact': '7.0.0-alpha.52',
|
||||
'@storybook/preact-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/preset-html-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-preact-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-react-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-server-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-svelte-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-vue-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-vue3-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preset-web-components-webpack': '7.0.0-alpha.52',
|
||||
'@storybook/preview-web': '7.0.0-alpha.52',
|
||||
'@storybook/react': '7.0.0-alpha.52',
|
||||
'@storybook/react-vite': '7.0.0-alpha.52',
|
||||
'@storybook/react-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/router': '7.0.0-alpha.52',
|
||||
'@storybook/server': '7.0.0-alpha.52',
|
||||
'@storybook/server-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/source-loader': '7.0.0-alpha.52',
|
||||
'@storybook/store': '7.0.0-alpha.52',
|
||||
'@storybook/svelte': '7.0.0-alpha.52',
|
||||
'@storybook/svelte-vite': '7.0.0-alpha.52',
|
||||
'@storybook/svelte-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/telemetry': '7.0.0-alpha.52',
|
||||
'@storybook/theming': '7.0.0-alpha.52',
|
||||
'@storybook/manager': '7.0.0-alpha.52',
|
||||
'@storybook/vue': '7.0.0-alpha.52',
|
||||
'@storybook/vue-vite': '7.0.0-alpha.52',
|
||||
'@storybook/vue-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/vue3': '7.0.0-alpha.52',
|
||||
'@storybook/vue3-vite': '7.0.0-alpha.52',
|
||||
'@storybook/vue3-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/web-components': '7.0.0-alpha.52',
|
||||
'@storybook/web-components-webpack5': '7.0.0-alpha.52',
|
||||
'@storybook/web-components-vite': '7.0.0-alpha.52',
|
||||
sb: '7.0.0-alpha.52',
|
||||
storybook: '7.0.0-alpha.52',
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/client-api",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Client API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,11 +42,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/qs": "^6.9.5",
|
||||
"@types/webpack-env": "^1.16.4",
|
||||
"global": "^4.4.0",
|
||||
@ -56,7 +56,7 @@
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -71,5 +71,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/client-logger",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -55,5 +55,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/codemod",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "A collection of codemod scripts written with JSCodeshift",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -39,9 +39,9 @@
|
||||
"dependencies": {
|
||||
"@babel/types": "^7.20.2",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"globby": "^11.0.2",
|
||||
"jscodeshift": "^0.13.1",
|
||||
@ -64,5 +64,5 @@
|
||||
"./src/index.js"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-client",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -35,17 +35,17 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
@ -65,5 +65,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-common",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/babel__core": "^7.1.20",
|
||||
"@types/express": "^4.7.0",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
@ -97,5 +97,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-events",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Event names used in storybook core",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,5 +52,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-server",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -35,17 +35,17 @@
|
||||
"dependencies": {
|
||||
"@aw-web-design/x-default-browser": "1.4.88",
|
||||
"@discoveryjs/json-ext": "^0.5.3",
|
||||
"@storybook/builder-manager": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/builder-manager": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.51",
|
||||
"@storybook/docs-mdx": "0.0.1-canary.12433cf.0",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/telemetry": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.52",
|
||||
"@storybook/docs-mdx": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/telemetry": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"@types/pretty-hrtime": "^1.0.0",
|
||||
@ -77,7 +77,7 @@
|
||||
"ws": "^8.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.51",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.52",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/ip": "^1.1.0",
|
||||
"@types/serve-favicon": "^2.5.2",
|
||||
@ -102,5 +102,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -27,20 +27,6 @@ jest.mock('@storybook/csf', () => {
|
||||
};
|
||||
});
|
||||
|
||||
// FIXME: can't figure out how to import ESM
|
||||
jest.mock('@storybook/docs-mdx', async () => ({
|
||||
analyze(content: string) {
|
||||
const importMatches = content.matchAll(/'(.[^']*\.stories)'/g);
|
||||
const imports = Array.from(importMatches).map((match) => match[1]);
|
||||
const title = content.match(/title=['"](.*)['"]/)?.[1];
|
||||
const name = content.match(/name=['"](.*)['"]/)?.[1];
|
||||
const ofMatch = content.match(/of=\{(.*)\}/)?.[1];
|
||||
const isTemplate = content.match(/isTemplate/);
|
||||
const tags = ['mdx'];
|
||||
return { title, name, tags, imports, of: ofMatch && imports.length && imports[0], isTemplate };
|
||||
},
|
||||
}));
|
||||
|
||||
jest.mock('@storybook/node-logger');
|
||||
|
||||
const toIdMock = toId as jest.Mock<ReturnType<typeof toId>>;
|
||||
@ -507,8 +493,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
@ -621,8 +607,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
@ -636,8 +622,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
@ -660,8 +646,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"standalone": true,
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "docs2/Yabbadabbadooo",
|
||||
"type": "docs",
|
||||
@ -673,8 +659,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"standalone": true,
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "NoTitle",
|
||||
"type": "docs",
|
||||
@ -764,8 +750,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
@ -779,8 +765,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
@ -803,8 +789,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"standalone": true,
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "docs2/Yabbadabbadooo",
|
||||
"type": "docs",
|
||||
@ -816,8 +802,8 @@ describe('StoryIndexGenerator', () => {
|
||||
"standalone": true,
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"mdx",
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "NoTitle",
|
||||
"type": "docs",
|
||||
|
@ -24,6 +24,7 @@ import { normalizeStoryPath } from '@storybook/core-common';
|
||||
import { logger } from '@storybook/node-logger';
|
||||
import { getStorySortParameter, NoMetaError } from '@storybook/csf-tools';
|
||||
import { toId } from '@storybook/csf';
|
||||
import { analyze } from '@storybook/docs-mdx';
|
||||
|
||||
/** A .mdx file will produce a "standalone" docs entry */
|
||||
type DocsCacheEntry = Addon_StandaloneDocsIndexEntry;
|
||||
@ -266,14 +267,6 @@ export class StoryIndexGenerator {
|
||||
const normalizedPath = normalizeStoryPath(relativePath);
|
||||
const importPath = slash(normalizedPath);
|
||||
|
||||
// This `await require(...)` is a bit of a hack. It's necessary because
|
||||
// `docs-mdx` depends on ESM code, which must be asynchronously imported
|
||||
// to be used in CJS. Unfortunately, we cannot use `import()` here, because
|
||||
// it will be transpiled down to `require()` by Babel. So instead, we require
|
||||
// a CJS export from `@storybook/docs-mdx` that does the `async import` for us.
|
||||
|
||||
// eslint-disable-next-line global-require
|
||||
const { analyze } = await require('@storybook/docs-mdx');
|
||||
const content = await fs.readFile(absolutePath, 'utf8');
|
||||
const result: {
|
||||
title?: ComponentTitle;
|
||||
@ -293,7 +286,7 @@ export class StoryIndexGenerator {
|
||||
|
||||
// Go through the cache and collect all of the cache entries that this docs file depends on.
|
||||
// We'll use this to make sure this docs cache entry is invalidated when any of its dependents
|
||||
// are invalidated.
|
||||
// are invalidated.f
|
||||
const dependencies = this.findDependencies(absoluteImports);
|
||||
|
||||
// Also, if `result.of` is set, it means that we're using the `<Meta of={XStories} />` syntax,
|
||||
@ -335,7 +328,7 @@ export class StoryIndexGenerator {
|
||||
importPath,
|
||||
storiesImports: dependencies.map((dep) => dep.entries[0].importPath),
|
||||
type: 'docs',
|
||||
tags: [...(result.tags || []), 'docs'],
|
||||
tags: [...(result.tags || []), 'docs', 'mdx'],
|
||||
standalone: true,
|
||||
};
|
||||
return docsEntry;
|
||||
|
@ -1,6 +1,6 @@
|
||||
import * as AStories from '../src/A.stories';
|
||||
|
||||
<!-- This is the same name as a story -->
|
||||
{/* This is the same name as a story */}
|
||||
|
||||
<Meta of={AStories} name="Story One" />
|
||||
|
||||
|
@ -17,17 +17,6 @@ import { StoryIndexGenerator } from './StoryIndexGenerator';
|
||||
jest.mock('watchpack');
|
||||
jest.mock('lodash/debounce');
|
||||
|
||||
// FIXME: can't figure out how to import ESM
|
||||
jest.mock('@storybook/docs-mdx', async () => ({
|
||||
analyze(content: string) {
|
||||
const importMatches = content.matchAll(/'(.[^']*\.stories)'/g);
|
||||
const imports = Array.from(importMatches).map((match) => match[1]);
|
||||
const title = content.match(/title=['"](.*)['"]/)?.[1];
|
||||
const ofMatch = content.match(/of=\{(.*)\}/)?.[1];
|
||||
return { title, imports, of: ofMatch && imports.length && imports[0] };
|
||||
},
|
||||
}));
|
||||
|
||||
const workingDir = path.join(__dirname, '__mockdata__');
|
||||
const normalizedStories = [
|
||||
normalizeStoriesEntry(
|
||||
@ -138,6 +127,22 @@ describe('useStoriesJson', () => {
|
||||
],
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
},
|
||||
"a--second-docs": Object {
|
||||
"id": "a--second-docs",
|
||||
"importPath": "./src/docs2/SecondMetaOf.mdx",
|
||||
"name": "Second Docs",
|
||||
"standalone": true,
|
||||
"storiesImports": Array [
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
"type": "docs",
|
||||
@ -183,22 +188,11 @@ describe('useStoriesJson', () => {
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "docs2/NoTitle",
|
||||
"type": "docs",
|
||||
},
|
||||
"docs2-template--docs": Object {
|
||||
"id": "docs2-template--docs",
|
||||
"importPath": "./src/docs2/Template.mdx",
|
||||
"name": "docs",
|
||||
"standalone": true,
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"docs",
|
||||
],
|
||||
"title": "docs2/Template",
|
||||
"type": "docs",
|
||||
},
|
||||
"docs2-yabbadabbadooo--docs": Object {
|
||||
"id": "docs2-yabbadabbadooo--docs",
|
||||
"importPath": "./src/docs2/Title.mdx",
|
||||
@ -207,6 +201,7 @@ describe('useStoriesJson', () => {
|
||||
"storiesImports": Array [],
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "docs2/Yabbadabbadooo",
|
||||
"type": "docs",
|
||||
@ -308,6 +303,28 @@ describe('useStoriesJson', () => {
|
||||
"story": "docs",
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
},
|
||||
"a--second-docs": Object {
|
||||
"id": "a--second-docs",
|
||||
"importPath": "./src/docs2/SecondMetaOf.mdx",
|
||||
"kind": "A",
|
||||
"name": "Second Docs",
|
||||
"parameters": Object {
|
||||
"__id": "a--second-docs",
|
||||
"docsOnly": true,
|
||||
"fileName": "./src/docs2/SecondMetaOf.mdx",
|
||||
},
|
||||
"standalone": true,
|
||||
"storiesImports": Array [
|
||||
"./src/A.stories.js",
|
||||
],
|
||||
"story": "Second Docs",
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "A",
|
||||
},
|
||||
@ -377,27 +394,10 @@ describe('useStoriesJson', () => {
|
||||
"story": "docs",
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "docs2/NoTitle",
|
||||
},
|
||||
"docs2-template--docs": Object {
|
||||
"id": "docs2-template--docs",
|
||||
"importPath": "./src/docs2/Template.mdx",
|
||||
"kind": "docs2/Template",
|
||||
"name": "docs",
|
||||
"parameters": Object {
|
||||
"__id": "docs2-template--docs",
|
||||
"docsOnly": true,
|
||||
"fileName": "./src/docs2/Template.mdx",
|
||||
},
|
||||
"standalone": true,
|
||||
"storiesImports": Array [],
|
||||
"story": "docs",
|
||||
"tags": Array [
|
||||
"docs",
|
||||
],
|
||||
"title": "docs2/Template",
|
||||
},
|
||||
"docs2-yabbadabbadooo--docs": Object {
|
||||
"id": "docs2-yabbadabbadooo--docs",
|
||||
"importPath": "./src/docs2/Title.mdx",
|
||||
@ -413,6 +413,7 @@ describe('useStoriesJson', () => {
|
||||
"story": "docs",
|
||||
"tags": Array [
|
||||
"docs",
|
||||
"mdx",
|
||||
],
|
||||
"title": "docs2/Yabbadabbadooo",
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,9 +42,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -61,5 +61,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/csf-plugin",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Enrich CSF files via static analysis",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,7 +42,7 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/csf-tools": "7.0.0-alpha.51",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.52",
|
||||
"unplugin": "^0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -56,5 +56,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/csf-tools",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -44,7 +44,7 @@
|
||||
"dependencies": {
|
||||
"@babel/types": "^7.20.2",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"fs-extra": "^9.0.1",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -64,5 +64,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/docs-tools",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Shared utility functions for frameworks to implement docs",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -43,9 +43,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"doctrine": "^3.0.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@ -62,5 +62,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/instrumenter",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,10 +42,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
@ -60,5 +60,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/node-logger",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -59,5 +59,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/postinstall",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook addons postinstall utilities",
|
||||
"keywords": [
|
||||
"api",
|
||||
@ -56,5 +56,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preview-web",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,12 +42,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"ansi-to-html": "^0.6.11",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -57,7 +57,7 @@
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"react": "16.14.0",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
@ -69,5 +69,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/router",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Core Storybook Router",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -47,7 +47,7 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"memoizerific": "^1.11.3",
|
||||
"qs": "^6.10.0"
|
||||
},
|
||||
@ -74,5 +74,5 @@
|
||||
"./src/utils.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/source-loader",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Source loader",
|
||||
"keywords": [
|
||||
"lib",
|
||||
@ -44,7 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"estraverse": "^5.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
"prettier": "^2.7.1"
|
||||
@ -66,5 +66,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/store",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,11 +42,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"dequal": "^2.0.2",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -72,5 +72,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/telemetry",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Telemetry logging for crash reports and usage statistics",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-common": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-common": "7.0.0-alpha.52",
|
||||
"chalk": "^4.1.0",
|
||||
"detect-package-manager": "^2.0.1",
|
||||
"fetch-retry": "^5.0.2",
|
||||
@ -64,5 +64,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/theming",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Core Storybook Components",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -48,7 +48,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"memoizerific": "^1.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -79,5 +79,5 @@
|
||||
],
|
||||
"post": "./scripts/fix-theme-type-export.ts"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/types",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Core Storybook Types",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -60,5 +60,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/root",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"private": true,
|
||||
"description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.",
|
||||
"keywords": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-html-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,7 +50,7 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"html-loader": "^3.1.0",
|
||||
"react": "16.14.0",
|
||||
@ -75,5 +75,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-preact-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Preact: Develop Preact Component in isolation.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,7 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
@ -76,5 +76,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-react-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -74,10 +74,10 @@
|
||||
"@babel/preset-flow": "^7.18.6",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/react": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"@storybook/react": "7.0.0-alpha.52",
|
||||
"@storybook/react-docgen-typescript-plugin": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"@types/semver": "^7.3.4",
|
||||
@ -123,5 +123,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-server-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -55,9 +55,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-server": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/server": "7.0.0-alpha.51",
|
||||
"@storybook/core-server": "7.0.0-alpha.52",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/server": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
@ -85,5 +85,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-svelte-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -65,8 +65,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/node-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/node-logger": "7.0.0-alpha.52",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"sveltedoc-parser": "^4.2.1",
|
||||
@ -97,5 +97,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-vue-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -60,8 +60,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -99,5 +99,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-vue3-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -60,8 +60,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -96,5 +96,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-web-components-webpack",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"lit-html",
|
||||
@ -55,7 +55,7 @@
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.51",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.52",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"babel-loader": "^7.0.0 || ^8.0.0",
|
||||
"babel-plugin-bundled-import-meta": "^0.3.1",
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook HTML renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,12 +51,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preact",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Preact renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -80,5 +80,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook React renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,12 +52,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/estree": "^0.0.51",
|
||||
"@types/node": "^16.0.0 || ^18.0.0",
|
||||
"acorn": "^7.4.1",
|
||||
@ -103,5 +103,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/server",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Server renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,11 +51,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -77,5 +77,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Svelte renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -55,12 +55,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -90,5 +90,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Vue renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,12 +51,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -92,5 +92,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Vue 3 renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,11 +51,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -92,5 +92,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook web-components renderer",
|
||||
"keywords": [
|
||||
"lit-html",
|
||||
@ -53,14 +53,14 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/core-client": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/core-client": "7.0.0-alpha.52",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
@ -87,5 +87,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/blocks",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Storybook Doc Blocks",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,17 +42,17 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.51",
|
||||
"@storybook/preview-web": "7.0.0-alpha.51",
|
||||
"@storybook/store": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.52",
|
||||
"@storybook/preview-web": "7.0.0-alpha.52",
|
||||
"@storybook/store": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@types/lodash": "^4.14.167",
|
||||
"color-convert": "^2.0.1",
|
||||
"dequal": "^2.0.2",
|
||||
@ -66,8 +66,8 @@
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/addon-actions": "7.0.0-alpha.52",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@types/color-convert": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -82,5 +82,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/components",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Core Storybook Components",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"memoizerific": "^1.11.3",
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
@ -87,5 +87,5 @@
|
||||
],
|
||||
"platform": "neutral"
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/manager",
|
||||
"version": "7.0.0-alpha.51",
|
||||
"version": "7.0.0-alpha.52",
|
||||
"description": "Core Storybook UI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -53,17 +53,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
||||
"@storybook/addons": "7.0.0-alpha.51",
|
||||
"@storybook/api": "7.0.0-alpha.51",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.51",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.51",
|
||||
"@storybook/channels": "7.0.0-alpha.51",
|
||||
"@storybook/client-logger": "7.0.0-alpha.51",
|
||||
"@storybook/components": "7.0.0-alpha.51",
|
||||
"@storybook/core-events": "7.0.0-alpha.51",
|
||||
"@storybook/router": "7.0.0-alpha.51",
|
||||
"@storybook/theming": "7.0.0-alpha.51",
|
||||
"@storybook/types": "7.0.0-alpha.51",
|
||||
"@storybook/addons": "7.0.0-alpha.52",
|
||||
"@storybook/api": "7.0.0-alpha.52",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.52",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.52",
|
||||
"@storybook/channels": "7.0.0-alpha.52",
|
||||
"@storybook/client-logger": "7.0.0-alpha.52",
|
||||
"@storybook/components": "7.0.0-alpha.52",
|
||||
"@storybook/core-events": "7.0.0-alpha.52",
|
||||
"@storybook/router": "7.0.0-alpha.52",
|
||||
"@storybook/theming": "7.0.0-alpha.52",
|
||||
"@storybook/types": "7.0.0-alpha.52",
|
||||
"@testing-library/react": "^11.2.2",
|
||||
"@types/semver": "^7.3.4",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
@ -100,5 +100,5 @@
|
||||
"./src/runtime.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
|
||||
"gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
|
||||
}
|
||||
|
2019
code/yarn.lock
2019
code/yarn.lock
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
{"version":"7.0.0-alpha.51","info":{"plain":"#### Bug Fixes\n\n- NextJS: Fix out-of-the-box babel handling [#19842](https://github.com/storybooks/storybook/pull/19842)\n- NextJS: Fix import url on windows [#19798](https://github.com/storybooks/storybook/pull/19798)\n- UI: Fix panel invisible for any addon listed after the interactions panel [#19771](https://github.com/storybooks/storybook/pull/19771)\n- Core: Bail preview builder on failure [#19849](https://github.com/storybooks/storybook/pull/19849)\n- Core: Fix double esbuild-register register [#19852](https://github.com/storybooks/storybook/pull/19852)\n- Composition: Fix regression in the `#root` to `#storybook-root` change [#19848](https://github.com/storybooks/storybook/pull/19848)\n- UI: Fix `showPanel=false` doesn't work on mobile view [#19807](https://github.com/storybooks/storybook/pull/19807)\n\n#### Maintenance\n\n- CLI: Replace degit with giget [#19870](https://github.com/storybooks/storybook/pull/19870)\n- Build: Bundle lib/channel-websocket with tsup [#19694](https://github.com/storybooks/storybook/pull/19694)\n- Maintenance: Upgrade monorepo to TS 4.9 [#19869](https://github.com/storybooks/storybook/pull/19869)\n\n#### Build\n\n- Build: Downgrade @types/node [#19890](https://github.com/storybooks/storybook/pull/19890)\n- Maintenance: Add angular 14 template and skip test runner on angular 15 for now [#19871](https://github.com/storybooks/storybook/pull/19871)\n- Build: Upgrade Jest to 29 [#19863](https://github.com/storybooks/storybook/pull/19863)\n- Build: Fix chromatic version to 6.11.2 in local scripts [#19889](https://github.com/storybooks/storybook/pull/19889)\n- Build: Pin chromatic version to 6.11.2 to temporary fix flakiness [#19874](https://github.com/storybooks/storybook/pull/19874)\n\n#### Dependency Upgrades\n\n- Bump mdx2-csf dependency [#19885](https://github.com/storybooks/storybook/pull/19885)"}}
|
||||
{"version":"7.0.0-alpha.52","info":{"plain":"#### Bug Fixes\n\n- NextJS: Fix v13 `next/link` [#19834](https://github.com/storybooks/storybook/pull/19834)\n- Docs: Fix ordering of entries in `Stories` block [#19907](https://github.com/storybooks/storybook/pull/19907)\n\n#### Build\n\n- Maintenance: fix execa usage in build and check scripts [#19909](https://github.com/storybooks/storybook/pull/19909)\n- Use execa 6.x in `scripts` [#19759](https://github.com/storybooks/storybook/pull/19759)\n- Build: Create a generate task and use in the sandbox process [#19840](https://github.com/storybooks/storybook/pull/19840)\n\n#### Dependency Upgrades\n\n- Upgrade docs-mdx to fix yarn pnp [#19835](https://github.com/storybooks/storybook/pull/19835)"}}
|
Loading…
x
Reference in New Issue
Block a user