Skip to content

Commit ae76158

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-javascript.sh to 10.29.0
1 parent a3f3291 commit ae76158

File tree

6 files changed

+378
-218
lines changed

6 files changed

+378
-218
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
- Bump Android SDK Stubs from v8.27.0 to v8.28.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439))
2828
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
2929
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
30-
- Bump JavaScript SDK from v10.26.0 to v10.28.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429))
31-
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10280)
32-
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.28.0)
30+
- Bump JavaScript SDK from v10.26.0 to v10.29.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442))
31+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10290)
32+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.29.0)
3333

3434
## 7.7.0
3535

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
16-
"@sentry/core": "10.28.0",
16+
"@sentry/core": "10.29.0",
1717
"@sentry/react-native": "7.7.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@
6969
},
7070
"dependencies": {
7171
"@sentry/babel-plugin-component-annotate": "4.6.1",
72-
"@sentry/browser": "10.28.0",
72+
"@sentry/browser": "10.29.0",
7373
"@sentry/cli": "2.58.2",
74-
"@sentry/core": "10.28.0",
75-
"@sentry/react": "10.28.0",
76-
"@sentry/types": "10.28.0"
74+
"@sentry/core": "10.29.0",
75+
"@sentry/react": "10.29.0",
76+
"@sentry/types": "10.29.0"
7777
},
7878
"devDependencies": {
7979
"@babel/core": "^7.26.7",
8080
"@expo/metro-config": "~0.20.0",
8181
"@mswjs/interceptors": "^0.25.15",
8282
"@react-native/babel-preset": "0.80.0",
83-
"@sentry-internal/eslint-config-sdk": "10.28.0",
84-
"@sentry-internal/eslint-plugin-sdk": "10.28.0",
85-
"@sentry-internal/typescript": "10.28.0",
83+
"@sentry-internal/eslint-config-sdk": "10.29.0",
84+
"@sentry-internal/eslint-plugin-sdk": "10.29.0",
85+
"@sentry-internal/typescript": "10.29.0",
8686
"@sentry/wizard": "6.8.1",
8787
"@testing-library/react-native": "^13.2.2",
8888
"@types/jest": "^29.5.13",

samples/react-native-macos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@react-navigation/bottom-tabs": "^6.5.12",
1717
"@react-navigation/native": "^6.1.9",
1818
"@react-navigation/stack": "^6.3.20",
19-
"@sentry/core": "10.28.0",
20-
"@sentry/react": "10.28.0",
19+
"@sentry/core": "10.29.0",
20+
"@sentry/react": "10.29.0",
2121
"@sentry/react-native": "7.7.0",
2222
"delay": "^6.0.0",
2323
"react": "18.2.0",

samples/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@react-navigation/native-stack": "^7.3.24",
3030
"@react-navigation/stack": "^7.4.5",
3131
"@reduxjs/toolkit": "^2.8.2",
32-
"@sentry/core": "10.28.0",
33-
"@sentry/react": "10.28.0",
32+
"@sentry/core": "10.29.0",
33+
"@sentry/react": "10.29.0",
3434
"@sentry/react-native": "7.7.0",
3535
"@shopify/flash-list": "^2.0.2",
3636
"delay": "^6.0.0",

0 commit comments

Comments
 (0)