diff --git a/package-lock.json b/package-lock.json index b9c35bb..801671e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@repo/typescript-config": "*", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "prettier": "^3.1.1", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.6.0", "turbo": "latest" }, "engines": { @@ -41,7 +41,7 @@ "@repo/eslint-config": "*", "@repo/typescript-config": "*", "@types/eslint": "^8.56.1", - "@types/node": "^20.14.2", + "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "eslint": "^8.56.0", @@ -8485,9 +8485,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", - "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.1.tgz", + "integrity": "sha512-AnbeYZu0WGj+QgKciUgdMnRxrqcxltleZPgdwfA5104BHM3siBLONN/HLW1yS2HvzSNkzpQ/JAj+LN0jcJO+0w==", "dev": true, "engines": { "node": ">=14.21.3" @@ -11813,7 +11813,7 @@ "@repo/typescript-config": "*", "@types/lodash": "^4.14.202", "@types/luxon": "^3.4.2", - "@types/node": "^20.14.2", + "@types/node": "^20.10.6", "@types/uuid": "^9.0.7", "@vitest/coverage-v8": "^1.2.1", "eslint": "^8.56.0", @@ -11839,7 +11839,7 @@ "devDependencies": { "@repo/eslint-config": "*", "@repo/typescript-config": "*", - "@types/node": "^20.14.2", + "@types/node": "^20.10.6", "eslint": "^8.56.0", "tsx": "^4.7.0", "typescript": "^5.3.3" diff --git a/package.json b/package.json index 9fb699a..f2016dd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@repo/typescript-config": "*", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "prettier": "^3.1.1", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.6.0", "turbo": "latest" }, "engines": {