diff --git a/.babelrc b/.babelrc index 8035257..3ebd6f9 100644 --- a/.babelrc +++ b/.babelrc @@ -1,3 +1,10 @@ { - "presets": [["airbnb", { "modules": false }]] + "presets": [ + [ + "airbnb", + { + "modules": false + } + ] + ] } diff --git a/package.json b/package.json index 0eb905a..18e7cf5 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "react": "^15.3.0 || ^16.0.0" }, "devDependencies": { + "@babel/cli": "^7.0.0", + "@babel/core": "^7.0.0", "@types/react": "^15.0.21", - "babel-cli": "^6.26.0", - "babel-core": "^6.26.3", - "babel-loader": "^6.4.0", - "babel-preset-airbnb": "^2.5.1", + "babel-loader": "^8.0.0", + "babel-preset-airbnb": "^3.2.0", "eslint": "^4.19.1", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.15.0", @@ -60,8 +60,8 @@ "react": "^16.0.0", "react-dom": "^16.0.0", "rimraf": "^2.6.2", - "rollup": "^0.62.0", - "rollup-plugin-babel": "^3.0.7", + "rollup": "^1.4.0", + "rollup-plugin-babel": "^4.3.2", "safe-publish-latest": "^1.1.1", "webpack": "^2.3.3" },