diff --git a/client/package.json b/client/package.json index 0ff4729..ea7e973 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tabler/icons-react": "^2.17.0", "chess.js": "^1.0.0-beta.5", - "next": "13.3.1", + "next": "13.3.2", "react": "18.2.0", "react-chessboard": "^2.1.3", "react-dom": "18.2.0", @@ -19,13 +19,13 @@ }, "devDependencies": { "@chessu/types": "*", - "@types/node": "18.15.13", - "@types/react": "18.0.38", - "@types/react-dom": "18.0.11", + "@types/node": "18.16.3", + "@types/react": "18.2.0", + "@types/react-dom": "18.2.1", "autoprefixer": "^10.4.14", - "daisyui": "^2.51.5", + "daisyui": "^2.51.6", "postcss": "^8.4.23", - "tailwindcss": "^3.3.1", + "tailwindcss": "^3.3.2", "typescript": "5.0.4" }, "optionalDependencies": { diff --git a/package.json b/package.json index daca665..675c6a1 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "devDependencies": { "concurrently": "^8.0.1", "eslint": "^8.39.0", - "eslint-config-next": "13.3.1", + "eslint-config-next": "13.3.2", "eslint-config-prettier": "^8.8.0", - "prettier": "^2.8.7", - "prettier-plugin-tailwindcss": "^0.2.7" + "prettier": "^2.8.8", + "prettier-plugin-tailwindcss": "^0.2.8" }, "engines": { "node": ">=18" diff --git a/server/package.json b/server/package.json index c97ab43..b4d21de 100644 --- a/server/package.json +++ b/server/package.json @@ -26,9 +26,9 @@ "@types/connect-pg-simple": "^7.0.0", "@types/express": "^4.17.17", "@types/express-session": "^1.17.7", - "@types/node": "^18.15.13", + "@types/node": "^18.16.3", "@types/pg": "^8.6.6", - "tsc-watch": "^6.0.0", + "tsc-watch": "^6.0.4", "typescript": "^5.0.4" }, "engines": {