From 72a200c1a9da0f1952900050b2d255d6c2b59368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:05:50 +0000 Subject: [PATCH] build(deps-dev): bump @tailwindcss/typography from 0.5.13 to 0.5.14 Bumps [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) from 0.5.13 to 0.5.14. - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...v0.5.14) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 17 ++--------------- website/package.json | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5595f0a2..ca19aa84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -885,8 +885,8 @@ importers: specifier: ^1.14.1 version: 1.14.1 '@tailwindcss/typography': - specifier: ^0.5.12 - version: 0.5.13(tailwindcss@3.4.4) + specifier: ^0.5.14 + version: 0.5.14(tailwindcss@3.4.4) '@types/hast': specifier: ^3.0.4 version: 3.0.4 @@ -5604,18 +5604,6 @@ packages: '@swc/counter': 0.1.3 tslib: 2.6.3 - /@tailwindcss/typography@0.5.13(tailwindcss@3.4.4): - resolution: {integrity: sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==} - peerDependencies: - tailwindcss: '>=3.0.0 || insiders' - dependencies: - lodash.castarray: 4.4.0 - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.4 - dev: true - /@tailwindcss/typography@0.5.14(tailwindcss@3.4.4): resolution: {integrity: sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==} peerDependencies: @@ -5626,7 +5614,6 @@ packages: lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 tailwindcss: 3.4.4 - dev: false /@testing-library/dom@10.4.0: resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} diff --git a/website/package.json b/website/package.json index 2068b1b2..8f543339 100644 --- a/website/package.json +++ b/website/package.json @@ -34,7 +34,7 @@ "@content-collections/mdx": "workspace:*", "@content-collections/next": "workspace:*", "@shikijs/transformers": "^1.14.1", - "@tailwindcss/typography": "^0.5.12", + "@tailwindcss/typography": "^0.5.14", "@types/hast": "^3.0.4", "@types/node": "^20", "@types/react": "^18.3.3",