Skip to content

Commit

Permalink
chore: update scripts/update-bundler-plugins.sh to 3.2.1 (#4585)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
Co-authored-by: Antonis Lilis <[email protected]>
  • Loading branch information
3 people authored Feb 25, 2025
1 parent d14ef56 commit 025d490
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

### Dependencies

- Bump Bundler Plugins from v3.2.0 to v3.2.1 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#321)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.0...3.2.1)
- Bump CLI from v2.42.1 to v2.42.2 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@sentry/babel-plugin-component-annotate": "3.2.1",
"@sentry/browser": "8.54.0",
"@sentry/cli": "2.42.2",
"@sentry/core": "8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@sentry/babel-plugin-component-annotate": "3.2.1",
"@types/node": "20.10.4",
"sentry-react-native-samples-utils": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@react-native/eslint-config": "0.77.1",
"@react-native/metro-config": "0.77.1",
"@react-native/typescript-config": "0.77.1",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@sentry/babel-plugin-component-annotate": "3.2.1",
"@types/react": "^18.2.65",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7946,10 +7946,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:3.2.0":
version: 3.2.0
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.0"
checksum: 5b1a368a3e38486fde0a89d1604fe0881b2af1008354ba9337640325522e23059e7322cb3cef406a69237b9f4678afce1142f7cb320e5f14cb4ca919f423e78d
"@sentry/babel-plugin-component-annotate@npm:3.2.1":
version: 3.2.1
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.1"
checksum: 59b6d569da60ba681b55e5482b249952a67c20d83e1f264e1c553433131fdf24c7a9c40b376a9a5f3faeddc091bdade7dbc9d3dbbfb6cb8a6a091db0a2f63e69
languageName: node
linkType: hard

Expand Down Expand Up @@ -8121,7 +8121,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 8.54.0
"@sentry-internal/eslint-plugin-sdk": 8.54.0
"@sentry-internal/typescript": 8.54.0
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/babel-plugin-component-annotate": 3.2.1
"@sentry/browser": 8.54.0
"@sentry/cli": 2.42.2
"@sentry/core": 8.54.0
Expand Down Expand Up @@ -24602,7 +24602,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/babel-plugin-component-annotate": 3.2.1
"@sentry/react-native": 6.9.0
"@types/node": 20.10.4
"@types/react": ~18.3.12
Expand Down Expand Up @@ -24686,7 +24686,7 @@ __metadata:
"@react-navigation/native": ^7.0.14
"@react-navigation/native-stack": ^7.2.0
"@react-navigation/stack": ^7.1.1
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/babel-plugin-component-annotate": 3.2.1
"@sentry/react-native": 6.9.0
"@types/react": ^18.2.65
"@types/react-native-vector-icons": ^6.4.18
Expand Down

0 comments on commit 025d490

Please sign in to comment.