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

Commit 9aa3f63

Browse files
Bump typescript in /create/new_project/examples/btc_eth
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf990fe commit 9aa3f63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

create/new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ts-node": "^8.10.2",
2121
"tslint": "^6.1.2",
2222
"tslint-config-prettier": "^1.18.0",
23-
"typescript": "^3.9.5"
23+
"typescript": "^3.9.6"
2424
},
2525
"dependencies": {
2626
"@types/express": "^4.17.6",

create/new_project/examples/btc_eth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,10 +2274,10 @@ type-is@~1.6.17, type-is@~1.6.18:
22742274
media-typer "0.3.0"
22752275
mime-types "~2.1.24"
22762276

2277-
typescript@^3.9.5:
2278-
version "3.9.5"
2279-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
2280-
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
2277+
typescript@^3.9.6:
2278+
version "3.9.6"
2279+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
2280+
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
22812281

22822282
unpipe@1.0.0, unpipe@~1.0.0:
22832283
version "1.0.0"

0 commit comments

Comments
 (0)