diff --git a/client/package.json b/client/package.json index 741ac29..518c3ab 100644 --- a/client/package.json +++ b/client/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@next/font": "13.1.6", + "@tabler/icons-react": "^2.4.0", "chess.js": "^1.0.0-beta.3", "next": "13.1.6", "react": "18.2.0", @@ -19,13 +20,13 @@ }, "devDependencies": { "@chessu/types": "*", - "@types/node": "18.13.0", + "@types/node": "18.14.0", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "autoprefixer": "^10.4.13", "daisyui": "^2.50.1", "postcss": "^8.4.21", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "typescript": "4.9.5" } } diff --git a/package.json b/package.json index b729fcb..f73aa8d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint-config-next": "13.1.6", "eslint-config-prettier": "^8.6.0", "prettier": "^2.8.4", - "prettier-plugin-tailwindcss": "^0.2.2" + "prettier-plugin-tailwindcss": "^0.2.3" }, "engines": { "node": ">=18" diff --git a/server/package.json b/server/package.json index ee43b4f..4c6f5cc 100644 --- a/server/package.json +++ b/server/package.json @@ -25,7 +25,7 @@ "@types/connect-pg-simple": "^7.0.0", "@types/express": "^4.17.17", "@types/express-session": "^1.17.6", - "@types/node": "^18.13.0", + "@types/node": "^18.14.0", "@types/pg": "^8.6.6", "ts-node": "^10.9.1", "typescript": "^4.9.5"