Bump typescript from 3.7.2 to 3.7.3 (#46)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-05 09:12:12 +01:00 committed by CrazyMax
parent 16077aaddc
commit b497e58bcc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5520,9 +5520,9 @@
}
},
"typescript": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.3.tgz",
"integrity": "sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==",
"dev": true
},
"typescript-formatter": {

View File

@ -38,7 +38,7 @@
"jest-circus": "^24.7.1",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.7.2",
"typescript": "^3.7.3",
"typescript-formatter": "^7.2.2"
}
}