Skip to content

Commit 88c6de4

Browse files
committed
Update all dependencies to latest
1 parent 1b00413 commit 88c6de4

File tree

4 files changed

+2422
-1829
lines changed

4 files changed

+2422
-1829
lines changed

.mocharc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"require": "babel-register"
3+
}

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,30 @@
4242
"eslint-plugin-import": "*"
4343
},
4444
"devDependencies": {
45-
"babel-cli": "^6.18.0",
46-
"babel-core": "^6.23.1",
47-
"babel-eslint": "^7.1.0",
45+
"babel-cli": "^6.26.0",
46+
"babel-core": "^6.26.3",
47+
"babel-eslint": "^10.1.0",
4848
"babel-plugin-syntax-flow": "^6.18.0",
49-
"babel-plugin-transform-flow-strip-types": "^6.18.0",
50-
"babel-preset-es2015": "^6.18.0",
51-
"babel-preset-stage-1": "^6.16.0",
52-
"babel-register": "^6.23.0",
53-
"babel-watch": "^2.0.6",
54-
"chai": "^3.5.0",
55-
"concurrently": "^3.3.0",
56-
"eslint": "^3.8.1",
57-
"eslint-config-standard": "^6.2.1",
58-
"eslint-plugin-flowtype": "^2.25.0",
59-
"eslint-plugin-import": "^2.0.1",
60-
"eslint-plugin-promise": "^3.3.0",
61-
"eslint-plugin-standard": "^2.0.1",
62-
"flow-bin": "^0.36.0",
63-
"mocha": "^3.2.0",
64-
"nodemon": "^1.11.0"
49+
"babel-plugin-transform-flow-strip-types": "^6.22.0",
50+
"babel-preset-es2015": "^6.24.1",
51+
"babel-preset-stage-1": "^6.24.1",
52+
"babel-register": "^6.26.0",
53+
"babel-watch": "^7.7.0",
54+
"chai": "^4.3.6",
55+
"concurrently": "^7.5.0",
56+
"eslint": "^8.26.0",
57+
"eslint-config-standard": "^17.0.0",
58+
"eslint-module-utils": "^2.7.4",
59+
"eslint-plugin-flowtype": "^8.0.3",
60+
"eslint-plugin-import": "^2.26.0",
61+
"eslint-plugin-promise": "^6.1.1",
62+
"eslint-plugin-standard": "^5.0.0",
63+
"flow-bin": "^0.192.0",
64+
"mocha": "^10.1.0",
65+
"nodemon": "^2.0.20"
6566
},
6667
"dependencies": {
67-
"eslint-module-utils": "^2.7.4",
68-
"gonzales-pe": "^4.0.3",
69-
"lodash": "^4.17.2"
68+
"gonzales-pe": "^4.3.0",
69+
"lodash": "^4.17.21"
7070
}
7171
}

test/mocha.opts

-1
This file was deleted.

0 commit comments

Comments
 (0)