Skip to content

Commit 0b4f011

Browse files
committed
Update dependencies and Node versions
1 parent a99df08 commit 0b4f011

File tree

3 files changed

+925
-821
lines changed

3 files changed

+925
-821
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3+
- "14"
34
- "12"
45
- "10"
5-
- "8"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"is-primitive": "^3.0.1"
4949
},
5050
"devDependencies": {
51-
"@types/jest": "^25.2.3",
52-
"@types/node": "^14.0.11",
53-
"jest": "^26.0.1",
54-
"ts-jest": "^26.1.0",
55-
"typescript": "^3.9.5"
51+
"@types/jest": "^26.0.20",
52+
"@types/node": "^14.14.31",
53+
"jest": "^26.6.3",
54+
"ts-jest": "^26.5.2",
55+
"typescript": "^4.2.2"
5656
}
5757
}

0 commit comments

Comments
 (0)