Skip to content

Commit

Permalink
Upgrade ts-loader to fix TypeStrong/ts-loader#942
Browse files Browse the repository at this point in the history
This was causing some tests to fail with the ts 3.5.1 upgrade.
  • Loading branch information
jasongrout committed May 31, 2019
1 parent 79933e7 commit 76cdaf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/package.json
Expand Up @@ -67,7 +67,7 @@
"rimraf": "~2.6.2",
"style-loader": "~0.23.1",
"thread-loader": "^2.1.2",
"ts-loader": "^6.0.1",
"ts-loader": "^6.0.2",
"typescript": "~3.5.1",
"url-loader": "~1.1.2",
"webpack": "^4.32.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11133,10 +11133,10 @@ ts-jest@^24.0.2:
semver "^5.5"
yargs-parser "10.x"

ts-loader@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.0.1.tgz#abe8ba59356da8cbc85c01ab5feb85ae998db315"
integrity sha512-9H5ErTIw5t73sdSoFE0hX0RO45B7cdDA4pW1VIQ2wNFAhxSpZcAlv2fwMcfv6SAYLoI7uGwHuzC5dECzmzqtzA==
ts-loader@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.0.2.tgz#cbd46a1495668ed9d59813f5c66f4bb49ff0c14c"
integrity sha512-kkF3sGf3oBUehlvXI9fkbItbFTnNgGkYAz91vtWnsKAU4m+LAmQjuby7uTZNo3As+/zHLuyB052SkQDY6vLXtg==
dependencies:
chalk "^2.3.0"
enhanced-resolve "^4.0.0"
Expand Down

0 comments on commit 76cdaf1

Please sign in to comment.