Skip to content

Commit 42e73ae

Browse files
committed
chore(deps): update dependency typescript to v3
1 parent af3c5aa commit 42e73ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "9.4.6",
1616
"graphql": "14.0.2",
1717
"ts-node": "5.0.0",
18-
"typescript": "2.7.2"
18+
"typescript": "3.1.3"
1919
},
2020
"scripts": {
2121
"test": "cd src/example && ts-node test.ts",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ ts-node@5.0.0:
399399
source-map-support "^0.5.3"
400400
yn "^2.0.0"
401401

402-
typescript@2.7.2:
403-
version "2.7.2"
404-
resolved "http://registry.npmjs.org/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
402+
typescript@3.1.3:
403+
version "3.1.3"
404+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
405405

406406
universalify@^0.1.0:
407407
version "0.1.2"

0 commit comments

Comments
 (0)