Skip to content

Commit

Permalink
chore(replay): Upgrade rrweb to 1.108.0
Browse files Browse the repository at this point in the history
- fix: Fix some input masking (esp for radio buttons) (#85)
- fix: Unescaped `:` in CSS rule from Safari (#86)
- feat: Define custom elements (web components) (#87)
  • Loading branch information
billyvg committed May 5, 2023
1 parent 49837ac commit 5e7b021
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/replay/package.json
Expand Up @@ -45,8 +45,8 @@
"devDependencies": {
"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "7.51.0",
"@sentry-internal/rrweb": "1.106.0",
"@sentry-internal/rrweb-snapshot": "1.106.0",
"@sentry-internal/rrweb": "1.108.0",
"@sentry-internal/rrweb-snapshot": "1.108.0",
"jsdom-worker": "^0.2.1",
"tslib": "^1.9.3"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -4046,17 +4046,17 @@
semver "7.3.2"
semver-intersect "1.4.0"

"@sentry-internal/rrweb-snapshot@1.106.0":
version "1.106.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-1.106.0.tgz#24714d4005a918855eeb09d4deda457198f77caf"
integrity sha512-jLX6uGAW8StwPlQOScLhERVa6VOPmbQRFdhTx70Flkt0ocxg2vBJSdaI4Efu3jU0mtA0gHR01LB5xd1ODMRXow==
"@sentry-internal/rrweb-snapshot@1.108.0":
version "1.108.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-1.108.0.tgz#9b09b7e5d6b13d4d7493017ee190b097f9916284"
integrity sha512-ypR/4oBB8s7d5+7JTkdk+VvlMPRRhbuz3xSFMXShCH2LJ6kINGfYBAYr6rr6o2Bko9j5rVHjYDDrVWkTw4CXSg==

"@sentry-internal/rrweb@1.106.0":
version "1.106.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb/-/rrweb-1.106.0.tgz#251026e42cf142119eed0616808a279099aa0573"
integrity sha512-/YtV8EoWmMoTE592aVdrgGH5EBiCILdKOt228pM+juGaxRqFxsX26UIeTJG7fihSweUz6NLbKXZjS0+cFYmhrQ==
"@sentry-internal/rrweb@1.108.0":
version "1.108.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb/-/rrweb-1.108.0.tgz#4b724c1fff44fb4705723c121ca424c00fabc398"
integrity sha512-IuRuA1k2N23e6oTRnV9866mauoOvesYFZFlQHgOvt7p3pJDfXhDUZj1DKaQZJrbooTUUIh7YrpZ2Vukoq0wCFw==
dependencies:
"@sentry-internal/rrweb-snapshot" "1.106.0"
"@sentry-internal/rrweb-snapshot" "1.108.0"
"@types/css-font-loading-module" "0.0.7"
"@xstate/fsm" "^1.4.0"
base64-arraybuffer "^1.0.1"
Expand Down

0 comments on commit 5e7b021

Please sign in to comment.