Skip to content

Commit

Permalink
chore: update scripts/update-bundler-plugins.sh to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Feb 19, 2025
1 parent 13b68d9 commit a542af9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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.1.2",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@sentry/browser": "8.54.0",
"@sentry/cli": "2.42.1",
"@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 @@ -36,7 +36,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "^3.1.2",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@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 @@ -50,7 +50,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.1.2",
"@sentry/babel-plugin-component-annotate": "3.2.0",
"@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.1.2, @sentry/babel-plugin-component-annotate@npm:^3.1.2":
version: 3.1.2
resolution: "@sentry/babel-plugin-component-annotate@npm:3.1.2"
checksum: 4e957d44dde3eacc60d6d33d28523fa16775e3c05603defc9268ad7209ce06da9dba50243e637f64cb12d7bb302b46584dd815754805210517a3b4da91af2c91
"@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
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.1.2
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/browser": 8.54.0
"@sentry/cli": 2.42.1
"@sentry/core": 8.54.0
Expand Down Expand Up @@ -24572,7 +24572,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": ^3.1.2
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/react-native": 6.7.0
"@types/node": 20.10.4
"@types/react": ~18.3.12
Expand Down Expand Up @@ -24655,7 +24655,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.1.2
"@sentry/babel-plugin-component-annotate": 3.2.0
"@sentry/react-native": 6.7.0
"@types/react": ^18.2.65
"@types/react-native-vector-icons": ^6.4.18
Expand Down

0 comments on commit a542af9

Please sign in to comment.