storybook-addon-code
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "storybook-addon-code", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A storybook addon that display any type of code highlighted with Prismjs", | ||
@@ -23,17 +23,17 @@ "keywords": [ | ||
"devDependencies": { | ||
"@storybook/react": "^3.2.3", | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.25.0", | ||
"babel-preset-env": "^1.6.0", | ||
"@storybook/react": "^3.4.3", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"raw-loader": "^0.5.1", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"style-loader": "^0.18.2" | ||
}, | ||
"dependencies": { | ||
"@storybook/addons": "^3.2.0", | ||
"prismjs": "^1.6.0" | ||
"@storybook/addons": "^3.4.3", | ||
"prismjs": "^1.14.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
2234943
15
Updated@storybook/addons@^3.4.3
Updatedprismjs@^1.14.0