Skip to content

Commit

Permalink
chore: upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Sep 16, 2021
1 parent 6c0c95f commit 77bb22b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"semver": "^7.1.3",
"tape": "^4.11.0",
"tslint": "^6.1.3",
"typescript": "^3.6.2"
"typescript": "^4.4.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -739,10 +739,10 @@ tsutils@^2.29.0:
dependencies:
tslib "^1.8.1"

typescript@^3.6.2:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
typescript@^4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

validate-npm-package-license@^3.0.1:
version "3.0.4"
Expand Down

0 comments on commit 77bb22b

Please sign in to comment.