From b887c027e2f91aff1590aafa0901107c893b14d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:24:35 +0000 Subject: [PATCH] chore(deps-dev): bump pretty-quick from 3.3.1 to 4.0.0 Bumps [pretty-quick](https://github.com/prettier/pretty-quick) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/prettier/pretty-quick/releases) - [Changelog](https://github.com/prettier/pretty-quick/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/pretty-quick/compare/v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: pretty-quick dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a8db7f..7e45da0 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "lint-staged": "^15.2.11", "np": "^10.1.0", "prettier": "^3.4.2", - "pretty-quick": "^3.0.0", + "pretty-quick": "^4.0.0", "rc-test": "^7.0.15", "react": "^18.0.0", "react-dom": "^18.0.0",