Skip to content

Commit 3e5f7f6

Browse files
authored
Update deps and bump Node.js requirement (#164)
1 parent 2aecfb6 commit 3e5f7f6

File tree

4 files changed

+1250
-1446
lines changed

4 files changed

+1250
-1446
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"root": true,
33
"env": {
44
"node": true,
5-
"es6": true
5+
"es6": true,
6+
"es2017": true
67
},
78
"parserOptions": {
8-
"ecmaVersion": 8
9+
"ecmaVersion": 2019
910
},
1011
"rules": {
1112
// Possible errors

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
44
- stable
55

66
install:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"webidl2": "^23.10.1"
1212
},
1313
"devDependencies": {
14-
"eslint": "^6.6.0",
15-
"jest": "^24.9.0"
14+
"eslint": "^6.8.0",
15+
"jest": "^25.1.0"
1616
},
1717
"scripts": {
1818
"test": "jest",
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"engines": {
29-
"node": ">=8"
29+
"node": ">=10"
3030
},
3131
"author": "Sebastian Mayr <npm@smayr.name>",
3232
"license": "MIT"

0 commit comments

Comments
 (0)