Skip to content

Commit

Permalink
Use core-js@3 instead of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Aug 31, 2019
1 parent 97729dc commit cc24505
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/env", {
"useBuiltIns": "usage",
"modules": "commonjs",
"corejs": "2"
"corejs": "3"
}
],
"@babel/preset-flow",
Expand Down
52 changes: 49 additions & 3 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-core": "7.0.0-bridge.0",
"chart.js": "^2.8.0",
"chartkick": "^3.1.1",
"core-js": "2",
"core-js": "3",
"es5-shim": "^4.5.13",
"font-awesome": "^4.7.0",
"history": "^4.9.0",
Expand Down

0 comments on commit cc24505

Please sign in to comment.