fix: bump dependencies

This commit is contained in:
JellyBrick
2023-10-11 18:24:11 +09:00
parent f08f003cf4
commit 7aa970cebc
8 changed files with 86 additions and 134 deletions

View File

@ -1,4 +1,4 @@
export default () => {
// See https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#userscript
require('simple-youtube-age-restriction-bypass/dist/Simple-YouTube-Age-Restriction-Bypass.user.js');
import('simple-youtube-age-restriction-bypass');
};

View File

@ -0,0 +1,4 @@
declare module 'simple-youtube-age-restriction-bypass' {
const nothing: never;
export default nothing;
}