feat(ui): move from madge to dpdm for circular dependencies

This commit is contained in:
psychedelicious
2024-02-27 19:17:18 +11:00
parent f6c068afdd
commit bcf742ef87
2 changed files with 21 additions and 654 deletions

View File

@@ -25,7 +25,7 @@
"typegen": "node scripts/typegen.js",
"preview": "vite preview",
"lint:knip": "knip",
"lint:madge": "madge --circular src/main.tsx",
"lint:dpdm": "dpdm --no-warning --no-tree --transform --exit-code circular:1 src/main.tsx",
"lint:eslint": "eslint --max-warnings=0 .",
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",
@@ -128,11 +128,11 @@
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react-swc": "^3.6.0",
"concurrently": "^8.2.2",
"dpdm": "^3.14.0",
"eslint": "^8.56.0",
"eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-path": "^1.2.4",
"knip": "^5.0.2",
"madge": "^6.1.0",
"openapi-types": "^12.1.3",
"openapi-typescript": "^6.7.4",
"prettier": "^3.2.5",