-
- Downloads
added ability to change sorting speed
parent
59cc7af7
No related branches found
No related tags found
Showing
- package-lock.json 1 addition, 1 deletionpackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/BubbleSort.jsx 2 additions, 2 deletionssrc/BubbleSort.jsx
- src/SortingVisualizer.css 49 additions, 11 deletionssrc/SortingVisualizer.css
- src/SortingVisualizer.jsx 19 additions, 15 deletionssrc/SortingVisualizer.jsx
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
"@types/react": "^18.3.3", | "@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | "@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react": "^4.3.1", | "@vitejs/plugin-react": "^4.3.1", | ||
"eslint": "^9.9.0", | "eslint": "^9.10.0", | ||
"eslint-plugin-react": "^7.35.0", | "eslint-plugin-react": "^7.35.0", | ||
"eslint-plugin-react-hooks": "^5.1.0-rc.0", | "eslint-plugin-react-hooks": "^5.1.0-rc.0", | ||
"eslint-plugin-react-refresh": "^0.4.9", | "eslint-plugin-react-refresh": "^0.4.9", | ||
... | ... |
Please register or sign in to comment