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

Commit faffd5e

Browse files
Bump typescript from 3.7.2 to 3.7.3 in /new_project/examples/erc20_btc
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.7.2...v3.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a881d2a commit faffd5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

new_project/examples/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ts-node": "^8.5.4",
1818
"tslint": "^5.20.1",
1919
"tslint-config-prettier": "^1.18.0",
20-
"typescript": "^3.7.2"
20+
"typescript": "^3.7.3"
2121
},
2222
"dependencies": {
2323
"comit-sdk": "^0.7.1",

new_project/examples/erc20_btc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,10 +1454,10 @@ type-is@~1.6.17, type-is@~1.6.18:
14541454
media-typer "0.3.0"
14551455
mime-types "~2.1.24"
14561456

1457-
typescript@^3.7.2:
1458-
version "3.7.2"
1459-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
1460-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
1457+
typescript@^3.7.3:
1458+
version "3.7.3"
1459+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69"
1460+
integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==
14611461

14621462
unpipe@1.0.0, unpipe@~1.0.0:
14631463
version "1.0.0"

0 commit comments

Comments
 (0)