Skip to content

Commit

Permalink
fix(deps): Add @sentry/wizard back in as a dependency (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng authored Jan 21, 2022
1 parent 89c5184 commit 9267a60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- fix(deps): Add `@sentry/wizard` back in as a dependency to avoid missing dependency when running react-native link. #2015

## 3.2.12

- fix: fetchNativeDeviceContexts returns an empty Array if no Device Context available #2002
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@sentry/react": "6.12.0",
"@sentry/tracing": "6.12.0",
"@sentry/types": "6.12.0",
"@sentry/utils": "6.12.0"
"@sentry/utils": "6.12.0",
"@sentry/wizard": "^1.2.17"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "6.12.0",
"@sentry-internal/eslint-plugin-sdk": "6.12.0",
"@sentry/typescript": "^5.20.0",
"@sentry/wizard": "^1.2.15",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.49",
"@types/react-native": "^0.66.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1269,10 +1269,10 @@
"@sentry/types" "6.12.0"
tslib "^1.9.3"

"@sentry/wizard@^1.2.15":
version "1.2.15"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-1.2.15.tgz#d12fcdf2193080177dd32d8ca8f7bcfa08479d3e"
integrity sha512-xH4An91ZKYix7ug5MEUDg0JdKV8u1dl0TvE2rxXWpHRhmKfGtd/fblNLJCORRHjiyQ4R8wBYmsbklhKpasYShg==
"@sentry/wizard@^1.2.17":
version "1.2.17"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-1.2.17.tgz#c3247b47129d002cfa45d7a2048d13dc6513457b"
integrity sha512-wXzjOZVDzh+1MhA9tpZXCKNTDusL2Dc298KGQkEkNefbW+OlYbsWwF7GAihLKUjYOSnKKZFzLIwbD+gxwxWxlw==
dependencies:
"@sentry/cli" "^1.52.4"
chalk "^2.4.1"
Expand Down

0 comments on commit 9267a60

Please sign in to comment.