From d8458bd68a030a2ef24b028896d6fa379f1ed303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:56:27 +0000 Subject: [PATCH] bump(deps): update dependency @tailwindcss/typography to ^0.5.11 --- 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 656763b02..415699f5d 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.10 - version: 0.5.10(tailwindcss@3.4.1) + specifier: ^0.5.11 + version: 0.5.11(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.10(tailwindcss@3.4.1): - resolution: {integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==} + /@tailwindcss/typography@0.5.11(tailwindcss@3.4.1): + resolution: {integrity: sha512-ahOULqBQGCdSqL3vMNjH1R5cU2gxTh059fJIKF2enHXE8c/s3yKGDSKZ1+4poCr7BZRREJS8n5cCFmwsW4Ok3A==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' dependencies: diff --git a/website/package.json b/website/package.json index 0e76d2b34..bca1417f8 100644 --- a/website/package.json +++ b/website/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.11", "@types/react": "18.2.69", "@workspace/eslint-config-next": "workspace:*", "autoprefixer": "^10.4.19",