Skip to content

Commit eed793e

Browse files
authored
Merge pull request #134 from nickmccurdy/use-minimum-peer-dependencies
Use minimum peer dependencies
2 parents c88c37a + d73f419 commit eed793e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Webpack plugin that runs typescript type checker on a separate process.
66

77
## 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**
99
```sh
1010
npm install --save-dev fork-ts-checker-webpack-plugin
1111
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"sinon": "^2.3.1",
7171
"ts-loader": "4.3.0",
7272
"tslint": "^5.0.0",
73-
"typescript": "^2.6.2",
73+
"typescript": "^3.0.1",
7474
"vue": "^2.5.16",
7575
"vue-class-component": "^6.1.1",
7676
"vue-loader": "^15.2.4",
@@ -79,7 +79,7 @@
7979
},
8080
"peerDependencies": {
8181
"tslint": "^4.0.0 || ^5.0.0",
82-
"typescript": "^2.1.0",
82+
"typescript": "^2.1.0 || ^3.0.0",
8383
"webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
8484
},
8585
"dependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4046,9 +4046,9 @@ typedarray@^0.0.6:
40464046
version "0.0.6"
40474047
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
40484048

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"
40524052

40534053
uglify-es@^3.3.4:
40544054
version "3.3.9"

0 commit comments

Comments
 (0)