diff --git a/package.json b/package.json index c00b0c41c..e6726bda2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "ts-node": "^10.9.1", "ts-patch": "^2.0.2", "ts-prune": "^0.10.3", - "typescript": "^4.9.4", + "typescript": "^4.8.2", "typescript-transform-paths": "^3.3.1" }, "lint-staged": { @@ -51,7 +51,7 @@ "jest-watch-typeahead": "^0.6.5", "react": "^18.0.1", "ts-jest": "^29.0.5", - "typescript": "^4.9.4" + "typescript": "^4.8.2" }, "scripts": { "build": "lerna run build:alone --stream", diff --git a/yarn.lock b/yarn.lock index 1273c5da0..f4a4daa9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23444,10 +23444,10 @@ typescript-transform-paths@^3.3.1: dependencies: minimatch "^3.0.4" -typescript@^4.9.4: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^4.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" + integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== ua-parser-js@^0.7.30: version "0.7.34"