react-children-utilities
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "react-children-utilities", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Extended utils for React.Children opaque data structure", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "^6.5.0", | ||
"eslint": "^6.5.1", | ||
"eslint-config-airbnb": "^18.0.1", | ||
@@ -68,3 +68,4 @@ "eslint-config-prettier": "^6.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.3", | ||
"eslint-plugin-react": "^7.15.0", | ||
"eslint-plugin-react-hooks": "^2.1.1", | ||
"flow-bin": "^0.108.0", | ||
@@ -76,3 +77,3 @@ "husky": "^3.0.7", | ||
"jest-junit": "^8.0.0", | ||
"lint-staged": "^9.4.0", | ||
"lint-staged": "^9.4.1", | ||
"make-dir-cli": "^2.0.0", | ||
@@ -79,0 +80,0 @@ "prop-types": "^15.7.2", |
@@ -5,8 +5,6 @@ // @flow | ||
import PropTypes from 'prop-types'; | ||
import Enzyme, { shallow } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import { shallow } from 'enzyme'; | ||
import { deepFilter, deepFind, deepForEach, deepMap, filter, groupByType, onlyText } from '..'; | ||
Enzyme.configure({ adapter: new Adapter() }); | ||
describe('children', () => { | ||
@@ -13,0 +11,0 @@ it('filter', () => { |
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
83475
35
1480