diff --git a/examples/with-tailwind/package.json b/examples/with-tailwind/package.json index 36d04c9c382b2..8427b75adb21b 100644 --- a/examples/with-tailwind/package.json +++ b/examples/with-tailwind/package.json @@ -9,7 +9,7 @@ "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "devDependencies": { - "prettier": "^3.5.3", + "prettier": "^3.6.0", "prettier-plugin-tailwindcss": "^0.6.11", "turbo": "^2.5.0" }, diff --git a/examples/with-tailwind/pnpm-lock.yaml b/examples/with-tailwind/pnpm-lock.yaml index bdc856c18168d..7ad078bc819cc 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: devDependencies: prettier: - specifier: ^3.5.3 - version: 3.5.3 + specifier: ^3.6.0 + version: 3.6.0 prettier-plugin-tailwindcss: specifier: ^0.6.11 - version: 0.6.11(prettier@3.5.3) + version: 0.6.11(prettier@3.6.0) turbo: specifier: ^2.5.0 version: 2.5.0 @@ -2694,7 +2694,7 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-tailwindcss@0.6.11(prettier@3.5.3): + /prettier-plugin-tailwindcss@0.6.11(prettier@3.6.0): resolution: {integrity: sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==} engines: {node: '>=14.21.3'} peerDependencies: @@ -2749,12 +2749,13 @@ packages: prettier-plugin-svelte: optional: true dependencies: - prettier: 3.5.3 + prettier: 3.6.0 dev: true - /prettier@3.5.3: - resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} + /prettier@3.6.0: + resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==} engines: {node: '>=14'} + hasBin: true dev: true /prop-types@15.8.1: