Skip to content

Commit f6ae192

Browse files
committed
feature #1224 Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0 (buffcode)
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
2 parents 4b25112 + 94cf496 commit f6ae192

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-node": "^11.1.0",
7373
"eslint-webpack-plugin": "^3.1.0 || ^4.0.0",
7474
"file-loader": "^6.0.0",
75-
"fork-ts-checker-webpack-plugin": "^7.0.0",
75+
"fork-ts-checker-webpack-plugin": "^7.0.0 || ^8.0.0 || ^9.0.0",
7676
"fs-extra": "^10.0.0",
7777
"handlebars": "^4.7.7",
7878
"handlebars-loader": "^1.7.0",
@@ -115,7 +115,7 @@
115115
"eslint": "^8.0.0",
116116
"eslint-webpack-plugin": "^3.1.0 || ^4.0.0",
117117
"file-loader": "^6.0.0",
118-
"fork-ts-checker-webpack-plugin": "^7.0.0",
118+
"fork-ts-checker-webpack-plugin": "^7.0.0 || ^8.0.0 || ^9.0.0",
119119
"handlebars": "^4.7.7",
120120
"handlebars-loader": "^1.7.0",
121121
"less": "^4.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3531,7 +3531,7 @@ forever-agent@~0.6.1:
35313531
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
35323532
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
35333533

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

0 commit comments

Comments
 (0)