storybook
Advanced tools
Comparing version 8.3.0-alpha.9 to 8.3.0-alpha.10
{ | ||
"name": "storybook", | ||
"version": "8.3.0-alpha.9", | ||
"version": "8.3.0-alpha.10", | ||
"description": "Storybook's CLI - install, dev, build, upgrade, and more", | ||
@@ -185,2 +185,7 @@ "keywords": [ | ||
"require": "./core/manager/globals.cjs" | ||
}, | ||
"./internal/babel": { | ||
"types": "./core/babel/index.d.ts", | ||
"import": "./core/babel/index.js", | ||
"require": "./core/babel/index.cjs" | ||
} | ||
@@ -196,2 +201,5 @@ }, | ||
], | ||
"internal/babel": [ | ||
"./core/babel/index.d.ts" | ||
], | ||
"internal/builder-manager": [ | ||
@@ -314,3 +322,3 @@ "./core/builder-manager/index.d.ts" | ||
"dependencies": { | ||
"@storybook/core": "8.3.0-alpha.9" | ||
"@storybook/core": "8.3.0-alpha.10" | ||
}, | ||
@@ -317,0 +325,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22023
103
193
+ Added@storybook/core@8.3.0-alpha.10(transitive)
- Removed@storybook/core@8.3.0-alpha.9(transitive)