Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add peer dependencies for Yarn PnP (#1209)
  • Loading branch information
aicest committed Nov 9, 2020
1 parent 4909d99 commit 0816fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## v8.0.11
* [Fixed build failing in yarn v2 pnp](https://github.com/TypeStrong/ts-loader/pull/1209) - @aicest

## v8.0.10
* [Fixed missing errors in watch mode in webpack5](https://github.com/TypeStrong/ts-loader/issues/1204) - thanks @appzuka

Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "8.0.10",
"version": "8.0.11",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist",
Expand Down Expand Up @@ -101,6 +101,7 @@
"webpack-cli": "^3.1.1"
},
"peerDependencies": {
"typescript": "*"
"typescript": "*",
"webpack": "*"
}
}

0 comments on commit 0816fe9

Please sign in to comment.