Skip to content

Commit

Permalink
feature #1224 Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0 (buf…
Browse files Browse the repository at this point in the history
…fcode)

This PR was merged into the main branch.

Discussion
----------

Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0

Widen allowed scope of `fork-ts-checker-webpack-plugin` to v8 and v9.

- [Changelog 9.0](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases/tag/v9.0.0)
- [Changelog 8.0](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases/tag/v8.0.0)

Commits
-------

94cf496 Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0
  • Loading branch information
weaverryan committed Oct 20, 2023
2 parents 4b25112 + 94cf496 commit f6ae192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-webpack-plugin": "^3.1.0 || ^4.0.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^7.0.0 || ^8.0.0 || ^9.0.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.0",
Expand Down Expand Up @@ -115,7 +115,7 @@
"eslint": "^8.0.0",
"eslint-webpack-plugin": "^3.1.0 || ^4.0.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^7.0.0 || ^8.0.0 || ^9.0.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.0",
"less": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3531,7 +3531,7 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==

fork-ts-checker-webpack-plugin@^7.0.0:
"fork-ts-checker-webpack-plugin@^7.0.0 || ^8.0.0 || ^9.0.0":
version "7.2.13"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.13.tgz#51ffd6a2f96f03ab64b92f8aedf305dbf3dee0f1"
integrity sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==
Expand Down

0 comments on commit f6ae192

Please sign in to comment.