Skip to content

Commit 1335c79

Browse files
😒 chore(deps): Upgrade dev deps.
1 parent ea8a5d4 commit 1335c79

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

package.json

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
"version": "3.1.0",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
66
"ava": {
7+
"sources": [
8+
"src/**/*"
9+
],
10+
"files": [
11+
"test/src/**/*"
12+
],
713
"require": [
8-
"babel-polyfill",
9-
"babel-register"
14+
"@babel/polyfill",
15+
"@babel/register"
1016
]
1117
},
1218
"babel": {
1319
"presets": [
14-
"env"
20+
"@babel/preset-env"
1521
],
1622
"env": {
1723
"development": {
@@ -28,14 +34,16 @@
2834
"@aureooms/js-functools": "2.0.3",
2935
"@aureooms/js-itertools": "3.4.0",
3036
"@aureooms/js-number": "3.1.0",
31-
"ava": "0.25.0",
32-
"babel-cli": "6.26.0",
33-
"babel-polyfill": "6.26.0",
34-
"babel-preset-env": "1.7.0",
35-
"codeclimate-test-reporter": "0.4.1",
36-
"coveralls": "2.13.3",
37-
"esdoc": "0.5.2",
38-
"nyc": "11.9.0"
37+
"@babel/cli": "7.7.0",
38+
"@babel/core": "7.7.2",
39+
"@babel/polyfill": "7.7.0",
40+
"@babel/preset-env": "7.7.1",
41+
"@babel/register": "7.7.0",
42+
"ava": "2.4.0",
43+
"codeclimate-test-reporter": "0.5.1",
44+
"coveralls": "3.0.8",
45+
"esdoc": "1.1.0",
46+
"nyc": "14.1.1"
3947
},
4048
"homepage": "https://aureooms.github.io/js-fibonacci",
4149
"keywords": [
@@ -58,6 +66,6 @@
5866
"build": "babel src -d lib",
5967
"cover": "nyc --reporter=lcov npm test",
6068
"prepublish": "npm run build",
61-
"test": "ava ./test/src --concurrency 8"
69+
"test": "ava --concurrency 8"
6270
}
6371
}

0 commit comments

Comments
 (0)