diff --git a/package-lock.json b/package-lock.json index 20247a2..2d1fb89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint": "8.44.0", "eslint-config-next": "13.4.8", "postcss": "8.4.24", - "prettier": "2.8.8", + "prettier": "3.0.0", "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.2", "typescript": "5.1.6" @@ -3040,15 +3040,15 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", + "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" diff --git a/package.json b/package.json index 7480086..ebc1eae 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "8.44.0", "eslint-config-next": "13.4.8", "postcss": "8.4.24", - "prettier": "2.8.8", + "prettier": "3.0.0", "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.2", "typescript": "5.1.6"