diff --git a/package.json b/package.json index 32a5cbe..a2278ae 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "autoprefixer": "^10.4.14", "depcheck": "^1.4.3", "postcss": "^8.4.26", - "prettier": "^2.8.8", + "prettier": "^3.0.0", "tailwindcss": "^3.3.3", "typescript": "^5.1.6" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d05b586..979caff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,8 +95,8 @@ devDependencies: specifier: ^8.4.26 version: 8.4.26 prettier: - specifier: ^2.8.8 - version: 2.8.8 + specifier: ^3.0.0 + version: 3.0.0 tailwindcss: specifier: ^3.3.3 version: 3.3.3 @@ -3547,9 +3547,9 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /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