Skip to content

Commit 64a4c05

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-bundler-plugins.sh to 3.2.0
1 parent 13b68d9 commit 64a4c05

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
- Bump CLI from v2.41.1 to v2.42.1 ([#4563](https://github.com/getsentry/sentry-react-native/pull/4563))
4444
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2421)
4545
- [diff](https://github.com/getsentry/sentry-cli/compare/2.41.1...2.42.1)
46+
- Bump Bundler Plugins from v3.1.2 to v3.2.0 ([#4565](https://github.com/getsentry/sentry-react-native/pull/4565))
47+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#320)
48+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.0)
4649

4750
## 6.7.0
4851

packages/core/package.json

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

samples/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@babel/core": "^7.26.0",
3838
"@babel/preset-env": "^7.26.0",
39-
"@sentry/babel-plugin-component-annotate": "^3.1.2",
39+
"@sentry/babel-plugin-component-annotate": "3.2.0",
4040
"@types/node": "20.10.4",
4141
"sentry-react-native-samples-utils": "workspace:^"
4242
},

samples/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@react-native/eslint-config": "0.77.1",
5151
"@react-native/metro-config": "0.77.1",
5252
"@react-native/typescript-config": "0.77.1",
53-
"@sentry/babel-plugin-component-annotate": "^3.1.2",
53+
"@sentry/babel-plugin-component-annotate": "3.2.0",
5454
"@types/react": "^18.2.65",
5555
"@types/react-native-vector-icons": "^6.4.18",
5656
"@types/react-test-renderer": "^18.0.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -7946,10 +7946,10 @@ __metadata:
79467946
languageName: node
79477947
linkType: hard
79487948

7949-
"@sentry/babel-plugin-component-annotate@npm:3.1.2, @sentry/babel-plugin-component-annotate@npm:^3.1.2":
7950-
version: 3.1.2
7951-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.1.2"
7952-
checksum: 4e957d44dde3eacc60d6d33d28523fa16775e3c05603defc9268ad7209ce06da9dba50243e637f64cb12d7bb302b46584dd815754805210517a3b4da91af2c91
7949+
"@sentry/babel-plugin-component-annotate@npm:3.2.0":
7950+
version: 3.2.0
7951+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.0"
7952+
checksum: 5b1a368a3e38486fde0a89d1604fe0881b2af1008354ba9337640325522e23059e7322cb3cef406a69237b9f4678afce1142f7cb320e5f14cb4ca919f423e78d
79537953
languageName: node
79547954
linkType: hard
79557955

@@ -8121,7 +8121,7 @@ __metadata:
81218121
"@sentry-internal/eslint-config-sdk": 8.54.0
81228122
"@sentry-internal/eslint-plugin-sdk": 8.54.0
81238123
"@sentry-internal/typescript": 8.54.0
8124-
"@sentry/babel-plugin-component-annotate": 3.1.2
8124+
"@sentry/babel-plugin-component-annotate": 3.2.0
81258125
"@sentry/browser": 8.54.0
81268126
"@sentry/cli": 2.42.1
81278127
"@sentry/core": 8.54.0
@@ -24572,7 +24572,7 @@ __metadata:
2457224572
dependencies:
2457324573
"@babel/core": ^7.26.0
2457424574
"@babel/preset-env": ^7.26.0
24575-
"@sentry/babel-plugin-component-annotate": ^3.1.2
24575+
"@sentry/babel-plugin-component-annotate": 3.2.0
2457624576
"@sentry/react-native": 6.7.0
2457724577
"@types/node": 20.10.4
2457824578
"@types/react": ~18.3.12
@@ -24655,7 +24655,7 @@ __metadata:
2465524655
"@react-navigation/native": ^7.0.14
2465624656
"@react-navigation/native-stack": ^7.2.0
2465724657
"@react-navigation/stack": ^7.1.1
24658-
"@sentry/babel-plugin-component-annotate": ^3.1.2
24658+
"@sentry/babel-plugin-component-annotate": 3.2.0
2465924659
"@sentry/react-native": 6.7.0
2466024660
"@types/react": ^18.2.65
2466124661
"@types/react-native-vector-icons": ^6.4.18

0 commit comments

Comments
 (0)