diff options
author | Ajay <[email protected]> | 2023-03-17 23:41:59 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-17 23:41:59 -0400 |
commit | 2374f4d31b7df6ada17aeb02e9037dc9df95a544 (patch) | |
tree | 4b867307e5bb9d4bc4ac6687984eb640fb0f468f /package.json | |
parent | 52f58b8ea481af92360c7fb783b7f44023600fdc (diff) | |
download | SponsorBlock-2374f4d31b7df6ada17aeb02e9037dc9df95a544.tar.gz SponsorBlock-2374f4d31b7df6ada17aeb02e9037dc9df95a544.zip |
Fix invidious support for thumbnail labels
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 555a0e4c..eb3f9e14 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "^1.1.9", + "@ajayyy/maze-utils": "^1.1.10", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |