diff --git a/client/package.json b/client/package.json index 81e9372..0ff4729 100644 --- a/client/package.json +++ b/client/package.json @@ -9,9 +9,9 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons-react": "^2.16.0", + "@tabler/icons-react": "^2.17.0", "chess.js": "^1.0.0-beta.5", - "next": "13.3.0", + "next": "13.3.1", "react": "18.2.0", "react-chessboard": "^2.1.3", "react-dom": "18.2.0", @@ -20,7 +20,7 @@ "devDependencies": { "@chessu/types": "*", "@types/node": "18.15.13", - "@types/react": "18.0.37", + "@types/react": "18.0.38", "@types/react-dom": "18.0.11", "autoprefixer": "^10.4.14", "daisyui": "^2.51.5", diff --git a/package.json b/package.json index 9ee43d2..daca665 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ }, "devDependencies": { "concurrently": "^8.0.1", - "eslint": "^8.38.0", - "eslint-config-next": "13.3.0", + "eslint": "^8.39.0", + "eslint-config-next": "13.3.1", "eslint-config-prettier": "^8.8.0", "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.7"