Skip to content

Commit dd84009

Browse files
Micael RodriguesBenjamim Sonntag
authored andcommitted
Upgrade to babel-eslint@10.1.0 and eslint@6.8.0
1 parent 0939b36 commit dd84009

File tree

3 files changed

+299
-154
lines changed

3 files changed

+299
-154
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- 8
54
- 10
65

76
sudo: false

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"dependencies": {
45-
"babel-eslint": "10.0.1",
45+
"babel-eslint": "10.1.0",
4646
"eslint-plugin-flowtype": "3.13.0",
4747
"eslint-plugin-jest": "22.4.1",
4848
"eslint-plugin-mocha": "5.3.0",
@@ -56,7 +56,7 @@
5656
"eslint-plugin-switch-case": "^1.1.2"
5757
},
5858
"devDependencies": {
59-
"eslint": "6.5.1",
59+
"eslint": "6.8.0",
6060
"lint-staged": "^8.1.5",
6161
"mocha": "6.0.2",
6262
"pre-commit": "^1.2.2",
@@ -67,7 +67,7 @@
6767
"eslint": "5 || 6"
6868
},
6969
"engines": {
70-
"node": ">=8"
70+
"node": ">=10"
7171
},
7272
"options": {
7373
"mocha": "-t 10000 --require should test"

0 commit comments

Comments
 (0)