Skip to content

Commit 0816fe9

Browse files
authored
Add peer dependencies for Yarn PnP (#1209)
1 parent 4909d99 commit 0816fe9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v8.0.11
4+
* [Fixed build failing in yarn v2 pnp](https://github.com/TypeStrong/ts-loader/pull/1209) - @aicest
5+
36
## v8.0.10
47
* [Fixed missing errors in watch mode in webpack5](https://github.com/TypeStrong/ts-loader/issues/1204) - thanks @appzuka
58

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "8.0.10",
3+
"version": "8.0.11",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist",
@@ -101,6 +101,7 @@
101101
"webpack-cli": "^3.1.1"
102102
},
103103
"peerDependencies": {
104-
"typescript": "*"
104+
"typescript": "*",
105+
"webpack": "*"
105106
}
106107
}

0 commit comments

Comments
 (0)