From 35d5df48c7f4b797b3a3f6c254ba339238278635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:09:55 +0000 Subject: [PATCH] chore(deps): update dependency @tailwindcss/typography to ^0.5.20 --- package-lock.json | 10 +++++----- packages/viewer/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2bc8b02..40e1e534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2797,16 +2797,16 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", - "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==", + "version": "0.5.20", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.20.tgz", + "integrity": "sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==", "dev": true, "license": "MIT", "dependencies": { "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders" } }, "node_modules/@tailwindcss/vite": { @@ -7408,7 +7408,7 @@ "@playwright/test": "^1.60.0", "@sveltejs/vite-plugin-svelte": "^7.1.2", "@tailwindcss/postcss": "^4.3.0", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tailwindcss/vite": "^4.3.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/svelte": "^5.3.1", diff --git a/packages/viewer/package.json b/packages/viewer/package.json index ecad3993..afc226da 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -25,7 +25,7 @@ "@playwright/test": "^1.60.0", "@sveltejs/vite-plugin-svelte": "^7.1.2", "@tailwindcss/postcss": "^4.3.0", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tailwindcss/vite": "^4.3.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/svelte": "^5.3.1",