Skip to content

Commit 9b5b3f4

Browse files
chore: update scripts/update-bundler-plugins.sh to 3.4.0 (#4805)
Co-authored-by: GitHub <[email protected]>
1 parent b4c6d4d commit 9b5b3f4

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Bump CLI from v2.43.1 to v2.44.0 ([#4804](https://github.com/getsentry/sentry-react-native/pull/4804))
1414
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2440)
1515
- [diff](https://github.com/getsentry/sentry-cli/compare/2.43.1...2.44.0)
16+
- Bump Bundler Plugins from v3.3.1 to v3.4.0 ([#4805](https://github.com/getsentry/sentry-react-native/pull/4805))
17+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#340)
18+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.3.1...3.4.0)
1619

1720
## 6.13.1
1821

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.3.1",
68+
"@sentry/babel-plugin-component-annotate": "3.4.0",
6969
"@sentry/browser": "8.54.0",
7070
"@sentry/cli": "2.44.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
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.26.0",
4141
"@babel/preset-env": "^7.26.0",
42-
"@sentry/babel-plugin-component-annotate": "3.3.1",
42+
"@sentry/babel-plugin-component-annotate": "3.4.0",
4343
"@types/node": "20.10.4",
4444
"sentry-react-native-samples-utils": "workspace:^"
4545
},

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.3.1",
60+
"@sentry/babel-plugin-component-annotate": "3.4.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
@@ -8219,10 +8219,10 @@ __metadata:
82198219
languageName: node
82208220
linkType: hard
82218221

8222-
"@sentry/babel-plugin-component-annotate@npm:3.3.1":
8223-
version: 3.3.1
8224-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.3.1"
8225-
checksum: 466224aa219cd419fe9d7afc58c7c031748268244821c9f64f26165ef931623c84daecc290171ee730f79414d94561a1ca14e1db774f5b92df1c73360fe87829
8222+
"@sentry/babel-plugin-component-annotate@npm:3.4.0":
8223+
version: 3.4.0
8224+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.4.0"
8225+
checksum: 670dcbe210d0dabf3b0e37899b0c2ed10d83d314b700d391de5e3f19f3cc43622977e611e86071c47e2c92db7c662ea8723c903081b92e90309e1aeda7eb2eba
82268226
languageName: node
82278227
linkType: hard
82288228

@@ -8388,7 +8388,7 @@ __metadata:
83888388
"@sentry-internal/eslint-config-sdk": 8.54.0
83898389
"@sentry-internal/eslint-plugin-sdk": 8.54.0
83908390
"@sentry-internal/typescript": 8.54.0
8391-
"@sentry/babel-plugin-component-annotate": 3.3.1
8391+
"@sentry/babel-plugin-component-annotate": 3.4.0
83928392
"@sentry/browser": 8.54.0
83938393
"@sentry/cli": 2.44.0
83948394
"@sentry/core": 8.54.0
@@ -25355,7 +25355,7 @@ __metadata:
2535525355
dependencies:
2535625356
"@babel/core": ^7.26.0
2535725357
"@babel/preset-env": ^7.26.0
25358-
"@sentry/babel-plugin-component-annotate": 3.3.1
25358+
"@sentry/babel-plugin-component-annotate": 3.4.0
2535925359
"@sentry/react-native": 6.13.1
2536025360
"@types/node": 20.10.4
2536125361
"@types/react": ~19.0.10
@@ -25440,7 +25440,7 @@ __metadata:
2544025440
"@react-navigation/native": ^7.0.14
2544125441
"@react-navigation/native-stack": ^7.2.0
2544225442
"@react-navigation/stack": ^7.1.1
25443-
"@sentry/babel-plugin-component-annotate": 3.3.1
25443+
"@sentry/babel-plugin-component-annotate": 3.4.0
2544425444
"@sentry/core": 8.54.0
2544525445
"@sentry/react-native": 6.13.1
2544625446
"@shopify/flash-list": ^1.7.3

0 commit comments

Comments
 (0)