diff options
author | Ajay <[email protected]> | 2023-06-16 13:22:43 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-06-16 13:22:43 -0400 |
commit | 10a0537b7848a523344c3b3bc02d2fb7b9affc38 (patch) | |
tree | f290d60f2f2b2781e75222e7e94d9d260bf69b40 /package.json | |
parent | fea33945c7ce7da71cf93cb166de55a0efa2711f (diff) | |
download | SponsorBlock-10a0537b7848a523344c3b3bc02d2fb7b9affc38.tar.gz SponsorBlock-10a0537b7848a523344c3b3bc02d2fb7b9affc38.zip |
Fix video mutation listener refresh being called too many times
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e5ae3b77..a348c2c3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "1.1.31", + "@ajayyy/maze-utils": "1.1.37", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |