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

Commit 22ef42e

Browse files
committed
chore: update typescript to version ~2.6.1
1 parent 98b600a commit 22ef42e

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
@@ -47,6 +47,6 @@
4747
"protractor": "~5.2.0",
4848
"ts-node": "~3.3.0",
4949
"tslint": "~5.8.0",
50-
"typescript": "~2.5.0"
50+
"typescript": "~2.6.1"
5151
}
5252
}

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5272,10 +5272,14 @@ type-is@~1.6.15:
52725272
media-typer "0.3.0"
52735273
mime-types "~2.1.15"
52745274

5275-
"typescript@>=2.0.0 <2.6.0", typescript@^2.3.3, typescript@~2.5.0:
5275+
"typescript@>=2.0.0 <2.6.0", typescript@^2.3.3:
52765276
version "2.5.3"
52775277
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.3.tgz#df3dcdc38f3beb800d4bc322646b04a3f6ca7f0d"
52785278

5279+
typescript@~2.6.1:
5280+
version "2.6.1"
5281+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631"
5282+
52795283
uglify-js@3.1.x:
52805284
version "3.1.5"
52815285
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.1.5.tgz#4c1a6d53b2fe77e4710dd94631853effd3ff5143"

0 commit comments

Comments
 (0)