Skip to content

Commit 40a41f6

Browse files
committed
Upgrade dependencies
1 parent 05940da commit 40a41f6

File tree

3 files changed

+1857
-1904
lines changed

3 files changed

+1857
-1904
lines changed

package.json

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,34 @@
5050
}
5151
},
5252
"peerDependencies": {
53-
"react": "^16.8.0",
54-
"react-is": "^16.8.0"
53+
"react": "^16.8.0"
5554
},
56-
"dependencies": {},
5755
"devDependencies": {
58-
"@ampproject/rollup-plugin-closure-compiler": "^0.25.2",
59-
"@babel/core": "^7.9.0",
60-
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
61-
"@babel/plugin-transform-object-assign": "^7.8.3",
62-
"@babel/preset-env": "^7.9.5",
63-
"@babel/preset-flow": "^7.9.0",
64-
"@babel/preset-react": "^7.9.4",
56+
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
57+
"@babel/core": "^7.12.3",
58+
"@babel/plugin-transform-flow-strip-types": "^7.12.1",
59+
"@babel/plugin-transform-object-assign": "^7.12.1",
60+
"@babel/preset-env": "^7.12.1",
61+
"@babel/preset-flow": "^7.12.1",
62+
"@babel/preset-react": "^7.12.5",
6563
"@rollup/plugin-buble": "^0.21.3",
66-
"@rollup/plugin-commonjs": "^11.1.0",
67-
"@rollup/plugin-node-resolve": "^7.1.3",
68-
"babel-plugin-closure-elimination": "^1.3.0",
64+
"@rollup/plugin-commonjs": "^16.0.0",
65+
"@rollup/plugin-node-resolve": "^10.0.0",
66+
"babel-plugin-closure-elimination": "^1.3.2",
6967
"babel-plugin-transform-async-to-promises": "^0.8.15",
7068
"codecov": "^3.6.5",
71-
"flow-bin": "^0.122.0",
72-
"husky": "^4.2.5",
73-
"jest": "^25.3.0",
74-
"lint-staged": "^10.1.3",
69+
"flow-bin": "0.122.0",
70+
"husky": "^4.3.0",
71+
"jest": "^26.6.3",
72+
"lint-staged": "^10.5.1",
7573
"npm-run-all": "^4.1.5",
76-
"prettier": "^2.0.4",
77-
"react": "^16.13.1",
78-
"react-dom": "^16.13.1",
79-
"react-is": "^16.13.1",
80-
"rollup": "^2.6.1",
74+
"prettier": "^2.1.2",
75+
"react": "^17.0.1",
76+
"react-dom": "^17.0.1",
77+
"react-is": "^17.0.1",
78+
"rollup": "^2.33.1",
8179
"rollup-plugin-babel": "^4.4.0",
8280
"rollup-plugin-replace": "^2.2.0",
83-
"rollup-plugin-terser": "^5.3.0"
81+
"rollup-plugin-terser": "^7.0.2"
8482
}
8583
}

rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const externalTest = (id) => {
2929
}
3030

3131
const terserPretty = terser({
32-
sourcemap: true,
3332
warnings: true,
3433
ecma: 5,
3534
keep_fnames: true,
@@ -56,7 +55,6 @@ const terserPretty = terser({
5655
})
5756

5857
const terserMinified = terser({
59-
sourcemap: true,
6058
warnings: true,
6159
ecma: 5,
6260
ie8: false,

0 commit comments

Comments
 (0)