Skip to content

Commit

Permalink
Merge pull request #134 from nickmccurdy/use-minimum-peer-dependencies
Browse files Browse the repository at this point in the history
Use minimum peer dependencies
  • Loading branch information
piotr-oles authored Aug 3, 2018
2 parents c88c37a + d73f419 commit eed793e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Webpack plugin that runs typescript type checker on a separate process.

## Installation
This plugin requires minimum **webpack 2.3**, **typescript 2.1** and optionally **tslint 5.0**
This plugin requires minimum **webpack 2.3**, **typescript 2.1** and optionally **tslint 4.0**
```sh
npm install --save-dev fork-ts-checker-webpack-plugin
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"sinon": "^2.3.1",
"ts-loader": "4.3.0",
"tslint": "^5.0.0",
"typescript": "^2.6.2",
"typescript": "^3.0.1",
"vue": "^2.5.16",
"vue-class-component": "^6.1.1",
"vue-loader": "^15.2.4",
Expand All @@ -79,7 +79,7 @@
},
"peerDependencies": {
"tslint": "^4.0.0 || ^5.0.0",
"typescript": "^2.1.0",
"typescript": "^2.1.0 || ^3.0.0",
"webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4046,9 +4046,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.6.2:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"
typescript@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"

uglify-es@^3.3.4:
version "3.3.9"
Expand Down

0 comments on commit eed793e

Please sign in to comment.