From 5ca6f458099d66b7c8055c7917fa3681deac1ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:02:55 +0000 Subject: [PATCH] build(deps-dev): update prettier requirement from ^3.3.1 to ^3.3.2 Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version. - [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/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- bun.lockb | Bin 97923 -> 97923 bytes package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 8a376ffea0235da81b5404a27c81191dda253a88..d73e80066d87872f1d9bfb995947b3f2c1503a3c 100755 GIT binary patch delta 148 zcmV;F0Biq){RM;l1&}TvXm#7;W5eM^SrCIbm{O|r#;ke1pjnmViIFW8q&VbMu}*3n zlQ<_Zv*;YfQ$VZ*ULAuRzrYh$mwD5`g?4|u{*lk6cZiAILw2+9UUqFw2)wvl~1-b<^J5BE@fiI7wyj!o<;3PY9f)>?soIQN}$fY*nR` zhy;&MA+li{fTtN+Sv>Gl6-}-eFb=craK@McF}Jh{0XH_6B0d2im*7kR2e%SH0dYR3 Cu0dP? diff --git a/package.json b/package.json index 094c825..5e5efab 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cpy-cli": "^5.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", - "prettier": "^3.3.1", + "prettier": "^3.3.2", "typescript": "^5.4.5" } }