From 63980c551fdf78946fbca1b9ae45a284b49158ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:57:10 +0000 Subject: [PATCH] Bump @tailwindcss/typography from 0.5.13 to 0.5.15 Bumps [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) from 0.5.13 to 0.5.15. - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...v0.5.15) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f421ba..3aacbbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@fontsource/inter": "4.5.2", "@next/bundle-analyzer": "^14.2.4", "@tailwindcss/forms": "^0.5.8", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.15", "autoprefixer": "^10.4.0", "esbuild": "^0.13.13", "github-slugger": "^2.0.0", @@ -3549,10 +3549,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", - "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", - "license": "MIT", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", + "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", @@ -3560,7 +3559,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" } }, "node_modules/@trysound/sax": { diff --git a/package.json b/package.json index 266e78b..7458ec7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@fontsource/inter": "4.5.2", "@next/bundle-analyzer": "^14.2.4", "@tailwindcss/forms": "^0.5.8", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.15", "autoprefixer": "^10.4.0", "esbuild": "^0.13.13", "github-slugger": "^2.0.0",