Skip to content

Commit 1a6309c

Browse files
authored
chore: update scripts/update-wizard.sh to v2.2.0
1 parent a9dc61e commit 1a6309c

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Wizard from v1.2.17 to v2.2.0 ([#2458](https://github.com/getsentry/sentry-react-native/pull/2458))
8+
- [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v220)
9+
- [diff](https://github.com/getsentry/sentry-wizard/compare/v1.2.17...v2.2.0)
10+
311
## 4.5.0
412

513
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@sentry/tracing": "7.13.0",
5050
"@sentry/types": "7.13.0",
5151
"@sentry/utils": "7.13.0",
52-
"@sentry/wizard": "1.2.17"
52+
"@sentry/wizard": "2.2.0"
5353
},
5454
"devDependencies": {
5555
"@sentry-internal/eslint-config-sdk": "7.13.0",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,16 +1173,18 @@
11731173
proxy-from-env "^1.1.0"
11741174
which "^2.0.2"
11751175

1176-
"@sentry/cli@^1.52.4":
1177-
version "1.57.0"
1178-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.57.0.tgz#87237ec6b77cb7582f018b580e9bb9481a809baa"
1179-
integrity sha512-lgfSQMRVcf00IkHkmqY6L9pv1uOEKDKbEjFQu2qstjg3kycswo1prz60xORJVpfr4qXDzqbSsAKEBp4VKG+ilw==
1176+
"@sentry/cli@^1.72.0":
1177+
version "1.74.5"
1178+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.74.5.tgz#4a5c622913087c9ab6f82994da9a7526423779b8"
1179+
integrity sha512-Ze1ec306ZWHtrxKypOJ8nhtFqkrx2f/6bRH+DcJzEQ3bBePQ0ZnqJTTe4BBHADYBtxFIaUWzCZ6DquLz2Zv/sw==
11801180
dependencies:
11811181
https-proxy-agent "^5.0.0"
11821182
mkdirp "^0.5.5"
1183-
node-fetch "^2.6.0"
1183+
node-fetch "^2.6.7"
1184+
npmlog "^4.1.2"
11841185
progress "^2.0.3"
11851186
proxy-from-env "^1.1.0"
1187+
which "^2.0.2"
11861188

11871189
"@sentry/core@7.13.0":
11881190
version "7.13.0"
@@ -1255,12 +1257,12 @@
12551257
"@sentry/types" "7.13.0"
12561258
tslib "^1.9.3"
12571259

1258-
"@sentry/wizard@1.2.17":
1259-
version "1.2.17"
1260-
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-1.2.17.tgz#c3247b47129d002cfa45d7a2048d13dc6513457b"
1261-
integrity sha512-wXzjOZVDzh+1MhA9tpZXCKNTDusL2Dc298KGQkEkNefbW+OlYbsWwF7GAihLKUjYOSnKKZFzLIwbD+gxwxWxlw==
1260+
"@sentry/wizard@2.2.0":
1261+
version "2.2.0"
1262+
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.2.0.tgz#89a68b3d340631885bda7018b5761ea60acde026"
1263+
integrity sha512-o0KdRlOFqI/LryB+/rHghf0WfVKby8Io1SnRDU5MRG9BXEffLLrHLBAZAv1p9ohbL2j5u4lx7YbBVB/OiY1KGg==
12621264
dependencies:
1263-
"@sentry/cli" "^1.52.4"
1265+
"@sentry/cli" "^1.72.0"
12641266
chalk "^2.4.1"
12651267
glob "^7.1.3"
12661268
inquirer "^6.2.0"

0 commit comments

Comments
 (0)