From 586846658839a540b9d3b5266bd5c36d62a77b76 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Fri, 1 Mar 2019 19:31:19 -0800 Subject: [PATCH] =?UTF-8?q?Update=20babel=206=20=E2=86=92=207,=20rollup=20?= =?UTF-8?q?0=20=E2=86=92=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Babel update handled vian `npx babel-upgrade --write`. --- .babelrc | 9 ++++++++- package.json | 12 ++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) 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" },