Skip to content

Commit

Permalink
chore: update scripts/update-javascript.sh to 7.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 17, 2023
1 parent 44b02a7 commit 3cf33a5
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 113 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump JavaScript SDK from v7.29.0 to v7.31.0 ([#2738](https://github.com/getsentry/sentry-react-native/pull/2738))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7310)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.29.0...7.31.0)

## 4.13.0

### Fixes
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.0",
"@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.0",
"@sentry/hub": "7.31.0",
"@sentry/integrations": "7.31.0",
"@sentry/react": "7.31.0",
"@sentry/tracing": "7.31.0",
"@sentry/types": "7.31.0",
"@sentry/utils": "7.31.0",
"@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.0",
"@sentry-internal/eslint-plugin-sdk": "7.31.0",
"@sentry/typescript": "^5.20.1",
"@types/jest": "^26.0.15",
"@types/react": "^18.0.25",
Expand Down
Loading

0 comments on commit 3cf33a5

Please sign in to comment.