diff --git a/package.json b/package.json index 2eb2305..460d385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "5.5.6", + "version": "5.5.7", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", @@ -17,7 +17,7 @@ "@popperjs/core": "^2.5.4", "@reduxjs/toolkit": "^1.9.3", "@types/jest": "^29.4.0", - "@types/node": "^18.14.2", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-avatar-editor": "13", "@types/react-dom": "^18.0.11", @@ -50,7 +50,7 @@ "reactstrap": "9.1.6", "semantic-ui-css": "^2.4.1", "simple-line-icons": "^2.5.5", - "styled-components": "^5.2.3", + "styled-components": "^5.3.8", "typescript": "^4.9.5", "uuid-random": "^1.3.2" }, diff --git a/public/manifest.json b/public/manifest.json index 30468b4..bc93c6d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "5.5.6", + "version": "5.5.7", "icons": [ { "src": "./assets/favicon.png", diff --git a/src/components/Game/PlayersAndCards.tsx b/src/components/Game/PlayersAndCards.tsx index 2451cc5..9d97fa3 100644 --- a/src/components/Game/PlayersAndCards.tsx +++ b/src/components/Game/PlayersAndCards.tsx @@ -32,7 +32,11 @@ const PlayersAndCards = () => { ))}