Skip to content

Commit a246812

Browse files
committed
fix(replay): Fix dependent versions
1 parent f1ec74c commit a246812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/replay/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/getsentry/sentry-replay#readme",
4646
"devDependencies": {
4747
"@babel/core": "^7.17.5",
48-
"@sentry/browser": "7.21.0",
48+
"@sentry/browser": "7.21.1",
4949
"@types/lodash.debounce": "^4.0.7",
5050
"@types/lodash.throttle": "^4.1.7",
5151
"@types/pako": "^2.0.0",
@@ -54,9 +54,9 @@
5454
"tslib": "^1.9.3"
5555
},
5656
"dependencies": {
57-
"@sentry/core": "7.21.0",
58-
"@sentry/types": "7.21.0",
59-
"@sentry/utils": "7.21.0",
57+
"@sentry/core": "7.21.1",
58+
"@sentry/types": "7.21.1",
59+
"@sentry/utils": "7.21.1",
6060
"lodash.debounce": "^4.0.8",
6161
"rrweb": "^1.1.3"
6262
},

0 commit comments

Comments
 (0)