Skip to content

Commit

Permalink
chore(package): update dependencies (#79)
Browse files Browse the repository at this point in the history
* Bumps babel to 7.2.3 to 7.8.4
* Drops dependency of babel runtime
* Set target babel compilation to Node 8 (current oldest supported version)
* Bumps eslint from 4.19.0 to 6.8.0
* Bumps eslint-config-airbnb-base from 12.1.0 to 14.0.0
* Bumps jest from 24.1.0 to 25.1.0
* Bumps codecov, cross-env, nockm and rimraf to latest
* Bumps async to latest
  • Loading branch information
brandondoran authored Feb 8, 2020
1 parent 1705a9b commit 323e186
Show file tree
Hide file tree
Showing 5 changed files with 3,284 additions and 2,621 deletions.
12 changes: 8 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime"
[
"@babel/preset-env",
{
"targets": {
"node": 8
}
}
]
]
}
Loading

0 comments on commit 323e186

Please sign in to comment.