Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #104 from spences10/renovate/typescript-3.x
Browse files Browse the repository at this point in the history
Update dependency typescript to v3.9.10
  • Loading branch information
spences10 committed Aug 13, 2021
2 parents 7c59f9a + 640520f commit a220b70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.9",
"version": "2.0.10",
"license": "MIT",
"author": "Scott Spence <yo@scottspence.dev> (https://scottspence.dev/)",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-dom": "16.14.0",
"tsdx": "0.14.1",
"tslib": "1.14.1",
"typescript": "3.8.3"
"typescript": "3.9.10"
},
"husky": {
"hooks": {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6357,7 +6357,12 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@3.8.3, typescript@^3.7.3:
typescript@3.9.10:
version "3.9.10"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==

typescript@^3.7.3:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
Expand Down

0 comments on commit a220b70

Please sign in to comment.