mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
Merge branch 'next' into tech/peer-dep-attempt
This commit is contained in:
commit
5734438af0
28
CHANGELOG.md
28
CHANGELOG.md
@ -1,3 +1,31 @@
|
||||
## 7.0.0-alpha.59 (December 6, 2022)
|
||||
|
||||
#### Features
|
||||
|
||||
- CSF: Add satisfies support to csf-tools [#20088](https://github.com/storybooks/storybook/pull/20088)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Next.js: only set next/future/image mocks from version 12.2 [#20098](https://github.com/storybooks/storybook/pull/20098)
|
||||
- Core: Batch the loading of CSF files for `extract()` etc [#20055](https://github.com/storybooks/storybook/pull/20055)
|
||||
- Fix SSR in external docs via `node` exports [#20083](https://github.com/storybooks/storybook/pull/20083)
|
||||
- CLI: Improve sb-scripts automigration logic [#20035](https://github.com/storybooks/storybook/pull/20035)
|
||||
|
||||
#### Maintenance
|
||||
|
||||
- Revert "Telemetry: Add precedingUpgrade data to dev/build events" [#20105](https://github.com/storybooks/storybook/pull/20105)
|
||||
- Telemetry: Instrument init event [#20097](https://github.com/storybooks/storybook/pull/20097)
|
||||
|
||||
#### Build
|
||||
|
||||
- Fix next [#20106](https://github.com/storybooks/storybook/pull/20106)
|
||||
- Build: Run sb init locally in sandbox creation [#20100](https://github.com/storybooks/storybook/pull/20100)
|
||||
- Build: Add missing dependencies to manager, unify TS to ~4.9.3 [#20021](https://github.com/storybooks/storybook/pull/20021)
|
||||
|
||||
#### Dependency Upgrades
|
||||
|
||||
- Bump store2 to 2.14.2 license clarification [#19899](https://github.com/storybooks/storybook/pull/19899)
|
||||
|
||||
## 7.0.0-alpha.58 (December 5, 2022)
|
||||
|
||||
#### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-a11y",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.59",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"axe-core": "^4.2.0",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -102,7 +102,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"dequal": "^2.0.2",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -120,7 +120,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"storybook": {
|
||||
"displayName": "Actions",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-backgrounds",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Switch backgrounds to view components in different settings",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -75,13 +75,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"memoizerific": "^1.11.3",
|
||||
"ts-dedent": "^2.0.0"
|
||||
@ -111,7 +111,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Interact with component inputs dynamically in the Storybook UI",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -67,15 +67,15 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/blocks": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/blocks": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"lodash": "^4.17.21",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -101,7 +101,7 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Document component usage and properties in Markdown",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -99,16 +99,16 @@
|
||||
"@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.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/csf-plugin": "7.0.0-alpha.58",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.58",
|
||||
"@storybook/blocks": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/csf-plugin": "7.0.0-alpha.59",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.59",
|
||||
"@storybook/mdx2-csf": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/postinstall": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/postinstall": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"fs-extra": "^9.0.1",
|
||||
"global": "^4.4.0",
|
||||
"remark-external-links": "^8.0.0",
|
||||
@ -135,7 +135,7 @@
|
||||
"./src/shims/mdx-react-shim.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Curated addons to bring out the best of Storybook",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -116,23 +116,23 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-actions": "7.0.0-alpha.58",
|
||||
"@storybook/addon-backgrounds": "7.0.0-alpha.58",
|
||||
"@storybook/addon-controls": "7.0.0-alpha.58",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.58",
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.58",
|
||||
"@storybook/addon-measure": "7.0.0-alpha.58",
|
||||
"@storybook/addon-outline": "7.0.0-alpha.58",
|
||||
"@storybook/addon-toolbars": "7.0.0-alpha.58",
|
||||
"@storybook/addon-viewport": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/addon-actions": "7.0.0-alpha.59",
|
||||
"@storybook/addon-backgrounds": "7.0.0-alpha.59",
|
||||
"@storybook/addon-controls": "7.0.0-alpha.59",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.59",
|
||||
"@storybook/addon-highlight": "7.0.0-alpha.59",
|
||||
"@storybook/addon-measure": "7.0.0-alpha.59",
|
||||
"@storybook/addon-outline": "7.0.0-alpha.59",
|
||||
"@storybook/addon-toolbars": "7.0.0-alpha.59",
|
||||
"@storybook/addon-viewport": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/vue": "7.0.0-alpha.58",
|
||||
"@storybook/vue": "7.0.0-alpha.59",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -163,5 +163,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-highlight",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Highlight DOM nodes within your stories",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -60,8 +60,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -77,7 +77,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Highlight",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-interactions",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Automate, test and debug user interactions",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -71,15 +71,15 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/instrumenter": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/instrumenter": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"jest-mock": "^27.0.6",
|
||||
"polished": "^4.2.2",
|
||||
@ -117,7 +117,7 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"storybook": {
|
||||
"displayName": "Interactions",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-jest",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "React storybook addon that show component jest report",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -69,12 +69,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"react-sizeme": "^3.0.1",
|
||||
"upath": "^1.2.0"
|
||||
@ -104,7 +104,7 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Link stories together to build demos and prototypes with your UI components",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -76,13 +76,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/router": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/router": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"ts-dedent": "^2.0.0"
|
||||
@ -113,7 +113,7 @@
|
||||
"./src/react/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Inspect layouts by visualizing the box model",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -74,12 +74,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -107,7 +107,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"storybook": {
|
||||
"displayName": "Measure",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-outline",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -111,7 +111,7 @@
|
||||
"./src/preview.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"storybook": {
|
||||
"displayName": "Outline",
|
||||
"unsupportedFrameworks": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storyshots",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Take a code snapshot of every story automatically with Jest",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -39,11 +39,11 @@
|
||||
"dependencies": {
|
||||
"@jest/transform": "^29.3.1",
|
||||
"@storybook/babel-plugin-require-context-hook": "1.0.1",
|
||||
"@storybook/client-api": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-api": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/glob": "^7.1.3",
|
||||
"@types/jest-specific-snapshot": "^0.5.6",
|
||||
"core-js": "^3.8.2",
|
||||
@ -60,11 +60,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.58",
|
||||
"@storybook/angular": "7.0.0-alpha.58",
|
||||
"@storybook/react": "7.0.0-alpha.58",
|
||||
"@storybook/vue": "7.0.0-alpha.58",
|
||||
"@storybook/vue3": "7.0.0-alpha.58",
|
||||
"@storybook/addon-docs": "7.0.0-alpha.59",
|
||||
"@storybook/angular": "7.0.0-alpha.59",
|
||||
"@storybook/react": "7.0.0-alpha.59",
|
||||
"@storybook/vue": "7.0.0-alpha.59",
|
||||
"@storybook/vue3": "7.0.0-alpha.59",
|
||||
"babel-loader": "^8.3.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-to-json": "^3.6.1",
|
||||
@ -142,7 +142,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@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.58",
|
||||
"@storybook/addon-storyshots": "7.0.0-alpha.59",
|
||||
"puppeteer": ">=2.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@ -56,5 +56,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storysource",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/router": "7.0.0-alpha.58",
|
||||
"@storybook/source-loader": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/router": "7.0.0-alpha.59",
|
||||
"@storybook/source-loader": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"estraverse": "^5.2.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-syntax-highlighter": "^15.5.0"
|
||||
@ -91,7 +91,7 @@
|
||||
"./src/preset.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Create your own toolbar items that control story rendering",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -67,11 +67,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58"
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~4.9.3"
|
||||
@ -98,7 +98,7 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"memoizerific": "^1.11.3",
|
||||
"prop-types": "^15.7.2"
|
||||
@ -108,7 +108,7 @@
|
||||
"./src/preview.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05",
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -34,18 +34,18 @@
|
||||
"prep": "rimraf dist && ../../../scripts/node_modules/.bin/tsc --project tsconfig.build.json && echo \"Preventing passing flags to tsc\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/react": "^16.14.34",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
@ -122,5 +122,5 @@
|
||||
"access": "public"
|
||||
},
|
||||
"builders": "dist/builders/builders.json",
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/ember",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
|
||||
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/ember",
|
||||
"bugs": {
|
||||
@ -31,11 +31,11 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"read-pkg-up": "^7.0.1",
|
||||
"ts-dedent": "^2.0.0"
|
||||
@ -59,5 +59,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.58",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.58",
|
||||
"@storybook/client-api": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.58",
|
||||
"@storybook/html": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-web": "7.0.0-alpha.58",
|
||||
"@storybook/addons": "7.0.0-alpha.59",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.59",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.59",
|
||||
"@storybook/client-api": "7.0.0-alpha.59",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/html": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-web": "7.0.0-alpha.59",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "3"
|
||||
},
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/html": "7.0.0-alpha.58",
|
||||
"@storybook/preset-html-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/html": "7.0.0-alpha.59",
|
||||
"@storybook/preset-html-webpack": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
@ -78,5 +78,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/nextjs",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for Next.js",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -59,12 +59,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/react": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/react": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.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.58",
|
||||
"@storybook/addon-actions": "7.0.0-alpha.59",
|
||||
"next": "^13.0.5",
|
||||
"typescript": "^4.9.3",
|
||||
"webpack": "^5.65.0"
|
||||
@ -119,5 +119,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preact-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preact": "7.0.0-alpha.58",
|
||||
"@storybook/preset-preact-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preact": "7.0.0-alpha.59",
|
||||
"@storybook/preset-preact-webpack": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -79,5 +79,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -53,8 +53,8 @@
|
||||
"dependencies": {
|
||||
"@joshwooding/vite-plugin-react-docgen-typescript": "^0.0.5",
|
||||
"@rollup/pluginutils": "^4.2.0",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/react": "7.0.0-alpha.58",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/react": "7.0.0-alpha.59",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"ast-types": "^0.14.2",
|
||||
"magic-string": "^0.26.1",
|
||||
@ -83,5 +83,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/react": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/preset-react-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/react": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -86,5 +86,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/server-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preset-server-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/server": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preset-server-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/server": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -76,5 +76,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,9 +52,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-svelte-csf": "^2.0.0",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/svelte": "7.0.0-alpha.58",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/svelte": "7.0.0-alpha.59",
|
||||
"@sveltejs/vite-plugin-svelte": "^1.0.0",
|
||||
"magic-string": "^0.26.1",
|
||||
"svelte": "^3.0.0",
|
||||
@ -89,5 +89,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preset-svelte-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/svelte": "7.0.0-alpha.58"
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preset-svelte-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/svelte": "7.0.0-alpha.59"
|
||||
},
|
||||
"devDependencies": {
|
||||
"svelte": "^3.48.0",
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/sveltekit",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for SvelteKit",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -51,8 +51,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/svelte-vite": "7.0.0-alpha.58"
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/svelte-vite": "7.0.0-alpha.59"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.0.0",
|
||||
@ -80,5 +80,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for Vue2 and Vite: Develop Vue2 Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -50,10 +50,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.58",
|
||||
"@storybook/vue": "7.0.0-alpha.58",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/vue": "7.0.0-alpha.59",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "^3.1.3",
|
||||
"vue-docgen-api": "^4.40.0"
|
||||
@ -80,5 +80,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preset-vue-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/vue": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preset-vue-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/vue": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -85,5 +85,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for Vue3 and Vite: Develop Vue3 components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,9 +51,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.58",
|
||||
"@storybook/vue3": "7.0.0-alpha.58",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/vue3": "7.0.0-alpha.59",
|
||||
"@vitejs/plugin-vue": "^3.0.0",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "^3.1.3",
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preset-vue3-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/vue3": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preset-vue3-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/vue3": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -82,5 +82,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/builder-vite": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/web-components": "7.0.0-alpha.58",
|
||||
"@storybook/builder-vite": "7.0.0-alpha.59",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/web-components": "7.0.0-alpha.59",
|
||||
"magic-string": "^0.26.1",
|
||||
"vite": "3"
|
||||
},
|
||||
@ -80,5 +80,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preset-web-components-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/web-components": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preset-web-components-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/web-components": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -81,5 +81,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -2,5 +2,5 @@
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"registry": "https://registry.npmjs.org",
|
||||
"version": "7.0.0-alpha.58"
|
||||
"version": "7.0.0-alpha.59"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addons",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook addons store",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,9 +42,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58"
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
@ -58,5 +58,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-manager",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/manager": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/manager": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@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": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-vite",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "A plugin to run and build Storybooks with Vite",
|
||||
"homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-vite/#readme",
|
||||
"bugs": {
|
||||
@ -42,14 +42,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/mdx2-csf": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/source-loader": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/source-loader": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"browser-assert": "^1.2.1",
|
||||
"es-module-lexer": "^0.9.3",
|
||||
@ -91,5 +91,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-webpack5",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -54,24 +54,24 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/addons": "7.0.0-alpha.58",
|
||||
"@storybook/api": "7.0.0-alpha.58",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.58",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-api": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/router": "7.0.0-alpha.58",
|
||||
"@storybook/store": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/addons": "7.0.0-alpha.59",
|
||||
"@storybook/api": "7.0.0-alpha.59",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.59",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.59",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-api": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/router": "7.0.0-alpha.59",
|
||||
"@storybook/store": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/semver": "^7.3.4",
|
||||
"babel-loader": "^8.3.0",
|
||||
@ -126,5 +126,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channel-postmessage",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,9 +42,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"qs": "^6.10.0",
|
||||
"telejson": "^7.0.3"
|
||||
@ -60,5 +60,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channel-websocket",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"telejson": "^7.0.3"
|
||||
},
|
||||
@ -58,5 +58,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channels",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,5 +52,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sb",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook CLI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -24,7 +24,7 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/cli": "7.0.0-alpha.58"
|
||||
"@storybook/cli": "7.0.0-alpha.59"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~4.9.3"
|
||||
@ -32,5 +32,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "storybook",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook CLI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -27,7 +27,7 @@
|
||||
"prep": "node ../../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/cli": "7.0.0-alpha.58"
|
||||
"@storybook/cli": "7.0.0-alpha.59"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~4.9.3"
|
||||
@ -35,5 +35,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/cli",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.58",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/telemetry": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/codemod": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/telemetry": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@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.58",
|
||||
"@storybook/client-api": "7.0.0-alpha.59",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/prompts": "^2.0.9",
|
||||
"@types/puppeteer-core": "^2.1.0",
|
||||
@ -98,5 +98,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,89 +1,89 @@
|
||||
// auto generated file, do not edit
|
||||
export default {
|
||||
'@storybook/addon-a11y': '7.0.0-alpha.58',
|
||||
'@storybook/addon-actions': '7.0.0-alpha.58',
|
||||
'@storybook/addon-backgrounds': '7.0.0-alpha.58',
|
||||
'@storybook/addon-controls': '7.0.0-alpha.58',
|
||||
'@storybook/addon-docs': '7.0.0-alpha.58',
|
||||
'@storybook/addon-essentials': '7.0.0-alpha.58',
|
||||
'@storybook/addon-highlight': '7.0.0-alpha.58',
|
||||
'@storybook/addon-interactions': '7.0.0-alpha.58',
|
||||
'@storybook/addon-jest': '7.0.0-alpha.58',
|
||||
'@storybook/addon-links': '7.0.0-alpha.58',
|
||||
'@storybook/addon-measure': '7.0.0-alpha.58',
|
||||
'@storybook/addon-outline': '7.0.0-alpha.58',
|
||||
'@storybook/addon-storyshots': '7.0.0-alpha.58',
|
||||
'@storybook/addon-storyshots-puppeteer': '7.0.0-alpha.58',
|
||||
'@storybook/addon-storysource': '7.0.0-alpha.58',
|
||||
'@storybook/addon-toolbars': '7.0.0-alpha.58',
|
||||
'@storybook/addon-viewport': '7.0.0-alpha.58',
|
||||
'@storybook/addons': '7.0.0-alpha.58',
|
||||
'@storybook/angular': '7.0.0-alpha.58',
|
||||
'@storybook/manager-api': '7.0.0-alpha.58',
|
||||
'@storybook/blocks': '7.0.0-alpha.58',
|
||||
'@storybook/builder-manager': '7.0.0-alpha.58',
|
||||
'@storybook/builder-vite': '7.0.0-alpha.58',
|
||||
'@storybook/builder-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/channel-postmessage': '7.0.0-alpha.58',
|
||||
'@storybook/channel-websocket': '7.0.0-alpha.58',
|
||||
'@storybook/channels': '7.0.0-alpha.58',
|
||||
'@storybook/cli': '7.0.0-alpha.58',
|
||||
'@storybook/client-api': '7.0.0-alpha.58',
|
||||
'@storybook/client-logger': '7.0.0-alpha.58',
|
||||
'@storybook/codemod': '7.0.0-alpha.58',
|
||||
'@storybook/components': '7.0.0-alpha.58',
|
||||
'@storybook/core-client': '7.0.0-alpha.58',
|
||||
'@storybook/core-common': '7.0.0-alpha.58',
|
||||
'@storybook/core-events': '7.0.0-alpha.58',
|
||||
'@storybook/core-server': '7.0.0-alpha.58',
|
||||
'@storybook/core-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/csf-tools': '7.0.0-alpha.58',
|
||||
'@storybook/docs-tools': '7.0.0-alpha.58',
|
||||
'@storybook/ember': '7.0.0-alpha.58',
|
||||
'@storybook/html': '7.0.0-alpha.58',
|
||||
'@storybook/html-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/html-vite': '7.0.0-alpha.58',
|
||||
'@storybook/instrumenter': '7.0.0-alpha.58',
|
||||
'@storybook/nextjs': '7.0.0-alpha.58',
|
||||
'@storybook/node-logger': '7.0.0-alpha.58',
|
||||
'@storybook/postinstall': '7.0.0-alpha.58',
|
||||
'@storybook/preact': '7.0.0-alpha.58',
|
||||
'@storybook/preact-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/preset-html-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-preact-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-react-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-server-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-svelte-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-vue-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-vue3-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preset-web-components-webpack': '7.0.0-alpha.58',
|
||||
'@storybook/preview': '7.0.0-alpha.58',
|
||||
'@storybook/preview-api': '7.0.0-alpha.58',
|
||||
'@storybook/preview-web': '7.0.0-alpha.58',
|
||||
'@storybook/react': '7.0.0-alpha.58',
|
||||
'@storybook/react-vite': '7.0.0-alpha.58',
|
||||
'@storybook/react-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/router': '7.0.0-alpha.58',
|
||||
'@storybook/server': '7.0.0-alpha.58',
|
||||
'@storybook/server-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/source-loader': '7.0.0-alpha.58',
|
||||
'@storybook/store': '7.0.0-alpha.58',
|
||||
'@storybook/svelte': '7.0.0-alpha.58',
|
||||
'@storybook/sveltekit': '7.0.0-alpha.58',
|
||||
'@storybook/svelte-vite': '7.0.0-alpha.58',
|
||||
'@storybook/svelte-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/telemetry': '7.0.0-alpha.58',
|
||||
'@storybook/theming': '7.0.0-alpha.58',
|
||||
'@storybook/manager': '7.0.0-alpha.58',
|
||||
'@storybook/vue': '7.0.0-alpha.58',
|
||||
'@storybook/vue-vite': '7.0.0-alpha.58',
|
||||
'@storybook/vue-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/vue3': '7.0.0-alpha.58',
|
||||
'@storybook/vue3-vite': '7.0.0-alpha.58',
|
||||
'@storybook/vue3-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/web-components': '7.0.0-alpha.58',
|
||||
'@storybook/web-components-webpack5': '7.0.0-alpha.58',
|
||||
'@storybook/web-components-vite': '7.0.0-alpha.58',
|
||||
sb: '7.0.0-alpha.58',
|
||||
storybook: '7.0.0-alpha.58',
|
||||
'@storybook/addon-a11y': '7.0.0-alpha.59',
|
||||
'@storybook/addon-actions': '7.0.0-alpha.59',
|
||||
'@storybook/addon-backgrounds': '7.0.0-alpha.59',
|
||||
'@storybook/addon-controls': '7.0.0-alpha.59',
|
||||
'@storybook/addon-docs': '7.0.0-alpha.59',
|
||||
'@storybook/addon-essentials': '7.0.0-alpha.59',
|
||||
'@storybook/addon-highlight': '7.0.0-alpha.59',
|
||||
'@storybook/addon-interactions': '7.0.0-alpha.59',
|
||||
'@storybook/addon-jest': '7.0.0-alpha.59',
|
||||
'@storybook/addon-links': '7.0.0-alpha.59',
|
||||
'@storybook/addon-measure': '7.0.0-alpha.59',
|
||||
'@storybook/addon-outline': '7.0.0-alpha.59',
|
||||
'@storybook/addon-storyshots': '7.0.0-alpha.59',
|
||||
'@storybook/addon-storyshots-puppeteer': '7.0.0-alpha.59',
|
||||
'@storybook/addon-storysource': '7.0.0-alpha.59',
|
||||
'@storybook/addon-toolbars': '7.0.0-alpha.59',
|
||||
'@storybook/addon-viewport': '7.0.0-alpha.59',
|
||||
'@storybook/addons': '7.0.0-alpha.59',
|
||||
'@storybook/angular': '7.0.0-alpha.59',
|
||||
'@storybook/manager-api': '7.0.0-alpha.59',
|
||||
'@storybook/blocks': '7.0.0-alpha.59',
|
||||
'@storybook/builder-manager': '7.0.0-alpha.59',
|
||||
'@storybook/builder-vite': '7.0.0-alpha.59',
|
||||
'@storybook/builder-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/channel-postmessage': '7.0.0-alpha.59',
|
||||
'@storybook/channel-websocket': '7.0.0-alpha.59',
|
||||
'@storybook/channels': '7.0.0-alpha.59',
|
||||
'@storybook/cli': '7.0.0-alpha.59',
|
||||
'@storybook/client-api': '7.0.0-alpha.59',
|
||||
'@storybook/client-logger': '7.0.0-alpha.59',
|
||||
'@storybook/codemod': '7.0.0-alpha.59',
|
||||
'@storybook/components': '7.0.0-alpha.59',
|
||||
'@storybook/core-client': '7.0.0-alpha.59',
|
||||
'@storybook/core-common': '7.0.0-alpha.59',
|
||||
'@storybook/core-events': '7.0.0-alpha.59',
|
||||
'@storybook/core-server': '7.0.0-alpha.59',
|
||||
'@storybook/core-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/csf-tools': '7.0.0-alpha.59',
|
||||
'@storybook/docs-tools': '7.0.0-alpha.59',
|
||||
'@storybook/ember': '7.0.0-alpha.59',
|
||||
'@storybook/html': '7.0.0-alpha.59',
|
||||
'@storybook/html-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/html-vite': '7.0.0-alpha.59',
|
||||
'@storybook/instrumenter': '7.0.0-alpha.59',
|
||||
'@storybook/nextjs': '7.0.0-alpha.59',
|
||||
'@storybook/node-logger': '7.0.0-alpha.59',
|
||||
'@storybook/postinstall': '7.0.0-alpha.59',
|
||||
'@storybook/preact': '7.0.0-alpha.59',
|
||||
'@storybook/preact-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/preset-html-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-preact-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-react-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-server-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-svelte-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-vue-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-vue3-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preset-web-components-webpack': '7.0.0-alpha.59',
|
||||
'@storybook/preview': '7.0.0-alpha.59',
|
||||
'@storybook/preview-api': '7.0.0-alpha.59',
|
||||
'@storybook/preview-web': '7.0.0-alpha.59',
|
||||
'@storybook/react': '7.0.0-alpha.59',
|
||||
'@storybook/react-vite': '7.0.0-alpha.59',
|
||||
'@storybook/react-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/router': '7.0.0-alpha.59',
|
||||
'@storybook/server': '7.0.0-alpha.59',
|
||||
'@storybook/server-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/source-loader': '7.0.0-alpha.59',
|
||||
'@storybook/store': '7.0.0-alpha.59',
|
||||
'@storybook/svelte': '7.0.0-alpha.59',
|
||||
'@storybook/sveltekit': '7.0.0-alpha.59',
|
||||
'@storybook/svelte-vite': '7.0.0-alpha.59',
|
||||
'@storybook/svelte-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/telemetry': '7.0.0-alpha.59',
|
||||
'@storybook/theming': '7.0.0-alpha.59',
|
||||
'@storybook/manager': '7.0.0-alpha.59',
|
||||
'@storybook/vue': '7.0.0-alpha.59',
|
||||
'@storybook/vue-vite': '7.0.0-alpha.59',
|
||||
'@storybook/vue-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/vue3': '7.0.0-alpha.59',
|
||||
'@storybook/vue3-vite': '7.0.0-alpha.59',
|
||||
'@storybook/vue3-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/web-components': '7.0.0-alpha.59',
|
||||
'@storybook/web-components-webpack5': '7.0.0-alpha.59',
|
||||
'@storybook/web-components-vite': '7.0.0-alpha.59',
|
||||
sb: '7.0.0-alpha.59',
|
||||
storybook: '7.0.0-alpha.59',
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/client-api",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Client API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/facade.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58"
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -54,5 +54,5 @@
|
||||
],
|
||||
"shim": "@storybook/preview-api/dist/client-api"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/client-logger",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -55,5 +55,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/codemod",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"globby": "^11.0.2",
|
||||
"jscodeshift": "^0.13.1",
|
||||
@ -64,5 +64,5 @@
|
||||
"./src/index.js"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-client",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -35,8 +35,8 @@
|
||||
"prep": "../../../scripts/prepare/facade.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58"
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -47,5 +47,5 @@
|
||||
],
|
||||
"shim": "@storybook/preview-api/dist/core-client"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-common",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/babel__core": "^7.1.20",
|
||||
"@types/express": "^4.7.0",
|
||||
"@types/node": "^16.0.0",
|
||||
@ -95,5 +95,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-events",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Event names used in storybook core",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,5 +52,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-server",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -35,16 +35,16 @@
|
||||
"dependencies": {
|
||||
"@aw-web-design/x-default-browser": "1.4.88",
|
||||
"@discoveryjs/json-ext": "^0.5.3",
|
||||
"@storybook/builder-manager": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/builder-manager": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.58",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.59",
|
||||
"@storybook/docs-mdx": "next",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/telemetry": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/telemetry": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"@types/pretty-hrtime": "^1.0.0",
|
||||
@ -76,7 +76,7 @@
|
||||
"ws": "^8.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.58",
|
||||
"@storybook/builder-webpack5": "7.0.0-alpha.59",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/ip": "^1.1.0",
|
||||
"@types/serve-favicon": "^2.5.2",
|
||||
@ -101,5 +101,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,9 +42,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -61,5 +61,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/csf-plugin",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/csf-tools": "7.0.0-alpha.59",
|
||||
"unplugin": "^0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -56,5 +56,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/csf-tools",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -44,7 +44,7 @@
|
||||
"dependencies": {
|
||||
"@babel/types": "^7.20.2",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"fs-extra": "^9.0.1",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -64,5 +64,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/docs-tools",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Shared utility functions for frameworks to implement docs",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -43,9 +43,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"doctrine": "^3.0.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@ -62,5 +62,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/instrumenter",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,10 +42,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
@ -60,5 +60,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/api",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Manager API (facade)",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/facade.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58"
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -54,5 +54,5 @@
|
||||
],
|
||||
"shim": "@storybook/manager-api"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/manager-api",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Core Storybook API & Context",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -41,13 +41,13 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/router": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/router": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"dequal": "^2.0.2",
|
||||
"global": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -77,5 +77,5 @@
|
||||
"./src/index.tsx"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export const version = '7.0.0-alpha.58';
|
||||
export const version = '7.0.0-alpha.59';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/node-logger",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -59,5 +59,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/postinstall",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook addons postinstall utilities",
|
||||
"keywords": [
|
||||
"api",
|
||||
@ -56,5 +56,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preview-api",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -67,12 +67,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.59",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/qs": "^6.9.5",
|
||||
"dequal": "^2.0.2",
|
||||
"global": "^4.4.0",
|
||||
@ -86,7 +86,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^26.6.2",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"ansi-to-html": "^0.6.11",
|
||||
"react": "^16.14.0"
|
||||
},
|
||||
@ -103,5 +103,5 @@
|
||||
"./src/store.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preview-web",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/facade.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58"
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -54,5 +54,5 @@
|
||||
],
|
||||
"shim": "@storybook/preview-api/dist/preview-web"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preview",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -57,12 +57,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.58",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.59",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.59",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"typescript": "~4.9.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
@ -74,5 +74,5 @@
|
||||
"./src/globals.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/router",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Core Storybook Router",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -47,7 +47,7 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"memoizerific": "^1.11.3",
|
||||
"qs": "^6.10.0"
|
||||
},
|
||||
@ -74,5 +74,5 @@
|
||||
"./src/utils.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/source-loader",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Source loader",
|
||||
"keywords": [
|
||||
"lib",
|
||||
@ -44,7 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"estraverse": "^5.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
"prettier": "^2.8.0"
|
||||
@ -66,5 +66,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/store",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,8 +42,8 @@
|
||||
"prep": "../../../scripts/prepare/facade.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58"
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -55,5 +55,5 @@
|
||||
"platform": "node",
|
||||
"shim": "@storybook/preview-api/dist/store"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/telemetry",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-common": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-common": "7.0.0-alpha.59",
|
||||
"chalk": "^4.1.0",
|
||||
"detect-package-manager": "^2.0.1",
|
||||
"fetch-retry": "^5.0.2",
|
||||
@ -64,5 +64,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/theming",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Core Storybook Components",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -49,7 +49,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"memoizerific": "^1.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -80,5 +80,5 @@
|
||||
],
|
||||
"post": "./scripts/fix-theme-type-export.ts"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/types",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Core Storybook Types",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -41,7 +41,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@types/babel__core": "^7.0.0",
|
||||
"@types/express": "^4.7.0",
|
||||
"express": "^4.17.1",
|
||||
@ -60,5 +60,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/root",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"html-loader": "^3.1.0",
|
||||
"webpack": "5"
|
||||
@ -73,5 +73,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-preact-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -74,5 +74,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-react-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/react": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"@storybook/react": "7.0.0-alpha.59",
|
||||
"@storybook/react-docgen-typescript-plugin": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/semver": "^7.3.4",
|
||||
@ -123,5 +123,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-server-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.58",
|
||||
"@storybook/server": "7.0.0-alpha.58",
|
||||
"@storybook/core-server": "7.0.0-alpha.59",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/server": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"global": "^4.4.0",
|
||||
"safe-identifier": "^0.4.1",
|
||||
@ -83,5 +83,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-svelte-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/node-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/node-logger": "7.0.0-alpha.59",
|
||||
"sveltedoc-parser": "^4.2.1",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -95,5 +95,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-vue-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"ts-loader": "^9.2.8",
|
||||
"vue-docgen-api": "^4.44.23",
|
||||
@ -97,5 +97,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-vue3-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"ts-loader": "^9.2.8",
|
||||
"vue-docgen-api": "^4.46.0",
|
||||
@ -94,5 +94,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preset-web-components-webpack",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"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.58",
|
||||
"@storybook/core-webpack": "7.0.0-alpha.59",
|
||||
"@types/node": "^16.0.0",
|
||||
"babel-loader": "^7.0.0 || ^8.0.0",
|
||||
"babel-plugin-bundled-import-meta": "^0.3.1"
|
||||
@ -79,5 +79,5 @@
|
||||
],
|
||||
"platform": "node"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook HTML renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -77,5 +77,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preact",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Preact renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,9 +51,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -77,5 +77,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook React renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,11 +52,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/estree": "^0.0.51",
|
||||
"@types/node": "^16.0.0",
|
||||
"acorn": "^7.4.1",
|
||||
@ -102,5 +102,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/server",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Server renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,9 +51,9 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -73,5 +73,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Svelte renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -55,11 +55,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"sveltedoc-parser": "^4.2.1",
|
||||
"type-fest": "2.19.0"
|
||||
@ -87,5 +87,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Vue renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,11 +51,11 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0",
|
||||
"type-fest": "2.19.0"
|
||||
@ -89,5 +89,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Vue 3 renderer",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0",
|
||||
"type-fest": "2.19.0"
|
||||
@ -82,5 +82,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook web-components renderer",
|
||||
"keywords": [
|
||||
"lit-html",
|
||||
@ -53,12 +53,12 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/core-client": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/core-client": "7.0.0-alpha.59",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"global": "^4.4.0",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
@ -83,5 +83,5 @@
|
||||
],
|
||||
"platform": "browser"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/blocks",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Storybook Doc Blocks",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -43,16 +43,16 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/preview-api": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/docs-tools": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/preview-api": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@types/lodash": "^4.14.167",
|
||||
"color-convert": "^2.0.1",
|
||||
"dequal": "^2.0.2",
|
||||
@ -66,7 +66,7 @@
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "7.0.0-alpha.58",
|
||||
"@storybook/addon-actions": "7.0.0-alpha.59",
|
||||
"@types/color-convert": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -81,5 +81,5 @@
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/components",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Core Storybook Components",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -51,10 +51,10 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"memoizerific": "^1.11.3",
|
||||
"util-deprecate": "^1.0.2"
|
||||
},
|
||||
@ -87,5 +87,5 @@
|
||||
],
|
||||
"platform": "neutral"
|
||||
},
|
||||
"gitHead": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/manager",
|
||||
"version": "7.0.0-alpha.58",
|
||||
"version": "7.0.0-alpha.59",
|
||||
"description": "Core Storybook UI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -53,18 +53,18 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
||||
"@storybook/addons": "7.0.0-alpha.58",
|
||||
"@storybook/api": "7.0.0-alpha.58",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.58",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.58",
|
||||
"@storybook/channels": "7.0.0-alpha.58",
|
||||
"@storybook/client-logger": "7.0.0-alpha.58",
|
||||
"@storybook/components": "7.0.0-alpha.58",
|
||||
"@storybook/core-events": "7.0.0-alpha.58",
|
||||
"@storybook/manager-api": "7.0.0-alpha.58",
|
||||
"@storybook/router": "7.0.0-alpha.58",
|
||||
"@storybook/theming": "7.0.0-alpha.58",
|
||||
"@storybook/types": "7.0.0-alpha.58",
|
||||
"@storybook/addons": "7.0.0-alpha.59",
|
||||
"@storybook/api": "7.0.0-alpha.59",
|
||||
"@storybook/channel-postmessage": "7.0.0-alpha.59",
|
||||
"@storybook/channel-websocket": "7.0.0-alpha.59",
|
||||
"@storybook/channels": "7.0.0-alpha.59",
|
||||
"@storybook/client-logger": "7.0.0-alpha.59",
|
||||
"@storybook/components": "7.0.0-alpha.59",
|
||||
"@storybook/core-events": "7.0.0-alpha.59",
|
||||
"@storybook/manager-api": "7.0.0-alpha.59",
|
||||
"@storybook/router": "7.0.0-alpha.59",
|
||||
"@storybook/theming": "7.0.0-alpha.59",
|
||||
"@storybook/types": "7.0.0-alpha.59",
|
||||
"@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": "c7f8e3e8486ab5caf3da0ef016acfd2065f0dc05"
|
||||
"gitHead": "8d3068344b96cb740635b6fbb7a9052108a984bc"
|
||||
}
|
||||
|
896
code/yarn.lock
896
code/yarn.lock
File diff suppressed because it is too large
Load Diff
@ -246,7 +246,7 @@ Now that you've seen how to create a bare-bones addon let's see how to share it
|
||||
|
||||
Reference the [storybook-addon-outline](https://www.npmjs.com/package/storybook-addon-outline) to see a project that meets these requirements.
|
||||
|
||||
Learn how to [add to the addon catalog](./addon-catalog.md).
|
||||
Learn how to [add to the addon catalog](../integrations/integration-catalog.md#addons).
|
||||
|
||||
### More guides and tutorials
|
||||
|
||||
|
@ -160,7 +160,7 @@ yarn task --task e2e-tests --template=react-vite/default-ts --start-from=install
|
||||
|
||||
Typically it is a good idea to start from the `install` task to ensure your local code is completely up to date. If you reproduce the failure, you can try and make fixes, [compile them](#start-developing) with `build`, then rerun the task with `--start-from=auto`.
|
||||
|
||||
<div class="aside">
|
||||
<div class="aside">
|
||||
|
||||
💡 The default instructions run the code in "linked" mode, meaning built changes to Storybook library code will be reflected in the sandbox immediately (the next time you run the task). However, CI runs in "unlinked" mode, which in rare cases, will behave differently.<br />
|
||||
|
||||
|
@ -1,8 +1,12 @@
|
||||
---
|
||||
title: 'Add to the addon catalog'
|
||||
title: 'Add to the integration catalog'
|
||||
---
|
||||
|
||||
Storybook addons are listed in the [catalog](https://storybook.js.org/addons/) and distributed via npm. The catalog is populated by querying npm's registry for Storybook-specific metadata in `package.json`.
|
||||
Storybook has two types of integrations, addons and recipes, which are listed in the [integration catalog](https://storybook.js.org/integrations/).
|
||||
|
||||
## Addons
|
||||
|
||||
Storybook addons are distributed via npm. The catalog is populated by querying npm's registry for Storybook-specific metadata in `package.json`.
|
||||
|
||||
Add your addon to the catalog by publishing a npm package that follows these requirements:
|
||||
|
||||
@ -17,7 +21,7 @@ Get a refresher on how to [write a Storybook addon](./writing-addons.md).
|
||||
|
||||
</div>
|
||||
|
||||
## Addon metadata
|
||||
### Addon metadata
|
||||
|
||||
We rely on metadata to organize your addon in the catalog. You must add the <code>storybook-addons</code> as the first keyword, followed by your addon's category. Additional keywords will be used in search and as tags.
|
||||
|
||||
@ -85,3 +89,17 @@ The `package.json` above appears like below in the catalog. See an example of a
|
||||
#### How long does it take for my addon to show up in the catalog?
|
||||
|
||||
Once you publish the addon, it will appear in the catalog. There may be a delay between the time you publish your addon and when it's listed in the catalog. If your addon doesn't show up within 24 hours, [open an issue](https://github.com/storybookjs/frontpage/issues).
|
||||
|
||||
## Recipes
|
||||
|
||||
Recipes are a set of instructions to integrate third-party libraries into Storybook in cases where an addon does not exist or the integration requires some manual effort.
|
||||
|
||||
### Who owns them?
|
||||
|
||||
Recipes are written and maintained by the Storybook team. We create recipes based on community popularity, tool maturity, and stability of the integration. Our goal is to ensure that recipes continue to work over time.
|
||||
|
||||
Not finding the recipe that you want? If it's popular in the community, our docs team will write one. In the mean time, try searching for a solution — it's likely that someone has the same requirements as you do. You can also help us out by writing recipes on your own site which speeds up the research process.
|
||||
|
||||
### Request a recipe
|
||||
|
||||
If you'd like to request a recipe, head over to the [#maintenance channel](https://discord.com/channels/486522875931656193/490070912448724992) of our community Discord and ask.
|
@ -1 +1 @@
|
||||
{"version":"7.0.0-alpha.58","info":{"plain":"#### Features\n\n- Add `--tag` option to `upgrade` script [#20075](https://github.com/storybooks/storybook/pull/20075)\n- HTML: Add `html-vite` framework [#19698](https://github.com/storybooks/storybook/pull/19698)\n- SvelteKit: Create framework [#20039](https://github.com/storybooks/storybook/pull/20039)\n\n#### Maintenance\n\n- Core: Remove postcss feature flag [#20003](https://github.com/storybooks/storybook/pull/20003)\n- Telemetry: Add precedingUpgrade data to dev/build events [#20084](https://github.com/storybooks/storybook/pull/20084)\n- Core: make managerEntries load as ESM, for improved tree-shaking [#20070](https://github.com/storybooks/storybook/pull/20070)"}}
|
||||
{"version":"7.0.0-alpha.59","info":{"plain":"#### Features\n\n- CSF: Add satisfies support to csf-tools [#20088](https://github.com/storybooks/storybook/pull/20088)\n\n#### Bug Fixes\n\n- Next.js: only set next/future/image mocks from version 12.2 [#20098](https://github.com/storybooks/storybook/pull/20098)\n- Core: Batch the loading of CSF files for `extract()` etc [#20055](https://github.com/storybooks/storybook/pull/20055)\n- Fix SSR in external docs via `node` exports [#20083](https://github.com/storybooks/storybook/pull/20083)\n- CLI: Improve sb-scripts automigration logic [#20035](https://github.com/storybooks/storybook/pull/20035)\n\n#### Maintenance\n\n- Revert \"Telemetry: Add precedingUpgrade data to dev/build events\" [#20105](https://github.com/storybooks/storybook/pull/20105)\n- Telemetry: Instrument init event [#20097](https://github.com/storybooks/storybook/pull/20097)\n\n#### Build\n\n- Fix next [#20106](https://github.com/storybooks/storybook/pull/20106)\n- Build: Run sb init locally in sandbox creation [#20100](https://github.com/storybooks/storybook/pull/20100)\n- Build: Add missing dependencies to manager, unify TS to ~4.9.3 [#20021](https://github.com/storybooks/storybook/pull/20021)\n\n#### Dependency Upgrades\n\n- Bump store2 to 2.14.2 license clarification [#19899](https://github.com/storybooks/storybook/pull/19899)"}}
|
Loading…
x
Reference in New Issue
Block a user