Skip to content

Commit 3e5771d

Browse files
authored
Merge pull request react-bootstrap#5225 from Richard87/feature/bumpCoreJs
Bump versions
2 parents 414bea9 + 0cbdae0 commit 3e5771d

File tree

3 files changed

+1026
-507
lines changed

3 files changed

+1026
-507
lines changed

.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = api => {
4242
'@babel/plugin-proposal-export-namespace-from',
4343
[
4444
'@babel/plugin-transform-runtime',
45-
{ useESModules: !modules, corejs: 2 }
45+
{ useESModules: !modules, corejs: 3 }
4646
],
4747
'babel-plugin-dev-expression',
4848
modules && 'babel-plugin-add-module-exports',

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"react-dom": ">=16.3.0"
5858
},
5959
"devDependencies": {
60-
"@babel/cli": "^7.0.0",
61-
"@babel/core": "^7.0.0",
62-
"@babel/plugin-proposal-class-properties": "^7.0.0",
63-
"@babel/plugin-proposal-export-default-from": "^7.0.0",
64-
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
65-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
66-
"@babel/plugin-transform-runtime": "^7.0.0",
67-
"@babel/preset-env": "^7.0.0",
68-
"@babel/preset-react": "^7.0.0",
60+
"@babel/cli": "^7.4.0",
61+
"@babel/core": "^7.4.0",
62+
"@babel/plugin-proposal-class-properties": "^7.4.0",
63+
"@babel/plugin-proposal-export-default-from": "^7.4.0",
64+
"@babel/plugin-proposal-export-namespace-from": "^7.4.0",
65+
"@babel/plugin-syntax-dynamic-import": "^7.4.0",
66+
"@babel/plugin-transform-runtime": "^7.4.0",
67+
"@babel/preset-env": "^7.4.0",
68+
"@babel/preset-react": "^7.4.0",
6969
"@babel/register": "^7.0.0",
7070
"babel-eslint": "^9.0.0",
7171
"babel-loader": "^8.0.2",
@@ -115,7 +115,7 @@
115115
"webpack": "^4.35.2"
116116
},
117117
"dependencies": {
118-
"@babel/runtime-corejs2": "^7.0.0",
118+
"@babel/runtime-corejs3": "^7.4.0",
119119
"classnames": "^2.2.5",
120120
"dom-helpers": "^3.2.0",
121121
"invariant": "^2.2.4",

0 commit comments

Comments
 (0)