From df39d7578bb23aa0476a211d9c363f92b3e70809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 03:06:44 +0000 Subject: [PATCH] Bump @tailwindcss/aspect-ratio from 0.2.0 to 0.2.1 Bumps [@tailwindcss/aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++--------- package.json | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bd79ea..8c61374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@headlessui/vue": "^1.2.0", "@heroicons/vue": "^1.0.1", - "@tailwindcss/aspect-ratio": "^0.2.0", + "@tailwindcss/aspect-ratio": "^0.2.1", "@tailwindcss/forms": "^0.3.2", "@tailwindcss/line-clamp": "^0.2.0", "@tailwindcss/typography": "^0.4.0", @@ -113,10 +113,13 @@ } }, "node_modules/@tailwindcss/aspect-ratio": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.2.0.tgz", - "integrity": "sha512-v5LyHkwXj/4lI74B06zUrmWEdmSqS43+jw717pkt3fAXqb7ALwu77A8t7j+Bej+ZbdlIIqNMYheGN7wSGV1A6w==", - "dev": true + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.2.1.tgz", + "integrity": "sha512-aDFi80aHQ3JM3symJ5iKU70lm151ugIGFCI0yRZGpyjgQSDS+Fbe93QwypC1tCEllQE8p0S7TUu20ih1b9IKLA==", + "dev": true, + "peerDependencies": { + "tailwindcss": ">=2.0.0" + } }, "node_modules/@tailwindcss/forms": { "version": "0.3.2", @@ -1885,10 +1888,11 @@ } }, "@tailwindcss/aspect-ratio": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.2.0.tgz", - "integrity": "sha512-v5LyHkwXj/4lI74B06zUrmWEdmSqS43+jw717pkt3fAXqb7ALwu77A8t7j+Bej+ZbdlIIqNMYheGN7wSGV1A6w==", - "dev": true + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.2.1.tgz", + "integrity": "sha512-aDFi80aHQ3JM3symJ5iKU70lm151ugIGFCI0yRZGpyjgQSDS+Fbe93QwypC1tCEllQE8p0S7TUu20ih1b9IKLA==", + "dev": true, + "requires": {} }, "@tailwindcss/forms": { "version": "0.3.2", diff --git a/package.json b/package.json index 8250806..5f889da 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@headlessui/vue": "^1.2.0", "@heroicons/vue": "^1.0.1", - "@tailwindcss/aspect-ratio": "^0.2.0", + "@tailwindcss/aspect-ratio": "^0.2.1", "@tailwindcss/forms": "^0.3.2", "@tailwindcss/line-clamp": "^0.2.0", "@tailwindcss/typography": "^0.4.0",