@datacamp/waffles-utils
Advanced tools
Comparing version 2.0.18 to 2.0.19
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.19](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.18...@datacamp/waffles-utils@2.0.19) (2020-11-03) | ||
**Note:** Version bump only for package @datacamp/waffles-utils | ||
## [2.0.18](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.17...@datacamp/waffles-utils@2.0.18) (2020-10-26) | ||
@@ -8,0 +16,0 @@ |
import React from 'react'; | ||
var isChildType = function isChildType(child, type) { | ||
return React.isValidElement(child) && child.type === type; | ||
return /*#__PURE__*/React.isValidElement(child) && child.type === type; | ||
}; | ||
export default isChildType; |
@@ -13,3 +13,3 @@ "use strict"; | ||
var isChildType = function isChildType(child, type) { | ||
return _react.default.isValidElement(child) && child.type === type; | ||
return /*#__PURE__*/_react.default.isValidElement(child) && child.type === type; | ||
}; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@datacamp/waffles-utils", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"description": "Various collection of utilities to be shared across waffles packages", | ||
@@ -34,12 +34,12 @@ "author": "Louis Bailey <louis@datacamp.com>", | ||
"@babel/cli": "7.7.7", | ||
"@babel/core": "7.11.0", | ||
"@datacamp/waffles-babel-preset": "^2.0.1", | ||
"@babel/core": "7.12.3", | ||
"@datacamp/waffles-babel-preset": "^2.0.2", | ||
"@datacamp/waffles-tsconfig": "^1.1.12", | ||
"babel-jest": "26.2.2", | ||
"jest": "26.1.0", | ||
"jest": "26.6.1", | ||
"react": "16.8.6" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.0", | ||
"lodash": "^4.17.13" | ||
"@babel/runtime": "^7.12.1", | ||
"lodash": "^4.17.20" | ||
}, | ||
@@ -49,3 +49,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "1fd3a966c5b152593c64f21e22268e8d0be5d3c3" | ||
"gitHead": "d98781af4fb82ddff992bd3088b817eb1b9f2f6c" | ||
} |
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
17320
Updated@babel/runtime@^7.12.1
Updatedlodash@^4.17.20