diff --git a/common-ts/package.json b/common-ts/package.json index f2a96933..006da222 100644 --- a/common-ts/package.json +++ b/common-ts/package.json @@ -81,7 +81,45 @@ "publishConfig": { "access": "public" }, + "overrides": { + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "<6.2.2", + "supports-color": "<10.2.1", + "strip-ansi": "<7.1.1", + "ansi-regex": "<6.2.1", + "wrap-ansi": "<9.0.1", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" + }, "resolutions": { - "@solana/errors": "2.0.0-preview.4" + "@solana/errors": "2.0.0-preview.4", + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "<6.2.2", + "supports-color": "<10.2.1", + "strip-ansi": "<7.1.1", + "ansi-regex": "<6.2.1", + "wrap-ansi": "<9.0.1", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" } -} \ No newline at end of file +} diff --git a/icons/package.json b/icons/package.json index efb2e4a9..1b4fc55a 100644 --- a/icons/package.json +++ b/icons/package.json @@ -50,5 +50,45 @@ "figma to react", "icons", "icon generator" - ] + ], + "overrides": { + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "<6.2.2", + "supports-color": "<10.2.1", + "strip-ansi": "<7.1.1", + "ansi-regex": "<6.2.1", + "wrap-ansi": "<9.0.1", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" + }, + "resolutions": { + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "<6.2.2", + "supports-color": "<10.2.1", + "strip-ansi": "<7.1.1", + "ansi-regex": "<6.2.1", + "wrap-ansi": "<9.0.1", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" + } } diff --git a/package.json b/package.json index 0f6f241c..6c370eec 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,45 @@ "eslint": "8.44.0", "posthog-js": "1.72.1", "prettier": "2.8.8" + }, + "resolutions": { + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "<6.2.2", + "supports-color": "<10.2.1", + "strip-ansi": "<7.1.1", + "ansi-regex": "<6.2.1", + "wrap-ansi": "<9.0.1", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" + }, + "overrides": { + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "<6.2.2", + "supports-color": "<10.2.1", + "strip-ansi": "<7.1.1", + "ansi-regex": "<6.2.1", + "wrap-ansi": "<9.0.1", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" } -} \ No newline at end of file +} diff --git a/react/package.json b/react/package.json index 97491c4d..a030ab26 100644 --- a/react/package.json +++ b/react/package.json @@ -7,7 +7,7 @@ "author": "Drift Labs", "license": "MIT", "scripts": { - "lint": "eslint './**/*.{ts,tsx}' --quiet", + "lint": "eslint './**/*.{ts,tsx}' --quiet --format unix", "build": "bun clean && tsc && bun copy-files", "build:watch": "bun clean && tsc --watch", "copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css lib/", @@ -54,11 +54,49 @@ "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", - "@ledgerhq/errors": "6.16.3" + "@ledgerhq/errors": "6.16.3", + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "4.3.0", + "supports-color": "<10.2.1", + "string-width": "4.2.3", + "strip-ansi": "6.0.1", + "ansi-regex": "5.0.1", + "wrap-ansi": "7.0.0", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" }, "resolutions": { "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", - "@ledgerhq/errors": "6.16.3" + "@ledgerhq/errors": "6.16.3", + "chalk": "<5.6.1", + "debug": "<4.4.2", + "ansi-styles": "4.3.0", + "supports-color": "<10.2.1", + "string-width": "4.2.3", + "strip-ansi": "6.0.1", + "ansi-regex": "5.0.1", + "wrap-ansi": "7.0.0", + "color-convert": "<3.1.1", + "color-name": "<2.0.1", + "color-string": "<2.1.1", + "simple-swizzle": "<0.2.3", + "is-arrayish": "<0.3.3", + "slice-ansi": "<7.1.1", + "error-ex": "<1.3.3", + "backslash": "<0.2.1", + "chalk-template": "<1.1.1", + "supports-hyperlinks": "<4.1.1", + "has-ansi": "<6.0.1" } -} \ No newline at end of file +}