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 55
55
"eslint-plugin-prettier" : " 3.3.1" ,
56
56
"eslint-plugin-react" : " 7.22.0" ,
57
57
"esm" : " 3.2.25" ,
58
- "expect" : " 24.9.0 " ,
58
+ "expect" : " 27.2.3 " ,
59
59
"flow-bin" : " 0.119.1" ,
60
60
"flow-copy-source" : " 2.0.9" ,
61
61
"husky" : " 3.1.0" ,
62
- "jest" : " 24.9.0 " ,
62
+ "jest" : " 27.2.3 " ,
63
63
"json" : " 10.0.0" ,
64
64
"lint-staged" : " 10.5.4" ,
65
65
"mversion" : " 2.0.1" ,
79
79
"react-dom" : " ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1"
80
80
},
81
81
"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 " ,
84
84
"react-is" : " ^17.0.2"
85
85
},
86
86
"jest" : {
Original file line number Diff line number Diff line change 1
1
/* @flow */
2
2
3
- import isPlainObject from 'is-plain-object' ;
3
+ import { isPlainObject } from 'is-plain-object' ;
4
4
import { isValidElement } from 'react' ;
5
5
import formatComplexDataStructure from './formatComplexDataStructure' ;
6
6
import formatFunction from './formatFunction' ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @jest -environment jsdom
3
+ */
4
+
1
5
/* @flow */
2
6
3
7
/* eslint-disable react/no-string-refs */
You can’t perform that action at this time.
0 commit comments