build(deps-dev): bump ts-loader from 6.2.2 to 7.0.4 (#475)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 6.2.2 to 7.0.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.2.2...v7.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 09:49:59 -07:00 committed by Yongjie Zhao
parent 318d04d71f
commit f142bcf836
2 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@
"@babel/core": "^7.9.0",
"babel-loader": "^8.1.0",
"fork-ts-checker-webpack-plugin": "^4.1.2",
"ts-loader": "^6.2.2",
"ts-loader": "^7.0.4",
"typescript": "^3.8.3"
}
}

View File

@ -16819,10 +16819,10 @@ ts-jest@^24.1.0:
semver "^5.5"
yargs-parser "10.x"
ts-loader@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.2.2.tgz#dffa3879b01a1a1e0a4b85e2b8421dc0dfff1c58"
integrity sha512-HDo5kXZCBml3EUPcc7RlZOV/JGlLHwppTLEHb3SHnr5V7NXD4klMEkrhJe5wgRbaWsSXi+Y1SIBN/K9B6zWGWQ==
ts-loader@^7.0.4:
version "7.0.4"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-7.0.4.tgz#5d9b95227de5afb91fdd9668f8920eb193cfe0cc"
integrity sha512-5du6OQHl+4ZjO4crEyoYUyWSrmmo7bAO+inkaILZ68mvahqrfoa4nn0DRmpQ4ruT4l+cuJCgF0xD7SBIyLeeow==
dependencies:
chalk "^2.3.0"
enhanced-resolve "^4.0.0"