fix(deps): resolve ansi-regex dependency conflict (#9964)

This commit is contained in:
matt korwel
2025-09-26 10:00:54 -07:00
committed by GitHub
parent a4516665d5
commit 8a16165a9b
5 changed files with 99 additions and 309 deletions

View File

@@ -18,7 +18,7 @@
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"test:ci": "vitest run",
"typecheck": "tsc --noEmit"
},
"files": [