Skip to content

Commit b5d860e

Browse files
Merge 3c5a611 into 94aa319
2 parents 94aa319 + 3c5a611 commit b5d860e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- Bump JavaScript SDK from v7.37.2 to v7.39.0 ([#2836](https://github.com/getsentry/sentry-react-native/pull/2836))
1515
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7390)
1616
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.37.2...7.39.0)
17+
- Bump CLI from v2.10.0 to v2.13.0 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848))
18+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130)
19+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.13.0)
1720

1821
## 5.0.0
1922

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@sentry/browser": "7.39.0",
46-
"@sentry/cli": "2.10.0",
46+
"@sentry/cli": "2.13.0",
4747
"@sentry/core": "7.39.0",
4848
"@sentry/hub": "7.39.0",
4949
"@sentry/integrations": "7.39.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1731,10 +1731,10 @@
17311731
"@sentry/utils" "7.39.0"
17321732
tslib "^1.9.3"
17331733

1734-
"@sentry/cli@2.10.0":
1735-
version "2.10.0"
1736-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.10.0.tgz#ff89ae60724742dfafab93006ec2056cc2d74e9b"
1737-
integrity sha512-VQnGXPQCqJyxirmUWkNznq3YYklDwDfbogok3lPHaL3r0bhgcNwt/bZxeycpaqk5I7myKNUYW8RG+F1YERODSw==
1734+
"@sentry/cli@2.13.0":
1735+
version "2.13.0"
1736+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.13.0.tgz#ce04989f488a02e51a1920939b2ed67a9bbe43db"
1737+
integrity sha512-F0WmiMmVjn6zZyD89MF8B1zGgcrJTi5yxPmd+sqpRKOfGCtucdRdM/BL1aU27BApaseCCfI1bgwtJSB2fUQqlw==
17381738
dependencies:
17391739
https-proxy-agent "^5.0.0"
17401740
node-fetch "^2.6.7"

0 commit comments

Comments
 (0)