Skip to content

Commit

Permalink
Merge pull request #301 from brigade/deps
Browse files Browse the repository at this point in the history
Update babel 6 → 7, rollup 0 → 1
  • Loading branch information
lencioni authored Mar 2, 2019
2 parents 7d7460b + 5868466 commit d15379f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"presets": [["airbnb", { "modules": false }]]
"presets": [
[
"airbnb",
{
"modules": false
}
]
]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit d15379f

Please sign in to comment.