Skip to content

Commit c4ec9c8

Browse files
chore: update scripts/update-wizard.sh to v1.4.0 (#2645)
Co-authored-by: GitHub <noreply@github.com>
1 parent 5add8d1 commit c4ec9c8

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Fixes
66

7+
- Bump Wizard from v1.2.17 to v1.4.0 ([#2645](https://github.com/getsentry/sentry-react-native/pull/2645))
8+
- [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#140)
9+
- [diff](https://github.com/getsentry/sentry-wizard/compare/v1.2.17...v1.4.0)
710
- Android builds without ext config, auto create assets dir for modules ([#2652](https://github.com/getsentry/sentry-react-native/pull/2652))
811

912
## 4.10.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@sentry/tracing": "7.21.1",
5252
"@sentry/types": "7.21.1",
5353
"@sentry/utils": "7.21.1",
54-
"@sentry/wizard": "1.2.17"
54+
"@sentry/wizard": "1.4.0"
5555
},
5656
"devDependencies": {
5757
"@sentry-internal/eslint-config-sdk": "7.21.1",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,16 +1610,18 @@
16101610
proxy-from-env "^1.1.0"
16111611
which "^2.0.2"
16121612

1613-
"@sentry/cli@^1.52.4":
1614-
version "1.57.0"
1615-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.57.0.tgz#87237ec6b77cb7582f018b580e9bb9481a809baa"
1616-
integrity sha512-lgfSQMRVcf00IkHkmqY6L9pv1uOEKDKbEjFQu2qstjg3kycswo1prz60xORJVpfr4qXDzqbSsAKEBp4VKG+ilw==
1613+
"@sentry/cli@^1.72.0":
1614+
version "1.74.6"
1615+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.74.6.tgz#c4f276e52c6f5e8c8d692845a965988068ebc6f5"
1616+
integrity sha512-pJ7JJgozyjKZSTjOGi86chIngZMLUlYt2HOog+OJn+WGvqEkVymu8m462j1DiXAnex9NspB4zLLNuZ/R6rTQHg==
16171617
dependencies:
16181618
https-proxy-agent "^5.0.0"
16191619
mkdirp "^0.5.5"
1620-
node-fetch "^2.6.0"
1620+
node-fetch "^2.6.7"
1621+
npmlog "^4.1.2"
16211622
progress "^2.0.3"
16221623
proxy-from-env "^1.1.0"
1624+
which "^2.0.2"
16231625

16241626
"@sentry/core@7.21.1":
16251627
version "7.21.1"
@@ -1692,12 +1694,12 @@
16921694
"@sentry/types" "7.21.1"
16931695
tslib "^1.9.3"
16941696

1695-
"@sentry/wizard@1.2.17":
1696-
version "1.2.17"
1697-
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-1.2.17.tgz#c3247b47129d002cfa45d7a2048d13dc6513457b"
1698-
integrity sha512-wXzjOZVDzh+1MhA9tpZXCKNTDusL2Dc298KGQkEkNefbW+OlYbsWwF7GAihLKUjYOSnKKZFzLIwbD+gxwxWxlw==
1697+
"@sentry/wizard@1.4.0":
1698+
version "1.4.0"
1699+
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-1.4.0.tgz#9356ae2cb9e81ee6fa64418d15638607f1a957bd"
1700+
integrity sha512-Q/f9wJAAAr/YB6oWUzMQP/y5LIgx9la1SanMHNr3hMtVPKkMhvIZO5UWVn2G763yi85zARqSCLDx31/tZd4new==
16991701
dependencies:
1700-
"@sentry/cli" "^1.52.4"
1702+
"@sentry/cli" "^1.72.0"
17011703
chalk "^2.4.1"
17021704
glob "^7.1.3"
17031705
inquirer "^6.2.0"

0 commit comments

Comments
 (0)