Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit 25bb34b

Browse files
committed
fix(deps): update dependency typescript to v~2.6.1
1 parent 3a3f323 commit 25bb34b

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
@@ -20,7 +20,7 @@
2020
"release": "standard-version"
2121
},
2222
"dependencies": {
23-
"typescript": "~2.4.1"
23+
"typescript": "~2.6.1"
2424
},
2525
"devDependencies": {
2626
"@types/dedent": "0.7.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,9 +3040,9 @@ typescript@2.4.1:
30403040
version "2.4.1"
30413041
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
30423042

3043-
typescript@~2.4.1:
3044-
version "2.4.2"
3045-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
3043+
typescript@~2.6.1:
3044+
version "2.6.1"
3045+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631"
30463046

30473047
uglify-js@^2.6:
30483048
version "2.8.29"

0 commit comments

Comments
 (0)