Skip to content

Commit f4d82d0

Browse files
author
chengyu.chengyulia
committed
feat: upgrade fork-ts-checker-webpack-plugin
1 parent 464cc44 commit f4d82d0

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-react": "7.22.0",
9797
"eslint-plugin-react-hooks": "4.2.0",
9898
"file-loader": "5.0.2",
99-
"fork-ts-checker-webpack-plugin": "5.2.0",
99+
"fork-ts-checker-webpack-plugin": "6.2.0",
100100
"fs-extra": "8.1.0",
101101
"gulp": "^4.0.2",
102102
"gulp-babel": "^8.0.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,7 @@ chokidar@3.3.0:
37743774
optionalDependencies:
37753775
fsevents "~2.1.1"
37763776

3777-
"chokidar@>=2.0.0 <4.0.0":
3777+
"chokidar@>=2.0.0 <4.0.0", chokidar@^3.4.2:
37783778
version "3.5.1"
37793779
resolved "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
37803780
integrity sha1-7pznu+vSt59J8wR5nVRo4x4U5oo=
@@ -6491,14 +6491,15 @@ fork-stream@^0.0.4:
64916491
resolved "https://registry.npm.alibaba-inc.com/fork-stream/download/fork-stream-0.0.4.tgz#db849fce77f6708a5f8f386ae533a0907b54ae70"
64926492
integrity sha1-24Sfznf2cIpfjzhq5TOgkHtUrnA=
64936493

6494-
fork-ts-checker-webpack-plugin@5.2.0:
6495-
version "5.2.0"
6496-
resolved "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-5.2.0.tgz#780a14fb0da02a892baedd7aa0d089a1eda7b3e5"
6497-
integrity sha1-eAoU+w2gKokrrt16oNCJoe2ns+U=
6494+
fork-ts-checker-webpack-plugin@6.2.0:
6495+
version "6.2.0"
6496+
resolved "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-6.2.0.tgz#d13af02e24d1b17f769af6bdf41c1e849e1615cc"
6497+
integrity sha1-0TrwLiTRsX92mva99BwehJ4WFcw=
64986498
dependencies:
64996499
"@babel/code-frame" "^7.8.3"
65006500
"@types/json-schema" "^7.0.5"
65016501
chalk "^4.1.0"
6502+
chokidar "^3.4.2"
65026503
cosmiconfig "^6.0.0"
65036504
deepmerge "^4.2.2"
65046505
fs-extra "^9.0.0"

0 commit comments

Comments
 (0)