Skip to content
Merged
10 changes: 5 additions & 5 deletions packages/feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/feedback",
"version": "7.75.1",
"version": "0.0.1-alpha.4",
"description": "Sentry SDK integration for user feedback",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback",
Expand All @@ -23,10 +23,10 @@
"access": "public"
},
"dependencies": {
"@sentry/browser": "7.70.0",
"@sentry/core": "7.70.0",
"@sentry/types": "7.70.0",
"@sentry/utils": "7.70.0"
"@sentry/browser": "7.75.1",
"@sentry/core": "7.75.1",
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1"
},
"scripts": {
"build": "run-p build:transpile build:types build:bundle",
Expand Down
Loading