Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Feb 13, 2019
1 parent a6d6f4c commit c262ed9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
10 changes: 7 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"presets": ["env"],
"presets": [
"@babel/preset-env"
],
"env": {
"test": {
"plugins": ["istanbul"]
"plugins": [
"istanbul"
]
}
}
}
}
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"src/**/*.js"
],
"require": [
"babel-register"
"@babel/register"
],
"sourceMap": false,
"instrument": false
Expand All @@ -27,25 +27,26 @@
"lint"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^8.0.0",
"babel-plugin-istanbul": "^4.1.3",
"babel-preset-env": "^1.1.4",
"babel-register": "^6.18.0",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"benchmark": "^2.1.4",
"chai": "^4.0.0",
"coveralls": "^3.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^4.0.0",
"nyc": "^11.0.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"nyc": "^13.2.0",
"pre-commit": "^1.1.3",
"rimraf": "^2.5.4"
"rimraf": "^2.6.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c262ed9

Please sign in to comment.