From dbcdf7af5ae98563f37a9ea0fbfd38af880fb3fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:44:44 +0000 Subject: [PATCH] chore(deps): update devdependency prettier to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9068466..c881417 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "commitlint-config-unjs": "^1.0.1", "eslint": "^8.44.0", "lint-staged": "^13.2.3", - "prettier": "2.8.8", + "prettier": "3.2.5", "simple-git-hooks": "^2.8.1", "typescript": "^5.1.6", "vite": "^4.3.9",