From 015d06512cad811ee6025b9d310388a14efe9f73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:18:31 +0000 Subject: [PATCH] bump(deps): update dependency @tailwindcss/typography to ^0.5.12 --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdab0b92d..d59eca0d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -404,8 +404,8 @@ importers: specifier: ^0.5.7 version: 0.5.7(tailwindcss@3.4.1) '@tailwindcss/typography': - specifier: ^0.5.11 - version: 0.5.11(tailwindcss@3.4.1) + specifier: ^0.5.12 + version: 0.5.12(tailwindcss@3.4.1) '@types/react': specifier: 18.2.69 version: 18.2.69 @@ -1867,8 +1867,8 @@ packages: tailwindcss: 3.4.1 dev: true - /@tailwindcss/typography@0.5.11(tailwindcss@3.4.1): - resolution: {integrity: sha512-ahOULqBQGCdSqL3vMNjH1R5cU2gxTh059fJIKF2enHXE8c/s3yKGDSKZ1+4poCr7BZRREJS8n5cCFmwsW4Ok3A==} + /@tailwindcss/typography@0.5.12(tailwindcss@3.4.1): + resolution: {integrity: sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' dependencies: diff --git a/website/package.json b/website/package.json index 0cb21e93b..19b02f74a 100644 --- a/website/package.json +++ b/website/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "@tailwindcss/typography": "^0.5.11", + "@tailwindcss/typography": "^0.5.12", "@types/react": "18.2.69", "@workspace/eslint-config-next": "workspace:*", "autoprefixer": "^10.4.19",