Skip to content

Commit 98258ab

Browse files
committed
Relax typescript constraint
1 parent ae0ba91 commit 98258ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rxjs": "^6.0.0",
6666
"ts-node": "~5.0.1",
6767
"tslint": "~5.9.1",
68-
"typescript": "2.7.2",
68+
"typescript": "~2.7.2",
6969
"zone.js": "^0.8.26"
7070
},
7171
"engines": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7111,7 +7111,7 @@ typedarray@^0.0.6:
71117111
version "0.0.6"
71127112
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
71137113

7114-
typescript@2.7.2, "typescript@>=2.6.2 <2.8", typescript@~2.7.2:
7114+
"typescript@>=2.6.2 <2.8", typescript@~2.7.2:
71157115
version "2.7.2"
71167116
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
71177117

0 commit comments

Comments
 (0)