diff --git a/package.json b/package.json index 0e8272f41..2832c79c1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "eslint": "^8.43.0", "eslint-config-custom": "workspace:*", - "prettier": "^2.8.8", + "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.3.0", "turbo": "^1.10.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5f9c0201..aef78a862 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,11 +15,11 @@ importers: specifier: workspace:* version: link:packages/eslint-config-custom prettier: - specifier: ^2.8.8 - version: 2.8.8 + specifier: ^3.0.0 + version: 3.0.0 prettier-plugin-tailwindcss: specifier: ^0.3.0 - version: 0.3.0(prettier@2.8.8) + version: 0.3.0(prettier@3.0.0) turbo: specifier: ^1.10.6 version: 1.10.6 @@ -6617,7 +6617,7 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - /prettier-plugin-tailwindcss@0.3.0(prettier@2.8.8): + /prettier-plugin-tailwindcss@0.3.0(prettier@3.0.0): resolution: {integrity: sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==} engines: {node: '>=12.17.0'} peerDependencies: @@ -6669,12 +6669,12 @@ packages: prettier-plugin-twig-melody: optional: true dependencies: - prettier: 2.8.8 + prettier: 3.0.0 dev: true - /prettier@2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} - engines: {node: '>=10.13.0'} + /prettier@3.0.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + engines: {node: '>=14'} hasBin: true dev: true