package.json (storybook-6.5.11) | : | package.json (storybook-6.5.12) | ||
---|---|---|---|---|
{ | { | |||
"name": "@storybook/addon-outline", | "name": "@storybook/addon-outline", | |||
"version": "6.5.11", | "version": "6.5.12", | |||
"description": "Outline all elements with CSS to help with layout placement an d alignment", | "description": "Outline all elements with CSS to help with layout placement an d alignment", | |||
"keywords": [ | "keywords": [ | |||
"storybook-addons", | "storybook-addons", | |||
"essentials", | "essentials", | |||
"outline", | "outline", | |||
"css", | "css", | |||
"layout", | "layout", | |||
"debug", | "debug", | |||
"storybook-addon", | "storybook-addon", | |||
"style" | "style" | |||
skipping to change at line 50 | skipping to change at line 50 | |||
"files": [ | "files": [ | |||
"dist/**/*", | "dist/**/*", | |||
"README.md", | "README.md", | |||
"*.js", | "*.js", | |||
"*.d.ts" | "*.d.ts" | |||
], | ], | |||
"scripts": { | "scripts": { | |||
"prepare": "node ../../scripts/prepare.js" | "prepare": "node ../../scripts/prepare.js" | |||
}, | }, | |||
"dependencies": { | "dependencies": { | |||
"@storybook/addons": "6.5.11", | "@storybook/addons": "6.5.12", | |||
"@storybook/api": "6.5.11", | "@storybook/api": "6.5.12", | |||
"@storybook/client-logger": "6.5.11", | "@storybook/client-logger": "6.5.12", | |||
"@storybook/components": "6.5.11", | "@storybook/components": "6.5.12", | |||
"@storybook/core-events": "6.5.11", | "@storybook/core-events": "6.5.12", | |||
"@storybook/csf": "0.0.2--canary.4566f4d.1", | "@storybook/csf": "0.0.2--canary.4566f4d.1", | |||
"core-js": "^3.8.2", | "core-js": "^3.8.2", | |||
"global": "^4.4.0", | "global": "^4.4.0", | |||
"regenerator-runtime": "^0.13.7", | "regenerator-runtime": "^0.13.7", | |||
"ts-dedent": "^2.0.0" | "ts-dedent": "^2.0.0" | |||
}, | }, | |||
"devDependencies": { | "devDependencies": { | |||
"@types/webpack-env": "^1.16.0" | "@types/webpack-env": "^1.16.0" | |||
}, | }, | |||
"peerDependencies": { | "peerDependencies": { | |||
skipping to change at line 79 | skipping to change at line 79 | |||
"react": { | "react": { | |||
"optional": true | "optional": true | |||
}, | }, | |||
"react-dom": { | "react-dom": { | |||
"optional": true | "optional": true | |||
} | } | |||
}, | }, | |||
"publishConfig": { | "publishConfig": { | |||
"access": "public" | "access": "public" | |||
}, | }, | |||
"gitHead": "069134850deba5a8f7497cc66d4dee834ac95ba5", | "gitHead": "db56a2586508ee1082640f24402e491333e42ec4", | |||
"sbmodern": "dist/modern/index.js", | "sbmodern": "dist/modern/index.js", | |||
"storybook": { | "storybook": { | |||
"displayName": "Outline", | "displayName": "Outline", | |||
"unsupportedFrameworks": [ | "unsupportedFrameworks": [ | |||
"react-native" | "react-native" | |||
], | ], | |||
"icon": "https://user-images.githubusercontent.com/263385/101991674-48355c80 -3c7c-11eb-9686-f684e755fcdd.png" | "icon": "https://user-images.githubusercontent.com/263385/101991674-48355c80 -3c7c-11eb-9686-f684e755fcdd.png" | |||
} | } | |||
} | } | |||
End of changes. 3 change blocks. | ||||
7 lines changed or deleted | 7 lines changed or added |