Skip to content

Commit

Permalink
Update ts-loader module by hand (#3102)
Browse files Browse the repository at this point in the history
The dependabot PR failed because the Azure pipeline never returned the status of the run. And I saw no way to rerun the checks.
  • Loading branch information
RobGallo authored Jul 21, 2020
1 parent 73d2164 commit 8ff7475
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"spectron": "^10.0.1",
"terser-webpack-plugin": "^3.0.7",
"ts-jest": "^26.1.2",
"ts-loader": "^8.0.0",
"ts-loader": "^8.0.1",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "6.2.0",
"typed-scss-modules": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10958,10 +10958,10 @@ ts-jest@^26.1.2:
semver "7.x"
yargs-parser "18.x"

ts-loader@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.0.tgz#faf4b1617dcc4a24c2925d92c5b19e9c6621064d"
integrity sha512-giEW167rtK1V6eX/DnXEtOgcawwoIp6hqznqYNNSmraUZOq36zMhwBq12JMlYhxf50BC58bscsTSKKtE42zAuw==
ts-loader@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.1.tgz#9670dcbce2a8c8506d01a37fee042350d02c8c21"
integrity sha512-I9Nmly0ufJoZRMuAT9d5ijsC2B7oSPvUnOJt/GhgoATlPGYfa17VicDKPcqwUCrHpOkCxr/ybLYwbnS4cOxmvQ==
dependencies:
chalk "^2.3.0"
enhanced-resolve "^4.0.0"
Expand Down

0 comments on commit 8ff7475

Please sign in to comment.