Skip to content

Commit

Permalink
Upgrade typescript to ^2.8.0
Browse files Browse the repository at this point in the history
This should hopefully fix error in travis build step `npm run check-ts`

Error: node_modules/@types/recompose/index.d.ts(23,47): error TS2304:
Cannot find name 'Exclude'.
Example build:
https://travis-ci.org/GriddleGriddle/Griddle/builds/441174637

Reason: The Exclude keyword used in @types/recompose was added in
Typescript 2.8
(https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#predefined-conditional-types).
  • Loading branch information
mDibyo committed Nov 5, 2018
1 parent fc77b31 commit 4b1a9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react-dom": "^15.3.2",
"rimraf": "^2.6.0",
"ts-loader": "^2.0.2",
"typescript": "~2.5",
"typescript": "^2.8.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-fail-plugin": "^1.0.6"
Expand Down

0 comments on commit 4b1a9d9

Please sign in to comment.