Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v3 (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jul 30, 2018
1 parent 0a2a1b7 commit c27ac2e
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 22 deletions.
73 changes: 56 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -133,6 +133,6 @@
"source-map-support": "^0.5.5",
"tmp": "^0.0.33",
"typedoc": "^0.11.1",
"typescript": "~2.9.0"
"typescript": "~3.0.0"
}
}
6 changes: 3 additions & 3 deletions src/shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/shared/package.json
Expand Up @@ -25,7 +25,7 @@
"@types/url-template": "^2.0.28",
"@types/uuid": "^3.4.3",
"gts": "^0.8.0",
"typescript": "~2.9.0"
"typescript": "~3.0.0"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit c27ac2e

Please sign in to comment.