Skip to content

Commit 9e6abf9

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 3.6.1
1 parent c5c2e71 commit 9e6abf9

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
- Bump CLI from v2.47.0 to v2.50.0 ([#4993](https://github.com/getsentry/sentry-react-native/pull/4993), [#4999](https://github.com/getsentry/sentry-react-native/pull/4999))
2525
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2500)
2626
- [diff](https://github.com/getsentry/sentry-cli/compare/2.47.0...2.50.0)
27-
- Bump Bundler Plugins from v3.5.0 to v3.6.0 ([#4994](https://github.com/getsentry/sentry-react-native/pull/4994))
28-
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#360)
29-
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.5.0...3.6.0)
27+
- Bump Bundler Plugins from v3.5.0 to v3.6.1 ([#4994](https://github.com/getsentry/sentry-react-native/pull/4994), [#4998](https://github.com/getsentry/sentry-react-native/pull/4998))
28+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#361)
29+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.5.0...3.6.1)
3030

3131
## 6.17.0
3232

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-native": ">=0.65.0"
6666
},
6767
"dependencies": {
68-
"@sentry/babel-plugin-component-annotate": "3.6.0",
68+
"@sentry/babel-plugin-component-annotate": "3.6.1",
6969
"@sentry/browser": "8.55.0",
7070
"@sentry/cli": "2.50.0",
7171
"@sentry/core": "8.55.0",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@babel/core": "^7.26.0",
4545
"@babel/preset-env": "^7.26.0",
46-
"@sentry/babel-plugin-component-annotate": "3.6.0",
46+
"@sentry/babel-plugin-component-annotate": "3.6.1",
4747
"@types/node": "20.10.4",
4848
"sentry-react-native-samples-utils": "workspace:^"
4949
},

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@react-native/eslint-config": "0.77.1",
5656
"@react-native/metro-config": "0.77.1",
5757
"@react-native/typescript-config": "0.77.1",
58-
"@sentry/babel-plugin-component-annotate": "3.6.0",
58+
"@sentry/babel-plugin-component-annotate": "3.6.1",
5959
"@types/jest": "^29.5.14",
6060
"@types/node": "^22.13.1",
6161
"@types/react": "^19.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8999,10 +8999,10 @@ __metadata:
89998999
languageName: node
90009000
linkType: hard
90019001

9002-
"@sentry/babel-plugin-component-annotate@npm:3.6.0":
9003-
version: 3.6.0
9004-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.6.0"
9005-
checksum: dd4901b4d861dbcd3d1edf629da0b20d879b2c6daab70e00411dd1ecec34e4498896d82d1397788d9c1d5518e9901db3fbb6db94d98f4c1d29a604a0a549e814
9002+
"@sentry/babel-plugin-component-annotate@npm:3.6.1":
9003+
version: 3.6.1
9004+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.6.1"
9005+
checksum: 5a8d4f5b5ce68a57bbab753b1b8c244c831c3e1efbe1fc91488f553a33bd554822bcd53eb70731f11924143736d28935f282f3eef30a19b844b3f810017ff421
90069006
languageName: node
90079007
linkType: hard
90089008

@@ -9168,7 +9168,7 @@ __metadata:
91689168
"@sentry-internal/eslint-config-sdk": 8.55.0
91699169
"@sentry-internal/eslint-plugin-sdk": 8.55.0
91709170
"@sentry-internal/typescript": 8.55.0
9171-
"@sentry/babel-plugin-component-annotate": 3.6.0
9171+
"@sentry/babel-plugin-component-annotate": 3.6.1
91729172
"@sentry/browser": 8.55.0
91739173
"@sentry/cli": 2.50.0
91749174
"@sentry/core": 8.55.0
@@ -26707,7 +26707,7 @@ __metadata:
2670726707
dependencies:
2670826708
"@babel/core": ^7.26.0
2670926709
"@babel/preset-env": ^7.26.0
26710-
"@sentry/babel-plugin-component-annotate": 3.6.0
26710+
"@sentry/babel-plugin-component-annotate": 3.6.1
2671126711
"@sentry/react-native": 6.17.0
2671226712
"@types/node": 20.10.4
2671326713
"@types/react": ~19.0.10
@@ -26793,7 +26793,7 @@ __metadata:
2679326793
"@react-navigation/native": 7.1.8
2679426794
"@react-navigation/native-stack": 7.3.12
2679526795
"@react-navigation/stack": 7.3.1
26796-
"@sentry/babel-plugin-component-annotate": 3.6.0
26796+
"@sentry/babel-plugin-component-annotate": 3.6.1
2679726797
"@sentry/core": 8.55.0
2679826798
"@sentry/react-native": 6.17.0
2679926799
"@shopify/flash-list": 1.8.0

0 commit comments

Comments
 (0)