scuri icon indicating copy to clipboard operation
scuri copied to clipboard

Update Scuri to support Typescript 5.0 and above

Open AGDoesCode opened this issue 1 year ago • 1 comments

The current version depends on typescript@^4.7.4 and can not be used with typescript 5.0 and above. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/typescript npm ERR! dev typescript@"~5.1.6" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer typescript@"^4.7.4" from [email protected] npm ERR! node_modules/scuri npm ERR! scuri@"*" from the root project

AGDoesCode avatar Jul 14 '23 20:07 AGDoesCode

@AGDoesCode thanks for reaching out. I just published version 1.4.0 with the fix. Sorry to use you as a testing subject :) Can you please verify that it fixes your issue?

gparlakov avatar Jul 16 '23 09:07 gparlakov