Skip to content

Commit ff14e8e

Browse files
committed
ref(feedback): Refactor to better support multiple dialogs (#9305)
- refactor to support multiple widgets - add `attachTo` and `createWidget` public methods to create respective components.
1 parent c5821d9 commit ff14e8e

15 files changed

+500
-345
lines changed

packages/feedback/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@sentry/browser": "7.70.0",
27-
"@sentry/core": "7.70.0",
28-
"@sentry/types": "7.70.0",
29-
"@sentry/utils": "7.70.0"
26+
"@sentry/browser": "7.76.0",
27+
"@sentry/core": "7.76.0",
28+
"@sentry/types": "7.76.0",
29+
"@sentry/utils": "7.76.0"
3030
},
3131
"scripts": {
3232
"build": "run-p build:transpile build:types build:bundle",

0 commit comments

Comments
 (0)