Skip to content

Commit 776f0b5

Browse files
chore: update scripts/update-bundler-plugins.sh to 3.3.0 (#4720)
Co-authored-by: GitHub <[email protected]>
1 parent af2c0b0 commit 776f0b5

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
@@ -10,9 +10,9 @@
1010

1111
### Dependencies
1212

13-
- Bump Bundler Plugins from v3.2.2 to v3.2.4 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707))
14-
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#324)
15-
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.2.4)
13+
- Bump Bundler Plugins from v3.2.2 to v3.3.0 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707), [#4720](https://github.com/getsentry/sentry-react-native/pull/4720))
14+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#330)
15+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.3.0)
1616
- Bump CLI from v2.42.4 to v2.43.0 ([#4692](https://github.com/getsentry/sentry-react-native/pull/4692))
1717
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2430)
1818
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.4...2.43.0)

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.2.4",
68+
"@sentry/babel-plugin-component-annotate": "3.3.0",
6969
"@sentry/browser": "8.54.0",
7070
"@sentry/cli": "2.43.0",
7171
"@sentry/core": "8.54.0",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "^7.26.0",
3939
"@babel/preset-env": "^7.26.0",
40-
"@sentry/babel-plugin-component-annotate": "3.2.4",
40+
"@sentry/babel-plugin-component-annotate": "3.3.0",
4141
"@types/node": "20.10.4",
4242
"sentry-react-native-samples-utils": "workspace:^"
4343
},

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@react-native/eslint-config": "0.77.1",
5858
"@react-native/metro-config": "0.77.1",
5959
"@react-native/typescript-config": "0.77.1",
60-
"@sentry/babel-plugin-component-annotate": "3.2.4",
60+
"@sentry/babel-plugin-component-annotate": "3.3.0",
6161
"@types/jest": "^29.5.14",
6262
"@types/node": "^22.13.1",
6363
"@types/react": "^18.2.65",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7940,10 +7940,10 @@ __metadata:
79407940
languageName: node
79417941
linkType: hard
79427942

7943-
"@sentry/babel-plugin-component-annotate@npm:3.2.4":
7944-
version: 3.2.4
7945-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.4"
7946-
checksum: 08ad215909b1b8a3b07b47c3b8607a911828a4b98f0d7a3ec9cbd5ba848030b698df98f3f1cd7d6290655558b67a09b8e6a96254196bd2cc4acb705543da747f
7943+
"@sentry/babel-plugin-component-annotate@npm:3.3.0":
7944+
version: 3.3.0
7945+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.3.0"
7946+
checksum: 53151bda3a1251d7d01a6f9c8151b70c459af41c78141d9728f98efad3194f1949a5a5ef294f639d4548be3d04b527ecc431780de10f9bbc2549819824933e68
79477947
languageName: node
79487948
linkType: hard
79497949

@@ -8109,7 +8109,7 @@ __metadata:
81098109
"@sentry-internal/eslint-config-sdk": 8.54.0
81108110
"@sentry-internal/eslint-plugin-sdk": 8.54.0
81118111
"@sentry-internal/typescript": 8.54.0
8112-
"@sentry/babel-plugin-component-annotate": 3.2.4
8112+
"@sentry/babel-plugin-component-annotate": 3.3.0
81138113
"@sentry/browser": 8.54.0
81148114
"@sentry/cli": 2.43.0
81158115
"@sentry/core": 8.54.0
@@ -24610,7 +24610,7 @@ __metadata:
2461024610
dependencies:
2461124611
"@babel/core": ^7.26.0
2461224612
"@babel/preset-env": ^7.26.0
24613-
"@sentry/babel-plugin-component-annotate": 3.2.4
24613+
"@sentry/babel-plugin-component-annotate": 3.3.0
2461424614
"@sentry/react-native": 6.11.0-beta.0
2461524615
"@types/node": 20.10.4
2461624616
"@types/react": ~18.3.12
@@ -24694,7 +24694,7 @@ __metadata:
2469424694
"@react-navigation/native": ^7.0.14
2469524695
"@react-navigation/native-stack": ^7.2.0
2469624696
"@react-navigation/stack": ^7.1.1
24697-
"@sentry/babel-plugin-component-annotate": 3.2.4
24697+
"@sentry/babel-plugin-component-annotate": 3.3.0
2469824698
"@sentry/core": 8.54.0
2469924699
"@sentry/react-native": 6.11.0-beta.0
2470024700
"@shopify/flash-list": ^1.7.3

0 commit comments

Comments
 (0)