Skip to content

Commit

Permalink
chore: upgrade Babel and Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Mar 8, 2020
1 parent 0ca71d6 commit 6f98a94
Show file tree
Hide file tree
Showing 3 changed files with 989 additions and 1,103 deletions.
11 changes: 10 additions & 1 deletion .babelrc
@@ -1,3 +1,12 @@
{
"presets": ["env"]
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -40,6 +40,7 @@
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"all-contributors-cli": "6.14.0",
"babel-jest": "25.1.0",
"commitizen": "4.0.3",
"core-js": "3.6.4",
"coveralls": "3.0.9",
Expand All @@ -52,7 +53,7 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"husky": "4.2.3",
"jest": "23.6.0",
"jest": "25.1.0",
"jsdoc": "3.6.3",
"jsdoc-template": "sarahdayan/jsdoc-template",
"jsverify": "0.8.4",
Expand Down

0 comments on commit 6f98a94

Please sign in to comment.