diff --git a/tubearchivist/www/package.json b/tubearchivist/www/package.json index f34ba1d..62eb9ea 100644 --- a/tubearchivist/www/package.json +++ b/tubearchivist/www/package.json @@ -21,6 +21,6 @@ "eslint": "8.12.0", "eslint-config-next": "12.1.1", "prettier": "^2.6.1", - "typescript": "4.6.3" + "typescript": ">=3.3.1 <4.6.0" } } diff --git a/tubearchivist/www/yarn.lock b/tubearchivist/www/yarn.lock index b94c381..f63f60d 100644 --- a/tubearchivist/www/yarn.lock +++ b/tubearchivist/www/yarn.lock @@ -1689,10 +1689,10 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typescript@4.6.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" - integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw== +"typescript@>=3.3.1 <4.6.0": + version "4.5.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" + integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== unbox-primitive@^1.0.1: version "1.0.1"