Skip to content

Commit ba69828

Browse files
chore: update scripts/update-bundler-plugins.sh to 3.2.2 (#4620)
Co-authored-by: GitHub <[email protected]>
1 parent 0c98663 commit ba69828

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
### Dependencies
2121

22-
- Bump Bundler Plugins from v3.2.0 to v3.2.1 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585))
23-
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#321)
24-
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.0...3.2.1)
22+
- Bump Bundler Plugins from v3.2.0 to v3.2.2 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585), [#4620](https://github.com/getsentry/sentry-react-native/pull/4620))
23+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#322)
24+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.0...3.2.2)
2525
- Bump CLI from v2.42.1 to v2.42.2 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586))
2626
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422)
2727
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.2)

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

samples/expo/package.json

+1-1
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.1",
40+
"@sentry/babel-plugin-component-annotate": "3.2.2",
4141
"@types/node": "20.10.4",
4242
"sentry-react-native-samples-utils": "workspace:^"
4343
},

samples/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@react-native/eslint-config": "0.77.1",
5252
"@react-native/metro-config": "0.77.1",
5353
"@react-native/typescript-config": "0.77.1",
54-
"@sentry/babel-plugin-component-annotate": "3.2.1",
54+
"@sentry/babel-plugin-component-annotate": "3.2.2",
5555
"@types/react": "^18.2.65",
5656
"@types/react-native-vector-icons": "^6.4.18",
5757
"@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.2.1":
7950-
version: 3.2.1
7951-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.1"
7952-
checksum: 59b6d569da60ba681b55e5482b249952a67c20d83e1f264e1c553433131fdf24c7a9c40b376a9a5f3faeddc091bdade7dbc9d3dbbfb6cb8a6a091db0a2f63e69
7949+
"@sentry/babel-plugin-component-annotate@npm:3.2.2":
7950+
version: 3.2.2
7951+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.2"
7952+
checksum: 76e5ad6ff2d9184c3eec43c608f0c3c3ef8f9b9f51ebf9cfefe1e35f8c235fb46a6890932408098cb28687fed780a28c870d648e0e30e12b73e0fa03a295648e
79537953
languageName: node
79547954
linkType: hard
79557955

@@ -8105,7 +8105,7 @@ __metadata:
81058105
"@sentry-internal/eslint-config-sdk": 8.54.0
81068106
"@sentry-internal/eslint-plugin-sdk": 8.54.0
81078107
"@sentry-internal/typescript": 8.54.0
8108-
"@sentry/babel-plugin-component-annotate": 3.2.1
8108+
"@sentry/babel-plugin-component-annotate": 3.2.2
81098109
"@sentry/browser": 8.54.0
81108110
"@sentry/cli": 2.42.2
81118111
"@sentry/core": 8.54.0
@@ -24558,7 +24558,7 @@ __metadata:
2455824558
dependencies:
2455924559
"@babel/core": ^7.26.0
2456024560
"@babel/preset-env": ^7.26.0
24561-
"@sentry/babel-plugin-component-annotate": 3.2.1
24561+
"@sentry/babel-plugin-component-annotate": 3.2.2
2456224562
"@sentry/react-native": 6.9.0
2456324563
"@types/node": 20.10.4
2456424564
"@types/react": ~18.3.12
@@ -24642,7 +24642,7 @@ __metadata:
2464224642
"@react-navigation/native": ^7.0.14
2464324643
"@react-navigation/native-stack": ^7.2.0
2464424644
"@react-navigation/stack": ^7.1.1
24645-
"@sentry/babel-plugin-component-annotate": 3.2.1
24645+
"@sentry/babel-plugin-component-annotate": 3.2.2
2464624646
"@sentry/react-native": 6.9.0
2464724647
"@types/react": ^18.2.65
2464824648
"@types/react-native-vector-icons": ^6.4.18

0 commit comments

Comments
 (0)