From 0beb386f4a09bb2e33eae304bf170be11a1250a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:42:36 +0200 Subject: [PATCH] chore(deps): update dependency @ivuorinen/prettier-config to ^0.2.0 (#15) --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57ae775..559217c 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "@ivuorinen/commitlint-config": "^0.2.0", "@ivuorinen/eslint-config": "^0.3.0", "@ivuorinen/markdownlint-config": "^0.2.0", - "@ivuorinen/prettier-config": "^0.1.1" + "@ivuorinen/prettier-config": "^0.2.0" } } diff --git a/yarn.lock b/yarn.lock index 6d6ec79..6d020d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -287,11 +287,12 @@ "@ivuorinen/config-checker" "^1.1.0" markdownlint-cli "0.37.0" -"@ivuorinen/prettier-config@^0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@ivuorinen/prettier-config/-/prettier-config-0.1.1.tgz#e1e043c336f4c9f1c720124ecadcd8c6f67173bc" - integrity sha512-XwJWUIen+Fozynb0xNOvvUH5NFFaAnKpIT/U9iCDj9Oo3WoOcr58dNync6Yu3Algu6X3p6VzZrrMwJAo1dWiaQ== +"@ivuorinen/prettier-config@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@ivuorinen/prettier-config/-/prettier-config-0.2.0.tgz#3dd63dda742c9376bfbb8dbbbcbdc75d2fa8d14f" + integrity sha512-iBKIPIhrvM42qDJmaC+96ta+B5ir5xsQJeMbNJmWfo/Ko/pJffeXDIsctGFAynI6Oiob0KPoui5J148vmRWrEQ== dependencies: + "@ivuorinen/config-checker" "^1.1.0" prettier "2.8.8" "@nodelib/fs.scandir@2.1.5":