@storybook/addon-controls
Advanced tools
Comparing version 0.0.0-pr-28483-sha-d7c2f6b8 to 0.0.0-pr-28492-sha-08d3f4f1
{ | ||
"name": "@storybook/addon-controls", | ||
"version": "0.0.0-pr-28483-sha-d7c2f6b8", | ||
"version": "0.0.0-pr-28492-sha-08d3f4f1", | ||
"description": "Interact with component inputs dynamically in the Storybook UI", | ||
@@ -31,3 +31,2 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"node": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
@@ -51,6 +50,7 @@ "require": "./dist/index.js" | ||
"scripts": { | ||
"check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts", | ||
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts" | ||
"check": "jiti ../../../scripts/prepare/check.ts", | ||
"prep": "jiti ../../../scripts/prepare/addon-bundle.ts" | ||
}, | ||
"dependencies": { | ||
"@storybook/global": "^5.0.0", | ||
"dequal": "^2.0.2", | ||
@@ -61,4 +61,4 @@ "lodash": "^4.17.21", | ||
"devDependencies": { | ||
"@storybook/blocks": "0.0.0-pr-28483-sha-d7c2f6b8", | ||
"@storybook/icons": "^1.2.5", | ||
"@storybook/blocks": "0.0.0-pr-28492-sha-08d3f4f1", | ||
"@storybook/icons": "^1.2.10", | ||
"react": "^18.2.0", | ||
@@ -68,3 +68,3 @@ "react-dom": "^18.2.0" | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-28483-sha-d7c2f6b8" | ||
"storybook": "^0.0.0-pr-28492-sha-08d3f4f1" | ||
}, | ||
@@ -71,0 +71,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
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
252117
5
+ Added@storybook/global@^5.0.0
+ Added@storybook/global@5.0.0(transitive)