10.diff (961B)
1 diff --git a/package.json b/package.json 2 index b96b77e..2da249b 100644 3 --- a/package.json 4 +++ b/package.json 5 @@ -64,6 +64,6 @@ 6 "protractor": "^5.1.2", 7 "ts-node": "^5.0.0", 8 "tslint": "^5.7.0", 9 - "typescript": ">=2.4.2 <2.7.0" 10 + "typescript": ">=2.4.2 <2.9.0" 11 } 12 } 13 diff --git a/yarn.lock b/yarn.lock 14 index 9ad7d99..241811e 100644 15 --- a/yarn.lock 16 +++ b/yarn.lock 17 @@ -6774,7 +6774,11 @@ typedarray@^0.0.6, typedarray@~0.0.5: 18 version "0.0.6" 19 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" 20 21 -"typescript@>=2.4.2 <2.7.0", typescript@~2.6.2: 22 +"typescript@>=2.4.2 <2.9.0": 23 + version "2.8.1" 24 + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624" 25 + 26 +typescript@~2.6.2: 27 version "2.6.2" 28 resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4" 29