terra-props-table
Advanced tools
Comparing version 1.12.0 to 2.0.0
@@ -7,2 +7,7 @@ Changelog | ||
2.0.0 - (February 12, 2018) | ||
------------------ | ||
### Changed | ||
* Updated to use React 16 | ||
1.11.0 - (February 1, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -11,3 +11,3 @@ # Dependency Information | ||
| react-docgen | ^2.15.0 | -- | A CLI and toolkit to extract information from React components for documentation generation. | | ||
| terra-markdown | ^1.9.1 | ^15.4.2 | terra-markdown | | ||
| terra-markdown | ^1.11.0 | ^15.4.2 | terra-markdown | | ||
@@ -14,0 +14,0 @@ ## peerDependencies |
@@ -95,3 +95,3 @@ 'use strict'; | ||
'span', | ||
null, | ||
{ key: curr.value + '-' + next.value }, | ||
' or ' | ||
@@ -98,0 +98,0 @@ ), next]; |
{ | ||
"name": "terra-props-table", | ||
"main": "lib/PropsTable.js", | ||
"version": "1.12.0", | ||
"version": "2.0.0", | ||
"description": "terra-props-table", | ||
@@ -27,4 +27,4 @@ "repository": { | ||
"peerDependencies": { | ||
"react": "^15.4.2", | ||
"react-dom": "^15.4.2" | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
"react-docgen": "^2.15.0", | ||
"terra-markdown": "^1.11.0" | ||
"terra-markdown": "^2.0.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
@@ -45,3 +45,3 @@ /* eslint-disable import/no-extraneous-dependencies */ | ||
}); | ||
typeName = options.reduce((curr, next) => [curr, <span> or </span>, next]); | ||
typeName = options.reduce((curr, next) => [curr, <span key={`${curr.value}-${next.value}`}> or </span>, next]); | ||
} else if (typeName === 'shape') { | ||
@@ -48,0 +48,0 @@ typeName = <span> an object structured like: <pre> {formatShape(type.value)} </pre></span>; |
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
49068
+ Addedclassnames@2.5.1(transitive)
+ Addedclipboard@2.0.11(transitive)
+ Addeddelegate@3.2.0(transitive)
+ Addedgood-listener@1.2.2(transitive)
+ Addedmarked@0.7.0(transitive)
+ Addedprismjs@1.17.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedscheduler@0.19.1(transitive)
+ Addedselect@1.1.2(transitive)
+ Addedterra-markdown@2.43.0(transitive)
+ Addedtiny-emitter@2.1.0(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removedgithub-markdown-css@2.10.0(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedmarked@0.3.19(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedreact-dom@15.7.0(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedterra-markdown@1.11.0(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedterra-markdown@^2.0.0