Skip to content

Commit b64213d

Browse files
😒 chore(deps): Upgrade dependencies.
1 parent 62241f1 commit b64213d

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

package.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44
"version": "11.0.0",
55
"author": "Aurélien Ooms <[email protected]>",
66
"ava": {
7+
"files": [
8+
"test/src/**/*"
9+
],
710
"require": [
8-
"babel-polyfill",
9-
"babel-register"
10-
]
11+
"@babel/polyfill",
12+
"@babel/register"
13+
],
14+
"concurrency": 8,
15+
"timeout": "1m"
1116
},
1217
"babel": {
1318
"presets": [
14-
"latest"
19+
"@babel/preset-env"
1520
],
1621
"env": {
1722
"development": {
@@ -28,14 +33,16 @@
2833
"@aureooms/js-functools": "2.0.3",
2934
"@aureooms/js-heap-spec": "10.0.1",
3035
"@aureooms/js-itertools": "3.4.0",
31-
"ava": "0.25.0",
32-
"babel-cli": "6.26.0",
33-
"babel-polyfill": "6.26.0",
34-
"babel-preset-latest": "6.24.1",
36+
"@babel/cli": "7.8.4",
37+
"@babel/core": "7.9.0",
38+
"@babel/polyfill": "7.8.7",
39+
"@babel/preset-env": "7.9.5",
40+
"@babel/register": "7.9.0",
41+
"ava": "3.7.0",
3542
"codeclimate-test-reporter": "0.5.1",
36-
"coveralls": "2.13.3",
37-
"esdoc": "0.5.2",
38-
"nyc": "11.9.0"
43+
"coveralls": "3.0.11",
44+
"esdoc": "1.1.0",
45+
"nyc": "15.0.1"
3946
},
4047
"homepage": "http://aureooms.github.io/js-binomial-heap/",
4148
"keywords": [
@@ -56,6 +63,6 @@
5663
"build": "babel src -d lib",
5764
"cover": "nyc --reporter=lcov npm test",
5865
"prepublish": "npm run build",
59-
"test": "ava ./test/src --concurrency 8"
66+
"test": "ava"
6067
}
6168
}

0 commit comments

Comments
 (0)