Skip to content

Commit 9a2efa8

Browse files
committed
feat(package): migrate to typescript@3.0
BREAKING CHANGE: Module now only supports typescript@3
1 parent a75e2fb commit 9a2efa8

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
@@ -53,7 +53,7 @@
5353
"ramda": "^0.25.0",
5454
"ts-curry": "^1.0.4",
5555
"ts-node": "^7.0.0",
56-
"typescript": "^2.9.2",
56+
"typescript": "^3.0.1",
5757
"yargs": "^12.0.1"
5858
}
5959
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,9 +3104,9 @@ ts-node@^7.0.0:
31043104
source-map-support "^0.5.6"
31053105
yn "^2.0.0"
31063106

3107-
typescript@^2.9.2:
3108-
version "2.9.2"
3109-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
3107+
typescript@^3.0.1:
3108+
version "3.0.1"
3109+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
31103110

31113111
uglify-js@^2.6:
31123112
version "2.8.29"

0 commit comments

Comments
 (0)