⬆️ Set jest@24.x.x on all packages

This commit is contained in:
Jan Oberhauser
2019-08-28 15:42:45 +02:00
parent 67afc883db
commit 1ff038b563
5 changed files with 14 additions and 14 deletions

View File

@@ -50,16 +50,16 @@
"@types/convict": "^4.2.1",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.16.1",
"@types/jest": "^23.3.2",
"@types/jest": "^24.0.18",
"@types/localtunnel": "^1.9.0",
"@types/node": "^10.10.1",
"@types/open": "^6.1.0",
"@types/parseurl": "^1.3.1",
"@types/request-promise-native": "^1.0.15",
"jest": "^23.6.0",
"jest": "^24.9.0",
"nodemon": "^1.19.1",
"sails-disk": "^1.0.1",
"ts-jest": "^23.10.1",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "~3.5.2"
},