package.json (storybook-6.5.11) | : | package.json (storybook-6.5.12) | ||
---|---|---|---|---|
{ | { | |||
"name": "sb", | "name": "sb", | |||
"version": "6.5.11", | "version": "6.5.12", | |||
"description": "Storybook CLI", | "description": "Storybook CLI", | |||
"keywords": [ | "keywords": [ | |||
"storybook" | "storybook" | |||
], | ], | |||
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli", | "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli", | |||
"bugs": { | "bugs": { | |||
"url": "https://github.com/storybookjs/storybook/issues" | "url": "https://github.com/storybookjs/storybook/issues" | |||
}, | }, | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
skipping to change at line 27 | skipping to change at line 27 | |||
"funding": { | "funding": { | |||
"type": "opencollective", | "type": "opencollective", | |||
"url": "https://opencollective.com/storybook" | "url": "https://opencollective.com/storybook" | |||
}, | }, | |||
"license": "MIT", | "license": "MIT", | |||
"bin": "./index.js", | "bin": "./index.js", | |||
"scripts": { | "scripts": { | |||
"prepare": "node ../../scripts/prepare.js" | "prepare": "node ../../scripts/prepare.js" | |||
}, | }, | |||
"dependencies": { | "dependencies": { | |||
"@storybook/cli": "6.5.11" | "@storybook/cli": "6.5.12" | |||
}, | }, | |||
"publishConfig": { | "publishConfig": { | |||
"access": "public" | "access": "public" | |||
}, | }, | |||
"gitHead": "069134850deba5a8f7497cc66d4dee834ac95ba5" | "gitHead": "db56a2586508ee1082640f24402e491333e42ec4" | |||
} | } | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |