Skip to content

Commit

Permalink
chore: update scripts/update-cli.sh to 2.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Aug 1, 2023
1 parent ff6e267 commit 5ab74f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Bump JavaScript SDK from v7.60.1 to v7.61.0 ([#3222](https://github.com/getsentry/sentry-react-native/pull/3222))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7610)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.60.1...7.61.0)
- Bump CLI from v2.19.4 to v2.20.3 ([#3212](https://github.com/getsentry/sentry-react-native/pull/3212))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2203)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.19.4...2.20.3)

## 5.8.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@sentry/browser": "7.61.0",
"@sentry/cli": "2.19.4",
"@sentry/cli": "2.20.3",
"@sentry/core": "7.61.0",
"@sentry/hub": "7.61.0",
"@sentry/integrations": "7.61.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1918,10 +1918,10 @@
"@sentry/utils" "7.61.0"
tslib "^2.4.1 || ^1.9.3"

"@sentry/cli@2.19.4":
version "2.19.4"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.19.4.tgz#d6a07d8224b457a8023b4b2a56b764abb60b53d2"
integrity sha512-wsSr2O/GVgr/i+DYtie+DNhODyI+HL7F5/0t1HwWMjHJWm4+5XTEauznYgbh2mewkzfUk9+t0CPecA82lEgspg==
"@sentry/cli@2.20.3":
version "2.20.3"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.20.3.tgz#68fa914126712dada836844b363383acaadf791f"
integrity sha512-RsW6UPy0+oCr/1zUf/M9OoSqaRLDH9lkrQNxoJXL6UWZeBGRaWr8gJkSGko7E8X2xdlUiDovh/bIKnuqz161wg==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.7"
Expand Down

0 comments on commit 5ab74f1

Please sign in to comment.