Skip to content

Commit

Permalink
Merge pull request nestjs#2423 from nestjs/renovate/ts-loader-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ts-loader to v6.0.4
  • Loading branch information
kamilmysliwiec authored Jun 22, 2019
2 parents 317f642 + ef782ff commit 9a622ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions sample/08-webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/08-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "10.14.8",
"ts-loader": "6.0.2",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"webpack": "4.35.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/18-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "10.14.8",
"ts-loader": "6.0.2",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tslint": "5.18.0"
}
Expand Down

0 comments on commit 9a622ea

Please sign in to comment.