@storybook/addon-info
Advanced tools
Comparing version 3.2.11 to 3.2.12
@@ -181,3 +181,5 @@ 'use strict'; | ||
null, | ||
content | ||
'{', | ||
content, | ||
'}' | ||
); | ||
@@ -184,0 +186,0 @@ } |
{ | ||
"name": "@storybook/addon-info", | ||
"version": "3.2.11", | ||
"version": "3.2.12", | ||
"description": "A Storybook addon to show additional information for your stories.", | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"scripts": { | ||
"prepublish": "node ../../scripts/prepublish.js", | ||
"prepare": "node ../../scripts/prepare.js", | ||
"publish-storybook": "bash .scripts/publish_storybook.sh", | ||
@@ -18,8 +18,8 @@ "storybook": "start-storybook -p 9010" | ||
"dependencies": { | ||
"@storybook/addons": "^3.2.10", | ||
"@storybook/components": "^3.2.10", | ||
"babel-runtime": "^6.23.0", | ||
"@storybook/addons": "^3.2.12", | ||
"@storybook/components": "^3.2.12", | ||
"babel-runtime": "^6.26.0", | ||
"global": "^4.3.2", | ||
"marksy": "^2.0.0", | ||
"prop-types": "^15.5.10", | ||
"prop-types": "^15.6.0", | ||
"react-addons-create-fragment": "^15.5.3", | ||
@@ -30,5 +30,5 @@ "util-deprecate": "^1.0.2" | ||
"git-url-parse": "^6.2.2", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-test-renderer": "^15.6.1" | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-test-renderer": "^16.0.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
@@ -113,3 +113,3 @@ import React from 'react'; | ||
return <span>{content}</span>; | ||
return <span>{{content}}</span>; | ||
} | ||
@@ -116,0 +116,0 @@ |
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
291946
2984
Updated@storybook/addons@^3.2.12
Updatedbabel-runtime@^6.26.0
Updatedprop-types@^15.6.0