From 97a4e605d2de556ca20be8d96fe2685eb1a24bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:25:02 +0000 Subject: [PATCH] bump(deps): update dependency prettier-plugin-tailwindcss to ^0.5.10 --- pnpm-lock.yaml | 8 ++++---- workspace/prettier-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 277283436..be4dfab10 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -382,8 +382,8 @@ importers: specifier: ^2.4.7 version: 2.4.7(prettier@3.1.1) prettier-plugin-tailwindcss: - specifier: ^0.5.9 - version: 0.5.9(prettier@3.1.1) + specifier: ^0.5.10 + version: 0.5.10(prettier@3.1.1) workspace/sync-trustwallet-assets: dependencies: @@ -5583,8 +5583,8 @@ packages: synckit: 0.8.6 dev: false - /prettier-plugin-tailwindcss@0.5.9(prettier@3.1.1): - resolution: {integrity: sha512-9x3t1s2Cjbut2QiP+O0mDqV3gLXTe2CgRlQDgucopVkUdw26sQi53p/q4qvGxMLBDfk/dcTV57Aa/zYwz9l8Ew==} + /prettier-plugin-tailwindcss@0.5.10(prettier@3.1.1): + resolution: {integrity: sha512-9UGSejqFxGG6brYjFfTYlJ8zs4L/lvZg1AngFfaC5Fs1otSskASv5IWKmjPu5MlABQUtTKtMArKyYr/hWpXSUg==} engines: {node: '>=14.21.3'} peerDependencies: '@ianvs/prettier-plugin-sort-imports': '*' diff --git a/workspace/prettier-config/package.json b/workspace/prettier-config/package.json index 67b97523a..270c11ba9 100644 --- a/workspace/prettier-config/package.json +++ b/workspace/prettier-config/package.json @@ -4,6 +4,6 @@ "main": "./index.js", "dependencies": { "prettier-plugin-packagejson": "^2.4.7", - "prettier-plugin-tailwindcss": "^0.5.9" + "prettier-plugin-tailwindcss": "^0.5.10" } }