Merge branch 'main' of github.com:blockscout/frontend into homepage-update
Showing
| ... | ... | @@ -68,6 +68,7 @@ |
| "@types/phoenix": "^1.5.4", | ||
| "@types/react": "18.0.9", | ||
| "@types/react-dom": "18.0.5", | ||
| "@types/ws": "^8.5.3", | ||
| "@typescript-eslint/eslint-plugin": "^5.27.0", | ||
| "dotenv-cli": "^6.0.0", | ||
| "eslint": "8.16.0", | ||
| ... | ... | @@ -86,7 +87,8 @@ |
| "ts-node": "^10.9.1", | ||
| "typescript": "4.7.2", | ||
| "vite-plugin-svgr": "^2.2.2", | ||
| "vite-tsconfig-paths": "^3.5.2" | ||
| "vite-tsconfig-paths": "^3.5.2", | ||
| "ws": "^8.11.0" | ||
| }, | ||
| "lint-staged": { | ||
| "*.{js,jsx,ts,tsx}": "eslint --cache --fix" | ||
| ... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
theme/components/Switch.ts
0 → 100644
48.4 KB
39.6 KB
ui/stats/useStats.tsx
0 → 100644