From e011c5d86526c13bedbf218df195f277431a0a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 01:20:07 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 1.13.1 to 1.13.2 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 24963c5..6645b32 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "postcss": "8.4.24", "react": "18.2.0", "react-dom": "18.2.0", - "tailwind-merge": "^1.13.1", + "tailwind-merge": "^1.13.2", "tailwindcss": "3.3.2", "tailwindcss-animate": "^1.0.6", "typescript": "5.1.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b917d3..8f492f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: '@t3-oss/env-nextjs': specifier: ^0.4.0 @@ -54,8 +50,8 @@ dependencies: specifier: 18.2.0 version: 18.2.0(react@18.2.0) tailwind-merge: - specifier: ^1.13.1 - version: 1.13.1 + specifier: ^1.13.2 + version: 1.13.2 tailwindcss: specifier: 3.3.2 version: 3.3.2 @@ -2610,8 +2606,8 @@ packages: tslib: 2.5.3 dev: false - /tailwind-merge@1.13.1: - resolution: {integrity: sha512-tRtRN22TDokGi2TuYSvuHQuuW6BJ/zlUEG+iYpAQ9i66msc/0eU/+HPccbPnNNH0mCPp0Ob8thaC8Uy9CxHitQ==} + /tailwind-merge@1.13.2: + resolution: {integrity: sha512-R2/nULkdg1VR/EL4RXg4dEohdoxNUJGLMnWIQnPKL+O9Twu7Cn3Rxi4dlXkDzZrEGtR+G+psSXFouWlpTyLhCQ==} dev: false /tailwindcss-animate@1.0.6(tailwindcss@3.3.2): @@ -2844,3 +2840,7 @@ packages: /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false