File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
Webpack plugin that runs typescript type checker on a separate process.
6
6
7
7
## Installation
8
- This plugin requires minimum ** webpack 2.3** , ** typescript 2.1** and optionally ** tslint 5 .0**
8
+ This plugin requires minimum ** webpack 2.3** , ** typescript 2.1** and optionally ** tslint 4 .0**
9
9
``` sh
10
10
npm install --save-dev fork-ts-checker-webpack-plugin
11
11
```
Original file line number Diff line number Diff line change 70
70
"sinon" : " ^2.3.1" ,
71
71
"ts-loader" : " 4.3.0" ,
72
72
"tslint" : " ^5.0.0" ,
73
- "typescript" : " ^2.6.2 " ,
73
+ "typescript" : " ^3.0.1 " ,
74
74
"vue" : " ^2.5.16" ,
75
75
"vue-class-component" : " ^6.1.1" ,
76
76
"vue-loader" : " ^15.2.4" ,
79
79
},
80
80
"peerDependencies" : {
81
81
"tslint" : " ^4.0.0 || ^5.0.0" ,
82
- "typescript" : " ^2.1.0" ,
82
+ "typescript" : " ^2.1.0 || ^3.0.0 " ,
83
83
"webpack" : " ^2.3.0 || ^3.0.0 || ^4.0.0"
84
84
},
85
85
"dependencies" : {
Original file line number Diff line number Diff line change @@ -4046,9 +4046,9 @@ typedarray@^0.0.6:
4046
4046
version "0.0.6"
4047
4047
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
4048
4048
4049
- typescript@^2.6.2 :
4050
- version "2.7 .1"
4051
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7 .1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359 "
4049
+ typescript@^3.0.1 :
4050
+ version "3.0 .1"
4051
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0 .1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb "
4052
4052
4053
4053
uglify-es@^3.3.4 :
4054
4054
version "3.3.9"
You can’t perform that action at this time.
0 commit comments