Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 6ceecfc

Browse files
committed
build: update typescript to version 2.8.3
1 parent c5b382a commit 6ceecfc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"protractor-cucumber-framework": "^5.0.0",
6262
"ts-node": "~5.0.0",
6363
"tslint": "~5.9.0",
64-
"typescript": "2.7.2"
64+
"typescript": "2.8.3"
6565
}
6666
}

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7080,7 +7080,11 @@ typedarray@^0.0.6:
70807080
version "0.0.6"
70817081
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
70827082

7083-
typescript@2.7.2, "typescript@>=2.6.2 <2.8", typescript@~2.7.2:
7083+
typescript@2.8.3:
7084+
version "2.8.3"
7085+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"
7086+
7087+
"typescript@>=2.6.2 <2.8", typescript@~2.7.2:
70847088
version "2.7.2"
70857089
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
70867090

0 commit comments

Comments
 (0)