Skip to content

Commit 069c9c1

Browse files
committed
Upgrade dependencies
1 parent ac5f8dc commit 069c9c1

File tree

2 files changed

+1866
-2103
lines changed

2 files changed

+1866
-2103
lines changed

package.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@
4242
"lint-staged": {
4343
"**/*.js": [
4444
"flow focus-check",
45-
"prettier --write",
46-
"git add"
45+
"prettier --write"
4746
],
4847
"**/*.{json,md}": [
49-
"prettier --write",
50-
"git add"
48+
"prettier --write"
5149
]
5250
},
5351
"husky": {
@@ -60,33 +58,33 @@
6058
"react-is": "^16.8.0"
6159
},
6260
"dependencies": {
63-
"object-is": "^1.0.2"
61+
"object-is": "^1.1.2"
6462
},
6563
"devDependencies": {
66-
"@babel/core": "^7.8.3",
67-
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
64+
"@babel/core": "^7.9.0",
65+
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
6866
"@babel/plugin-transform-object-assign": "^7.8.3",
69-
"@babel/preset-env": "^7.8.3",
70-
"@babel/preset-flow": "^7.8.3",
71-
"@babel/preset-react": "^7.8.3",
67+
"@babel/preset-env": "^7.9.5",
68+
"@babel/preset-flow": "^7.9.0",
69+
"@babel/preset-react": "^7.9.4",
7270
"babel-plugin-closure-elimination": "^1.3.0",
7371
"babel-plugin-transform-async-to-promises": "^0.8.15",
74-
"codecov": "^3.6.1",
75-
"flow-bin": "^0.116.1",
76-
"husky": "^4.0.10",
77-
"jest": "^24.9.0",
78-
"lint-staged": "^9.5.0",
72+
"codecov": "^3.6.5",
73+
"flow-bin": "^0.122.0",
74+
"husky": "^4.2.5",
75+
"jest": "^25.3.0",
76+
"lint-staged": "^10.1.3",
7977
"npm-run-all": "^4.1.5",
80-
"prettier": "^1.19.1",
81-
"react": "^16.12.0",
82-
"react-dom": "^16.12.0",
83-
"react-is": "^16.12.0",
84-
"rollup": "^1.29.0",
85-
"rollup-plugin-babel": "^4.3.3",
78+
"prettier": "^2.0.4",
79+
"react": "^16.13.1",
80+
"react-dom": "^16.13.1",
81+
"react-is": "^16.13.1",
82+
"rollup": "^2.6.1",
83+
"rollup-plugin-babel": "^4.4.0",
8684
"rollup-plugin-buble": "^0.19.8",
8785
"rollup-plugin-commonjs": "^10.1.0",
8886
"rollup-plugin-node-resolve": "^5.2.0",
8987
"rollup-plugin-replace": "^2.2.0",
90-
"rollup-plugin-terser": "^5.2.0"
88+
"rollup-plugin-terser": "^5.3.0"
9189
}
9290
}

0 commit comments

Comments
 (0)