Skip to content

Commit

Permalink
chore(explorer): detect dead-code (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis authored Sep 20, 2024
1 parent 5a6c03c commit 2744df8
Show file tree
Hide file tree
Showing 3 changed files with 591 additions and 473 deletions.
5 changes: 2 additions & 3 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"dev": "tsup --watch",
"explorer:dev": "next dev --port 13690",
"explorer:start": "node .next/standalone/packages/explorer/server.js",
"knip": "knip",
"lint": "next lint"
},
"dependencies": {
Expand All @@ -43,13 +44,11 @@
"@latticexyz/world": "workspace:*",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^3.0.5",
"@rainbow-me/rainbowkit": "^2.1.5",
"@tanstack/react-query": "^5.51.3",
Expand Down Expand Up @@ -79,12 +78,12 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/better-sqlite3": "^7.6.4",
"@types/debug": "^4.1.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.15.11",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/yargs": "^17.0.10",
"eslint-config-next": "14.2.3",
"knip": "^5.30.2",
"postcss": "^8",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
Expand Down
188 changes: 0 additions & 188 deletions packages/explorer/src/components/ui/DropdownMenu.tsx

This file was deleted.

Loading

0 comments on commit 2744df8

Please sign in to comment.