diff --git a/package.json b/package.json index 27a88b2f5..6f9403c08 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,8 @@ "nyc": "^14.1.1", "patch-package": "^6.5.1", "prettier": "^2.8.3", - "source-map-support": "^0.5.21" + "source-map-support": "^0.5.21", + "typescript": "^4.9.5" }, "husky": { "hooks": { diff --git a/yarn.lock b/yarn.lock index c73b051d7..ee240e1e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11387,6 +11387,11 @@ typescript-memoize@^1.0.0-alpha.3: dependencies: core-js "2.4.1" +typescript@^4.9.5: + version "4.9.5" + resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== + typical@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"