tests for block socket
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" | ||
... | ... |
48.7 KB
39.7 KB