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

Commit b9ea65b

Browse files
Bump typescript in /create/new_project/examples/btc_eth
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 2fd0d75 commit b9ea65b

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.3"
23+
"typescript": "^3.9.5"
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
@@ -2022,10 +2022,10 @@ type-is@~1.6.17, type-is@~1.6.18:
20222022
media-typer "0.3.0"
20232023
mime-types "~2.1.24"
20242024

2025-
typescript@^3.9.3:
2026-
version "3.9.3"
2027-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
2028-
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
2025+
typescript@^3.9.5:
2026+
version "3.9.5"
2027+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
2028+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
20292029

20302030
[email protected], unpipe@~1.0.0:
20312031
version "1.0.0"

0 commit comments

Comments
 (0)