Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit d1b23f7

Browse files
Bump typescript in /create/new_project/demos/erc20_btc
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 3.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.3...v3.9.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 46ec8ff commit d1b23f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

create/new_project/demos/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ts-node": "^8.10.2",
2222
"tslint": "^6.1.2",
2323
"tslint-config-prettier": "^1.18.0",
24-
"typescript": "^3.9.3"
24+
"typescript": "^3.9.5"
2525
},
2626
"dependencies": {
2727
"comit-sdk": "^0.16.1",

create/new_project/demos/erc20_btc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,10 +2214,10 @@ type-is@~1.6.17, type-is@~1.6.18:
22142214
media-typer "0.3.0"
22152215
mime-types "~2.1.24"
22162216

2217-
typescript@^3.9.3:
2218-
version "3.9.3"
2219-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
2220-
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
2217+
typescript@^3.9.5:
2218+
version "3.9.5"
2219+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
2220+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
22212221

22222222
[email protected], unpipe@~1.0.0:
22232223
version "1.0.0"

0 commit comments

Comments
 (0)