⬆️ 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

@@ -26,14 +26,14 @@
"devDependencies": {
"@types/crypto-js": "^3.1.43",
"@types/express": "^4.16.1",
"@types/jest": "^23.3.2",
"@types/jest": "^24.0.18",
"@types/lodash.get": "^4.4.5",
"@types/mmmagic": "^0.4.29",
"@types/node": "^10.10.1",
"@types/request-promise-native": "^1.0.15",
"jest": "^23.6.0",
"jest": "^24.9.0",
"source-map-support": "^0.5.9",
"ts-jest": "^23.10.1",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "~3.5.2"
},