From 1c124d44310aa44a98c5f9de34c6d650c0f16740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:45:20 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 --- apps/web-extension/package.json | 2 +- apps/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-extension/package.json b/apps/web-extension/package.json index ae2b6ac..aefbc88 100644 --- a/apps/web-extension/package.json +++ b/apps/web-extension/package.json @@ -27,7 +27,7 @@ "daisyui": "^2.51.3", "eslint": "^8.35.0", "postcss": "^8.4.21", - "prettier": "2.8.3", + "prettier": "3.8.3", "prettier-plugin-packagejson": "^2.4.3", "prettier-plugin-tailwindcss": "^0.2.4", "tailwindcss": "^3.2.7", diff --git a/apps/web/package.json b/apps/web/package.json index 507ef32..edf25a2 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -58,7 +58,7 @@ "eslint": "^8.35.0", "eslint-plugin-solid": "^0.10.0", "postcss": "^8.4.21", - "prettier": "^2.8.4", + "prettier": "^3.0.0", "prettier-plugin-packagejson": "^2.4.3", "prettier-plugin-tailwindcss": "^0.2.3", "solid-start-node": "^0.2.22",