Update ts-jest version to 24.0.2

This commit is contained in:
AkiraFukushima 2019-07-14 15:15:35 +09:00
parent b97827420f
commit a4fbb132e9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -19834,9 +19834,9 @@
}
},
"ts-jest": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.0.tgz",
"integrity": "sha512-o8BO3TkMREpAATaFTrXkovMsCpBl2z4NDBoLJuWZcJJj1ijI49UnvDMfVpj+iogn/Jl8Pbhuei5nc/Ti+frEHw==",
"version": "24.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz",
"integrity": "sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -260,7 +260,7 @@
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"ts-jest": "^24.0.0",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"ttfinfo": "^0.2.0",
"typescript": "^3.3.4000",