Skip to content

Commit

Permalink
Add webpack minimum version in peerDependencies (#1324)
Browse files Browse the repository at this point in the history
* Add webpack minimum version in peerDependencies

* Update package.json

* Update CHANGELOG.md

Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
  • Loading branch information
afdev82 and johnnyreilly committed May 22, 2021
1 parent ec1aad4 commit 4baa995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v9.2.2

* [Add webpack minimum version in peerDependencies](https://github.com/TypeStrong/ts-loader/issues/1324) - thanks @afdev82

## v9.2.1

* [Make v9 latest in npm again](https://github.com/TypeStrong/ts-loader/issues/1320) - thanks @johnnyreilly
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "9.2.1",
"version": "9.2.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist",
Expand Down Expand Up @@ -99,6 +99,6 @@
},
"peerDependencies": {
"typescript": "*",
"webpack": "*"
"webpack": "^5.0.0"
}
}

0 comments on commit 4baa995

Please sign in to comment.