Skip to content

Commit

Permalink
😒 chore(deps): Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 16, 2020
1 parent 62241f1 commit b64213d
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
"version": "11.0.0",
"author": "Aurélien Ooms <[email protected]>",
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"babel-polyfill",
"babel-register"
]
"@babel/polyfill",
"@babel/register"
],
"concurrency": 8,
"timeout": "1m"
},
"babel": {
"presets": [
"latest"
"@babel/preset-env"
],
"env": {
"development": {
Expand All @@ -28,14 +33,16 @@
"@aureooms/js-functools": "2.0.3",
"@aureooms/js-heap-spec": "10.0.1",
"@aureooms/js-itertools": "3.4.0",
"ava": "0.25.0",
"babel-cli": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"ava": "3.7.0",
"codeclimate-test-reporter": "0.5.1",
"coveralls": "2.13.3",
"esdoc": "0.5.2",
"nyc": "11.9.0"
"coveralls": "3.0.11",
"esdoc": "1.1.0",
"nyc": "15.0.1"
},
"homepage": "http://aureooms.github.io/js-binomial-heap/",
"keywords": [
Expand All @@ -56,6 +63,6 @@
"build": "babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"prepublish": "npm run build",
"test": "ava ./test/src --concurrency 8"
"test": "ava"
}
}

0 comments on commit b64213d

Please sign in to comment.