diff --git a/CHANGELOG.md b/CHANGELOG.md index c114a4234..dd2163ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Dependencies -- Bump JavaScript SDK from v7.54.0 to v7.56.0 ([#3119](https://github.com/getsentry/sentry-react-native/pull/3119)) - - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7560) - - [diff](https://github.com/getsentry/sentry-javascript/compare/7.54.0...7.56.0) +- Bump JavaScript SDK from v7.54.0 to v7.57.0 ([#3119](https://github.com/getsentry/sentry-react-native/pull/3119), [#3153](https://github.com/getsentry/sentry-react-native/pull/3153)) + - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7570) + - [diff](https://github.com/getsentry/sentry-javascript/compare/7.54.0...7.57.0) - Bump CLI from v2.18.1 to v2.19.4 ([#3124](https://github.com/getsentry/sentry-react-native/pull/3124), [#3151](https://github.com/getsentry/sentry-react-native/pull/3151)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2194) - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.4) diff --git a/package.json b/package.json index 2ab8d2af6..e439eb2ac 100644 --- a/package.json +++ b/package.json @@ -55,18 +55,18 @@ "react-native": ">=0.65.0" }, "dependencies": { - "@sentry/browser": "7.56.0", + "@sentry/browser": "7.57.0", "@sentry/cli": "2.19.4", - "@sentry/core": "7.56.0", - "@sentry/hub": "7.56.0", - "@sentry/integrations": "7.56.0", - "@sentry/react": "7.56.0", - "@sentry/types": "7.56.0", - "@sentry/utils": "7.56.0" + "@sentry/core": "7.57.0", + "@sentry/hub": "7.57.0", + "@sentry/integrations": "7.57.0", + "@sentry/react": "7.57.0", + "@sentry/types": "7.57.0", + "@sentry/utils": "7.57.0" }, "devDependencies": { - "@sentry-internal/eslint-config-sdk": "7.56.0", - "@sentry-internal/eslint-plugin-sdk": "7.56.0", + "@sentry-internal/eslint-config-sdk": "7.57.0", + "@sentry-internal/eslint-plugin-sdk": "7.57.0", "@sentry/typescript": "^5.20.1", "@sentry/wizard": "3.2.3", "@types/jest": "^29.2.5", diff --git a/test/e2e/test/utils/waitFor.ts b/test/e2e/test/utils/waitFor.ts index 47ea127a7..15f37a852 100644 --- a/test/e2e/test/utils/waitFor.ts +++ b/test/e2e/test/utils/waitFor.ts @@ -28,5 +28,5 @@ export async function waitForTruthyResult(value: () => Promise): Promise