From 419524e7b335eb78e4e216a423e72d1aabfae820 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Jun 2025 01:04:28 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.6.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d114c2..48ac212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "9.29.0", "eslint-config-next": "15.3.4", "postcss": "8.5.6", - "prettier": "3.5.3", + "prettier": "3.6.2", "prettier-plugin-tailwindcss": "0.6.13", "tailwindcss": "4.1.10", "tw-animate-css": "1.3.4", @@ -6139,9 +6139,9 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4e82b6b..212ff50 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "9.29.0", "eslint-config-next": "15.3.4", "postcss": "8.5.6", - "prettier": "3.5.3", + "prettier": "3.6.2", "prettier-plugin-tailwindcss": "0.6.13", "tailwindcss": "4.1.10", "tw-animate-css": "1.3.4",