diff --git a/package-lock.json b/package-lock.json index 30614b36..06e03b04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint": "8.26.0", "eslint-config-next": "13.0.2", "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.13" + "prettier-plugin-tailwindcss": "^0.2.1" } }, "node_modules/@algolia/autocomplete-core": { @@ -4504,7 +4504,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.13", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", "dev": true, "engines": { "node": ">=12.17.0" diff --git a/package.json b/package.json index 01f3d2c6..0b93c261 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "eslint": "8.26.0", "eslint-config-next": "13.0.2", "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.13" + "prettier-plugin-tailwindcss": "^0.2.1" } }