From 92e4098a2d4ae8e60ac4039756ea9028df429ac6 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 4 Jan 2023 09:56:43 +0000 Subject: [PATCH] chore: update scripts/update-wizard.sh to v2.4.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d21ac052..f215237217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump Android SDK from v6.9.2 to v6.11.0 ([#2704](https://github.com/getsentry/sentry-react-native/pull/2704), [#2724](https://github.com/getsentry/sentry-react-native/pull/2724)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6110) - [diff](https://github.com/getsentry/sentry-java/compare/6.9.2...6.11.0) +- Bump Wizard from v1.4.0 to v2.4.0 ([#2458](https://github.com/getsentry/sentry-react-native/pull/2458)) + - [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v240) + - [diff](https://github.com/getsentry/sentry-wizard/compare/v1.4.0...v2.4.0) ## 4.12.0 diff --git a/package.json b/package.json index f9e2554285..6e40eac459 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@sentry/tracing": "7.28.1", "@sentry/types": "7.28.1", "@sentry/utils": "7.28.1", - "@sentry/wizard": "1.4.0" + "@sentry/wizard": "2.4.0" }, "devDependencies": { "@sentry-internal/eslint-config-sdk": "7.28.1", diff --git a/yarn.lock b/yarn.lock index 6e9ddfc42c..ee2848239e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1704,10 +1704,10 @@ "@sentry/types" "7.28.1" tslib "^1.9.3" -"@sentry/wizard@1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-1.4.0.tgz#9356ae2cb9e81ee6fa64418d15638607f1a957bd" - integrity sha512-Q/f9wJAAAr/YB6oWUzMQP/y5LIgx9la1SanMHNr3hMtVPKkMhvIZO5UWVn2G763yi85zARqSCLDx31/tZd4new== +"@sentry/wizard@2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.4.0.tgz#29757f937214330388d4e857bc3447f32563c97d" + integrity sha512-8QhmlmUCyf2rxg6vKpabvhkYQEfi0LIDHhvUUN6j0xXRn/mg6cyC3beCTMTdZ5MZGnHVThyj5KrYtNm7K4KC8w== dependencies: "@sentry/cli" "^1.72.0" chalk "^2.4.1"