Upgrade to babel 7.8.0

This commit is contained in:
Marliana Lara 2020-01-22 15:03:02 -05:00
parent 046518ab8f
commit 6d8b843ad0
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 2958 additions and 505 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,10 +18,10 @@
"author": "",
"license": "Apache",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.0.0",
"@lingui/cli": "^2.7.4",
"@lingui/macro": "^2.7.2",
@ -29,7 +29,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.4",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-styled-components": "^1.10.0",
"css-loader": "^1.0.0",
@ -47,7 +47,7 @@
"file-loader": "^2.0.0",
"history": "^4.9.0",
"jest": "^24.7.1",
"node-sass": "^4.12.0",
"node-sass": "^4.13.1",
"prettier": "^1.18.2",
"react-hot-loader": "^4.3.3",
"sass-loader": "^7.1.0",