Skip to content

Commit

Permalink
chore: update scripts/update-javascript.sh to 7.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 19, 2023
1 parent bfa818c commit 7247434
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 113 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121)
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1)
- Bump JavaScript SDK from v7.29.0 to v7.31.1 ([#2738](https://github.com/getsentry/sentry-react-native/pull/2738))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7311)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.29.0...7.31.1)

## 4.13.0

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"react-native": ">=0.56.0"
},
"dependencies": {
"@sentry/browser": "7.29.0",
"@sentry/browser": "7.31.1",
"@sentry/cli": "1.74.4",
"@sentry/core": "7.29.0",
"@sentry/hub": "7.29.0",
"@sentry/integrations": "7.29.0",
"@sentry/react": "7.29.0",
"@sentry/tracing": "7.29.0",
"@sentry/types": "7.29.0",
"@sentry/utils": "7.29.0",
"@sentry/core": "7.31.1",
"@sentry/hub": "7.31.1",
"@sentry/integrations": "7.31.1",
"@sentry/react": "7.31.1",
"@sentry/tracing": "7.31.1",
"@sentry/types": "7.31.1",
"@sentry/utils": "7.31.1",
"@sentry/wizard": "1.4.0"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "7.29.0",
"@sentry-internal/eslint-plugin-sdk": "7.29.0",
"@sentry-internal/eslint-config-sdk": "7.31.1",
"@sentry-internal/eslint-plugin-sdk": "7.31.1",
"@sentry/typescript": "^5.20.1",
"@types/jest": "^26.0.15",
"@types/react": "^18.0.25",
Expand Down
Loading

0 comments on commit 7247434

Please sign in to comment.