Skip to content

Commit 2cded9d

Browse files
author
hirsch88
committed
Fix typescript version
1 parent 05e0b8c commit 2cded9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"typedi": "^0.5.2",
9595
"typeorm": "^0.1.3",
9696
"typeorm-typedi-extensions": "^0.1.1",
97-
"typescript": "^2.6.1",
97+
"typescript": "2.6.2",
9898
"uuid": "^3.1.0",
9999
"winston": "^2.4.0"
100100
},

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4938,9 +4938,9 @@ typeorm@^0.1.3:
49384938
yargonaut "^1.1.2"
49394939
yargs "^9.0.1"
49404940

4941-
typescript@^2.6.1:
4942-
version "2.7.2"
4943-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
4941+
4942+
version "2.6.2"
4943+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
49444944

49454945
uglify-js@^2.6:
49464946
version "2.8.29"

0 commit comments

Comments
 (0)