File tree Expand file tree Collapse file tree 4 files changed +1599
-930
lines changed Expand file tree Collapse file tree 4 files changed +1599
-930
lines changed Original file line number Diff line number Diff line change 5555 "eslint-plugin-prettier" : " 3.3.1" ,
5656 "eslint-plugin-react" : " 7.22.0" ,
5757 "esm" : " 3.2.25" ,
58- "expect" : " 24.9.0 " ,
58+ "expect" : " 27.2.3 " ,
5959 "flow-bin" : " 0.119.1" ,
6060 "flow-copy-source" : " 2.0.9" ,
6161 "husky" : " 3.1.0" ,
62- "jest" : " 24.9.0 " ,
62+ "jest" : " 27.2.3 " ,
6363 "json" : " 10.0.0" ,
6464 "lint-staged" : " 10.5.4" ,
6565 "mversion" : " 2.0.1" ,
7979 "react-dom" : " ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1"
8080 },
8181 "dependencies" : {
82- "@base2/pretty-print-object" : " 1.0.0 " ,
83- "is-plain-object" : " 3 .0.1 " ,
82+ "@base2/pretty-print-object" : " 1.0.1 " ,
83+ "is-plain-object" : " 5 .0.0 " ,
8484 "react-is" : " ^17.0.2"
8585 },
8686 "jest" : {
Original file line number Diff line number Diff line change 11/* @flow */
22
3- import isPlainObject from 'is-plain-object' ;
3+ import { isPlainObject } from 'is-plain-object' ;
44import { isValidElement } from 'react' ;
55import formatComplexDataStructure from './formatComplexDataStructure' ;
66import formatFunction from './formatFunction' ;
Original file line number Diff line number Diff line change 1+ /**
2+ * @jest -environment jsdom
3+ */
4+
15/* @flow */
26
37/* eslint-disable react/no-string-refs */
You can’t perform that action at this time.
0 commit comments