From f38941e528f95f82665134d00d219fbacf450396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:20:22 +0800 Subject: [PATCH] chore(deps-dev): bump pretty-quick from 3.3.1 to 4.0.0 (#99) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f13e41b..36d2a12 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",