From be1662139f614f82effbd69c8af3bd2e0033421a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 03:06:28 +0000 Subject: [PATCH] Bump @tailwindcss/typography from 0.4.0 to 0.4.1 Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Commits](https://github.com/tailwindcss/typography/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bd79ea..eced9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tailwindcss/aspect-ratio": "^0.2.0", "@tailwindcss/forms": "^0.3.2", "@tailwindcss/line-clamp": "^0.2.0", - "@tailwindcss/typography": "^0.4.0", + "@tailwindcss/typography": "^0.4.1", "@types/tailwindcss": "^2.0.3", "@vitejs/plugin-vue": "^1.2.2", "@vue/compiler-sfc": "^3.0.11", @@ -134,15 +134,18 @@ "dev": true }, "node_modules/@tailwindcss/typography": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.0.tgz", - "integrity": "sha512-3BfOYT5MYNEq81Ism3L2qu/HRP2Q5vWqZtZRQqQrthHuaTK9qpuPfbMT5WATjAM5J1OePKBaI5pLoX4S1JGNMQ==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.1.tgz", + "integrity": "sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", "lodash.uniq": "^4.5.0" + }, + "peerDependencies": { + "tailwindcss": ">=2.0.0" } }, "node_modules/@types/tailwindcss": { @@ -1906,9 +1909,9 @@ "dev": true }, "@tailwindcss/typography": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.0.tgz", - "integrity": "sha512-3BfOYT5MYNEq81Ism3L2qu/HRP2Q5vWqZtZRQqQrthHuaTK9qpuPfbMT5WATjAM5J1OePKBaI5pLoX4S1JGNMQ==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.4.1.tgz", + "integrity": "sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", diff --git a/package.json b/package.json index 8250806..12d8077 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tailwindcss/aspect-ratio": "^0.2.0", "@tailwindcss/forms": "^0.3.2", "@tailwindcss/line-clamp": "^0.2.0", - "@tailwindcss/typography": "^0.4.0", + "@tailwindcss/typography": "^0.4.1", "@types/tailwindcss": "^2.0.3", "@vitejs/plugin-vue": "^1.2.2", "@vue/compiler-sfc": "^3.0.11",