Skip to content

Commit

Permalink
Bumped all the packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Jan 31, 2020
1 parent c0cb7a8 commit a120232
Show file tree
Hide file tree
Showing 3 changed files with 3,550 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
@@ -1,4 +1,3 @@
{
"editor.tabSize": 2,
"prettier.tslintIntegration": true
"editor.tabSize": 2
}
17 changes: 8 additions & 9 deletions package.json
Expand Up @@ -11,15 +11,14 @@
"start": "tsc"
},
"dependencies": {
"@types/node": "^11.9.0",
"@types/jest": "^24.0.15",
"@types/node": "^10.12.19",
"coveralls": "^3.0.5",
"jest": "^24.8.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.3.0",
"tslint": "^5.16.0",
"typescript": "^3.5.3"
"@types/node": "^13.5.3",
"@types/jest": "^25.1.1",
"coveralls": "^3.0.9",
"jest": "^25.1.0",
"ts-jest": "^25.1.0",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
},
"jest": {
"roots": [
Expand Down

0 comments on commit a120232

Please sign in to comment.