From d49579e84228563cbc094b5a1a2ed0f2d4e3f33f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:33:27 +0100 Subject: [PATCH] chore(deps): update dependency @tailwindcss/typography to v0.5.15 (#221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 12 ++++++------ sites/demo/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70838e0f..390bf711 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -180,8 +180,8 @@ importers: specifier: 0.5.8 version: 0.5.8(tailwindcss@3.4.10) '@tailwindcss/typography': - specifier: 0.5.14 - version: 0.5.14(tailwindcss@3.4.10) + specifier: 0.5.15 + version: 0.5.15(tailwindcss@3.4.10) '@types/eslint': specifier: ^9.6.0 version: 9.6.1 @@ -705,10 +705,10 @@ packages: peerDependencies: tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20' - '@tailwindcss/typography@0.5.14': - resolution: {integrity: sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==} + '@tailwindcss/typography@0.5.15': + resolution: {integrity: sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders' + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20' '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} @@ -3383,7 +3383,7 @@ snapshots: mini-svg-data-uri: 1.4.4 tailwindcss: 3.4.10 - '@tailwindcss/typography@0.5.14(tailwindcss@3.4.10)': + '@tailwindcss/typography@0.5.15(tailwindcss@3.4.10)': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 diff --git a/sites/demo/package.json b/sites/demo/package.json index 488f1acf..6d97520a 100644 --- a/sites/demo/package.json +++ b/sites/demo/package.json @@ -18,7 +18,7 @@ "@sveltejs/kit": "^2.5.24", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.8", - "@tailwindcss/typography": "0.5.14", + "@tailwindcss/typography": "0.5.15", "@types/eslint": "^9.6.0", "@types/mapbox-gl": "^3.4.0", "@types/node": "22.5.1",