diff --git a/package.json b/package.json index ef90f586..23ee2e4c 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "react-test-renderer": "18.2.0", - "typescript": "4.8.4" + "typescript": "5.3.2" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx}": [ diff --git a/yarn.lock b/yarn.lock index b91dd27c..12fc9bb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10434,10 +10434,10 @@ typescript-tuple@^2.2.1: dependencies: typescript-compare "^0.0.2" -typescript@4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== typescript@^3.9.10, typescript@^3.9.7: version "3.9.10"