From a6a1199d0d56154c2f1a96a60692580f07712cde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:42:38 +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..df16ebef6 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.21" "@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.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" + integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== uglify-es@^3.1.9: version "3.3.9" diff --git a/package.json b/package.json index 71d2de4dd..15ee9d58c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-native-uuid": "2.0.1", "semantic-release": "20.1.1", "string-pixel-width": "1.10.0", - "typescript": "4.6.2", + "typescript": "5.0.3", "xml2js": "^0.4.23", "yargs": "^17.5.1" }, diff --git a/yarn.lock b/yarn.lock index 47b8711f7..582bda392 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9684,10 +9684,10 @@ typedarray-to-buffer@^4.0.0: resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a" integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ== -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.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" + integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== typescript@^4.6.4: version "4.9.5"