Merge pull request #15 from oceanprotocol/greenkeeper/ts-jest-25.1.0

Update ts-jest to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-30 12:45:07 +01:00 committed by GitHub
commit 28982437cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -16733,9 +16733,9 @@
"dev": true
},
"ts-jest": {
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz",
"integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==",
"version": "25.1.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-25.1.0.tgz",
"integrity": "sha512-1Lf576ulKhbxX5og+tG8udVg/5cgcMLPBxp1iCqbbf6VvUK4gEsgAtzMjl8u98izhLrzKMPB0LxCBKEZ5l19Hw==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -44,7 +44,7 @@
"jest": "^24.9.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.19.1",
"ts-jest": "^24.3.0",
"ts-jest": "^25.1.0",
"typescript": "^3.7.5",
"webpack": "^4.41.5"
},