From 0662b1dc1e265c2da44ca7f9405f44e7ae3051e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 17:30:51 +0000 Subject: [PATCH] Bump @tailwindcss/typography from 0.5.0 to 0.5.1 in /packages/website Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindcss/typography/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 5e988d05..60018c93 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -62,7 +62,7 @@ "swr": "1.2.0" }, "devDependencies": { - "@tailwindcss/typography": "0.5.0", + "@tailwindcss/typography": "0.5.1", "autoprefixer": "10.4.2", "cross-env": "7.0.3", "cypress": "9.3.1", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index f50a2a24..d6635e94 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -1840,15 +1840,14 @@ dependencies: defer-to-connect "^2.0.0" -"@tailwindcss/typography@0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.0.tgz#47886ec46ac41e1211d24fea05301046d9b30906" - integrity sha512-1p/3C6C+JJziS/ghtG8ACYalbA2SyLJY27Pm33cVTlAoY6VQ7zfm2H64cPxUMBkVIlWXTtWHhZcZJPobMRmQAA== +"@tailwindcss/typography@0.5.1": + version "0.5.1" + resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.1.tgz#486248a9426501f11a9b0295f7cfc0eb29659c46" + integrity sha512-AmSzZSgLhHKlILKduU+PKBTHL6c+al82syZlRid1xgmlWwXagLigO+O++B4C0scpMfzW//f/3YCRcwwEHWoU3w== dependencies: lodash.castarray "^4.4.0" lodash.isplainobject "^4.0.6" lodash.merge "^4.6.2" - lodash.uniq "^4.5.0" "@tokenizer/token@^0.3.0": version "0.3.0"