Skip to content

Commit

Permalink
Merge pull request #80 from topce/ts28
Browse files Browse the repository at this point in the history
change TypeScript version to 2.8
  • Loading branch information
ornicar committed May 10, 2018
2 parents f5caab4 + 0a1e54e commit 7c46fe1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"gulp-uglify": "^3",
"gulp-util": "^3",
"tsify": "^3",
"typescript": "^2.6",
"typescript": "^2.8",
"uglify-js": "^3",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^1",
Expand Down
2 changes: 1 addition & 1 deletion src/drag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface DragCurrent {
newPiece?: boolean; // it it a new piece from outside the board
force?: boolean; // can the new piece replace an existing one (editor)
previouslySelected?: cg.Key;
originTarget: EventTarget;
originTarget: EventTarget | null;
}

export function start(s: State, e: cg.MouchEvent): void {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2641,9 +2641,9 @@ typedarray@~0.0.5:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.6:
version "2.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
typescript@^2.8:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"

uglify-js@^3, uglify-js@^3.0.5:
version "3.2.0"
Expand Down

0 comments on commit 7c46fe1

Please sign in to comment.