@storybook/core-webpack
Advanced tools
Comparing version 7.1.0-alpha.11 to 7.1.0-alpha.12
{ | ||
"name": "@storybook/core-webpack", | ||
"version": "7.1.0-alpha.11", | ||
"version": "7.1.0-alpha.12", | ||
"description": "Storybook framework-agnostic API", | ||
@@ -8,3 +8,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core-webpack", | ||
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-webpack", | ||
"bugs": { | ||
@@ -16,3 +16,3 @@ "url": "https://github.com/storybookjs/storybook/issues" | ||
"url": "https://github.com/storybookjs/storybook.git", | ||
"directory": "lib/core-webpack" | ||
"directory": "code/lib/core-webpack" | ||
}, | ||
@@ -26,6 +26,6 @@ "funding": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"node": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"import": "./dist/index.mjs" | ||
}, | ||
@@ -49,5 +49,5 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@storybook/core-common": "7.1.0-alpha.11", | ||
"@storybook/node-logger": "7.1.0-alpha.11", | ||
"@storybook/types": "7.1.0-alpha.11", | ||
"@storybook/core-common": "7.1.0-alpha.12", | ||
"@storybook/node-logger": "7.1.0-alpha.12", | ||
"@storybook/types": "7.1.0-alpha.12", | ||
"@types/node": "^16.0.0", | ||
@@ -69,3 +69,3 @@ "ts-dedent": "^2.0.0" | ||
}, | ||
"gitHead": "0797ab602bc569ff71c343a2b1aaba7e49232d95" | ||
"gitHead": "8de6963fca74d5952f5cb5737e34fb4e1ddfd0f6" | ||
} |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
155
2
15071
+ Added@storybook/channels@7.1.0-alpha.12(transitive)
+ Added@storybook/core-common@7.1.0-alpha.12(transitive)
+ Added@storybook/node-logger@7.1.0-alpha.12(transitive)
+ Added@storybook/types@7.1.0-alpha.12(transitive)
- Removed@storybook/channels@7.1.0-alpha.11(transitive)
- Removed@storybook/core-common@7.1.0-alpha.11(transitive)
- Removed@storybook/node-logger@7.1.0-alpha.11(transitive)
- Removed@storybook/types@7.1.0-alpha.11(transitive)