From 647606db55fbc1b44a2bca1c4603501647470312 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 1 May 2023 21:06:16 +0800 Subject: [PATCH] update deps --- client/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index ea7e973..954537b 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.2", + "next": "13.3.4", "react": "18.2.0", "react-chessboard": "^2.1.3", "react-dom": "18.2.0", diff --git a/package.json b/package.json index 675c6a1..c2f55ef 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "concurrently": "^8.0.1", "eslint": "^8.39.0", - "eslint-config-next": "13.3.2", + "eslint-config-next": "13.3.4", "eslint-config-prettier": "^8.8.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.2.8"