Skip to content

Commit 383b012

Browse files
⬆️ Bump typescript from 3.9.5 to 3.9.6 (#495)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Possawat Suksai <markkung08@gmail.com>
1 parent a09013f commit 383b012

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"husky": "^4.2.5",
7979
"prettier": "^2.0.5",
8080
"pretty-quick": "^2.0.1",
81-
"typescript": "^3.9.5"
81+
"typescript": "^3.9.6"
8282
},
8383
"scripts": {
8484
"dev": "next",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9902,10 +9902,10 @@ typedarray@^0.0.6:
99029902
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
99039903
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
99049904

9905-
typescript@^3.9.5:
9906-
version "3.9.5"
9907-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
9908-
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
9905+
typescript@^3.9.6:
9906+
version "3.9.6"
9907+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
9908+
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
99099909

99109910
unherit@^1.0.4:
99119911
version "1.1.3"

0 commit comments

Comments
 (0)