Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 30, 2018
1 parent 8ef6979 commit eb0455e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"mocha": "^5.0.0",
"ts-node": "^7.0.0",
"ts-node-test-register": "file:..",
"typescript": "^2.6.2"
"typescript": "^3.0.0"
}
}
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ [email protected]:
has-flag "^2.0.0"

"ts-node-test-register@file:..":
version "3.0.0"
version "4.0.0"
dependencies:
read-pkg "^3.0.0"

Expand All @@ -274,9 +274,9 @@ ts-node@^7.0.0:
source-map-support "^0.5.6"
yn "^2.0.0"

typescript@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
typescript@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"

validate-npm-package-license@^3.0.1:
version "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"mocha": "^5.2.0",
"prettier": "^1.13.5",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
"typescript": "^3.0.0"
},
"peerDependencies": {
"ts-node": "^7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1435,9 +1435,9 @@ tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

typescript@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
typescript@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"

union-value@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit eb0455e

Please sign in to comment.