Skip to content

Commit

Permalink
chore: update scripts/update-cli.sh to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 29, 2023
1 parent 704b7d2 commit a87330f
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 @@ -16,6 +16,9 @@
- Bump JavaScript SDK from v7.44.2 to v7.45.0 ([#2927](https://github.com/getsentry/sentry-react-native/pull/2927))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7450)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.44.2...7.45.0)
- Bump CLI from v2.15.2 to v2.16.1 ([#2926](https://github.com/getsentry/sentry-react-native/pull/2926))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2161)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.15.2...2.16.1)

## 5.2.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@sentry/browser": "7.45.0",
"@sentry/cli": "2.15.2",
"@sentry/cli": "2.16.1",
"@sentry/core": "7.45.0",
"@sentry/hub": "7.45.0",
"@sentry/integrations": "7.45.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1742,10 +1742,10 @@
"@sentry/utils" "7.45.0"
tslib "^1.9.3"

"@sentry/cli@2.15.2":
version "2.15.2"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.15.2.tgz#78a876c7344d3a698bb6052ea4f3751cfeab29b1"
integrity sha512-jt8RvbHX09eLj2GY2ufytU/n1sWbUh7/EzBE4Ut92kPCLyo+D56VwR641HBrthZluWpGO/w2ujFMNpkk99UPfA==
"@sentry/cli@2.16.1":
version "2.16.1"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.16.1.tgz#a6724a5abdc5499be59e9372f1b0fff72b02a397"
integrity sha512-OrrRr4nGtivjc/ZEt/BLzJcivkBM91QQiumU5gWooMNYZJhVDpsDsxQniuJVec1zpQRcC3qpTuH5cAkMgiO2Tw==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.7"
Expand Down

0 comments on commit a87330f

Please sign in to comment.