From f216a5ff1e65e62af290b73c600c33b51366d723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:19:49 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- example/Galaxy/package.json | 2 +- example/Galaxy/yarn.lock | 10 +++++----- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/Galaxy/package.json b/example/Galaxy/package.json index 75b44b797..e5c46eea7 100644 --- a/example/Galaxy/package.json +++ b/example/Galaxy/package.json @@ -52,7 +52,7 @@ "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.67.0", "react-test-renderer": "17.0.2", - "typescript": "^4.4.4" + "typescript": "^5.0.0" }, "resolutions": { "@types/react": "^17" diff --git a/example/Galaxy/yarn.lock b/example/Galaxy/yarn.lock index 1c2208c2e..232445747 100644 --- a/example/Galaxy/yarn.lock +++ b/example/Galaxy/yarn.lock @@ -1245,7 +1245,7 @@ version "0.0.0" "@qlik/react-native-carbon@link:../..": - version "2.1.17" + version "2.1.22" "@qlik/react-native-helium@link:../../../react-native-helium": version "0.0.0" @@ -7645,10 +7645,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.4.4: - version "4.6.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" - integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== +typescript@^5.0.0: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== uglify-es@^3.1.9: version "3.3.9" diff --git a/package.json b/package.json index 3a8dc4d86..d49e17465 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-native-uuid": "2.0.1", "semantic-release": "21.0.1", "string-pixel-width": "1.10.0", - "typescript": "4.6.2", + "typescript": "5.2.2", "xml2js": "^0.4.23", "yargs": "^17.5.1" }, diff --git a/yarn.lock b/yarn.lock index edf3f090c..74a5d10b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9915,10 +9915,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +typescript@5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== typescript@^4.6.4: version "4.9.5"