Skip to content

Commit 4baa995

Browse files
Add webpack minimum version in peerDependencies (#1324)
* Add webpack minimum version in peerDependencies * Update package.json * Update CHANGELOG.md Co-authored-by: John Reilly <[email protected]>
1 parent ec1aad4 commit 4baa995

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v9.2.2
4+
5+
* [Add webpack minimum version in peerDependencies](https://github.com/TypeStrong/ts-loader/issues/1324) - thanks @afdev82
6+
37
## v9.2.1
48

59
* [Make v9 latest in npm again](https://github.com/TypeStrong/ts-loader/issues/1320) - thanks @johnnyreilly

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "9.2.1",
3+
"version": "9.2.2",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist",
@@ -99,6 +99,6 @@
9999
},
100100
"peerDependencies": {
101101
"typescript": "*",
102-
"webpack": "*"
102+
"webpack": "^5.0.0"
103103
}
104104
}

0 commit comments

Comments
 (0)