From 503262137e376b7a6720ec4ad142dbda917e59ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Nov 2021 19:10:15 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99cdc9f..8575c66 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "metro-react-native-babel-preset": "^0.66.2", "prettier": "^2.2.1", "react-test-renderer": "17.0.2", - "typescript": "^3.8.3" + "typescript": "^4.0.0" }, "resolutions": { "@types/react": "^17" diff --git a/yarn.lock b/yarn.lock index 838471a..80a649c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10050,10 +10050,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.8.3: - version "3.9.9" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674" - integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w== +typescript@^4.0.0: + version "4.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" + integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== ua-parser-js@^0.7.30: version "0.7.31"