Compare commits

...

2 Commits

Author SHA1 Message Date
Shreyaschorge
20c6113b8f fix qoutes 2025-09-18 21:01:36 +05:30
Shreyaschorge
343d64a77c Enfore resolutions 2025-09-18 20:58:47 +05:30

View File

@@ -584,7 +584,9 @@ export async function init(
"supports-color": "10.2.0", "supports-color": "10.2.0",
"strip-ansi": "7.1.0", "strip-ansi": "7.1.0",
"chalk": "5.6.0", "chalk": "5.6.0",
"ansi-styles": "6.2.1" "ansi-styles": "6.2.1",
"axios@^1": ">=1 <2",
"axios@^0": ">=0 <1",
}; };
// npm v8.3+ overrides // npm v8.3+ overrides