Skip to content

Commit 6dfd4ba

Browse files
authored
Upgrade to latest babel and related packages (#1669)
* `@babel/cli`: 7.0.0 → 7.2.3 * `@babel/core`: 7.0.0 → 7.3.4 * `@babel/polyfill`: 7.0.0 → 7.2.5 * `@babel/preset-env`: 7.3.1 → 7.3.4 * `babel-eslint`: 10.0.0 → 10.0.1 * `babel-loader`: 8.0.0 → 8.0.5
1 parent cbd7f9a commit 6dfd4ba

File tree

2 files changed

+151
-120
lines changed

2 files changed

+151
-120
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,16 @@
277277
"analyze-bundle": "gulp js --production && source-map-explorer ./dist/application.js"
278278
},
279279
"devDependencies": {
280-
"@babel/cli": "^7.0.0",
281-
"@babel/core": "^7.0.0",
280+
"@babel/cli": "^7.2.3",
281+
"@babel/core": "^7.3.4",
282282
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
283-
"@babel/polyfill": "^7.0.0",
284-
"@babel/preset-env": "^7.3.1",
283+
"@babel/polyfill": "^7.2.5",
284+
"@babel/preset-env": "^7.3.4",
285285
"@babel/preset-react": "^7.0.0",
286286
"@redux-saga/testing-utils": "^1.0.1",
287287
"almost-equal": "^1.1.0",
288-
"babel-eslint": "^10.0.0",
289-
"babel-loader": "^8.0.0",
288+
"babel-eslint": "^10.0.1",
289+
"babel-loader": "^8.0.5",
290290
"bower": "^1.7.9",
291291
"brfs": "^2.0.0",
292292
"browser-sync": "^2.14.3",

0 commit comments

Comments
 (0)