From ed054a99b80d14b5e54f74dab5fcc5d134b2b301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:26:25 +0000 Subject: [PATCH] chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integrations/gatsby/package.json | 2 +- integrations/next/package.json | 2 +- integrations/remix/package.json | 2 +- packages/integration-components/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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" } }