Skip to content

Commit

Permalink
Removed promises and wizard from dependencies. (#400)
Browse files Browse the repository at this point in the history
* moved promise  and wizard to devDependencies

* update changelog

* mention
  • Loading branch information
lucas-zimerman authored Jul 17, 2023
1 parent 7a36a73 commit a7b5e2f
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 244 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- Removed promise and wizard from dependencies ([#400](https://github.com/getsentry/sentry-capacitor/pull/400)) - special thanks to @olivier-blanc-openit

### Dependencies

- Bump sentry-cocoa SDK to `8.8.0` ([#397](https://github.com/getsentry/sentry-capacitor/pull/397))
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
"@sentry/integrations": "7.56.0",
"@sentry/tracing": "7.56.0",
"@sentry/types": "7.56.0",
"@sentry/utils": "7.56.0",
"@sentry/wizard": "^1.1.4",
"promise": "^8.1.0"
"@sentry/utils": "7.56.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.1 || ^4.0.0 || ^5.0.0",
Expand All @@ -72,6 +70,7 @@
"@sentry-internal/eslint-config-sdk": "7.56.0",
"@sentry-internal/eslint-plugin-sdk": "7.56.0",
"@sentry/typescript": "5.20.1",
"@sentry/wizard": "3.2.3",
"@types/jest": "^26.0.15",
"eslint": "^7.13.0",
"jest": "^26.6.3",
Expand Down
Loading

0 comments on commit a7b5e2f

Please sign in to comment.