diff --git a/integrations/gatsby/package.json b/integrations/gatsby/package.json index d12e9ff..6455bcb 100644 --- a/integrations/gatsby/package.json +++ b/integrations/gatsby/package.json @@ -27,7 +27,7 @@ "eslint": "8.37.0", "gatsby-plugin-postcss": "5.25.0", "postcss": "8.4.21", - "prettier": "2.8.7", + "prettier": "2.8.8", "tailwindcss": "3.3.1", "typescript": "5.0.3" } diff --git a/integrations/next/package.json b/integrations/next/package.json index 0dd04f4..e101e4a 100644 --- a/integrations/next/package.json +++ b/integrations/next/package.json @@ -27,7 +27,7 @@ "autoprefixer": "10.4.14", "eslint": "8.37.0", "postcss": "8.4.21", - "prettier": "2.8.7", + "prettier": "2.8.8", "tailwindcss": "3.3.1", "typescript": "5.0.3" } diff --git a/integrations/remix/package.json b/integrations/remix/package.json index 3ac3cb8..794000c 100644 --- a/integrations/remix/package.json +++ b/integrations/remix/package.json @@ -31,7 +31,7 @@ "concurrently": "8.0.1", "eslint": "8.37.0", "postcss": "8.4.21", - "prettier": "2.8.7", + "prettier": "2.8.8", "tailwindcss": "3.3.1", "typescript": "5.0.3" } diff --git a/packages/integration-components/package.json b/packages/integration-components/package.json index 9214430..4d07e6b 100644 --- a/packages/integration-components/package.json +++ b/packages/integration-components/package.json @@ -19,7 +19,7 @@ "@tailwind-compose/prettier-config": "*", "@tailwind-compose/typescript-config": "*", "eslint": "8.37.0", - "prettier": "2.8.7", + "prettier": "2.8.8", "typescript": "5.0.3" } }