Skip to content

Commit

Permalink
chore(deps)!: deprecated node 8 to 10; upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Mar 19, 2020
1 parent c2a19f3 commit f6434ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,14 +43,14 @@
"c8": "^7.0.0",
"proxyquire": "^2.0.1",
"sinon": "^9.0.0",
"typescript": "3.6.4",
"typescript": "^3.8.3",
"uuid": "^7.0.0"
},
"dependencies": {
"arrify": "^2.0.0",
"extend": "^3.0.2"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
}
}

0 comments on commit f6434ab

Please sign in to comment.