Skip to content

Commit fe97e06

Browse files
authored
chore: Upgrade dependencies (#623)
* chore: Upgrade dependencies * chore: Upgrade jest/expect package
1 parent 4d550b6 commit fe97e06

File tree

4 files changed

+1599
-930
lines changed

4 files changed

+1599
-930
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
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",
@@ -79,8 +79,8 @@
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": {

src/formatter/formatPropValue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22

3-
import isPlainObject from 'is-plain-object';
3+
import { isPlainObject } from 'is-plain-object';
44
import { isValidElement } from 'react';
55
import formatComplexDataStructure from './formatComplexDataStructure';
66
import formatFunction from './formatFunction';

src/index.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @jest-environment jsdom
3+
*/
4+
15
/* @flow */
26

37
/* eslint-disable react/no-string-refs */

0 commit comments

Comments
 (0)