Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v3.6.3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and n1ru4l committed Sep 15, 2019
1 parent 8f3db5a commit 459f235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql": "14.5.5",
"jest": "24.7.1",
"ts-jest": "24.1.0",
"typescript": "3.6.2"
"typescript": "3.6.3"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-app-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/react-dom": "16.9.0",
"graphql.macro": "1.4.2",
"idx.macro": "4.0.0",
"typescript": "3.6.2"
"typescript": "3.6.3"
},
"proxy": "http://localhost:3001/graphql"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11112,10 +11112,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
typescript@3.6.3:
version "3.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==

ua-parser-js@^0.7.18:
version "0.7.20"
Expand Down

0 comments on commit 459f235

Please sign in to comment.