From a4f63fbc982ffe213bd18669244c53dab94df73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 08:57:47 +0000 Subject: [PATCH] Bump daisyui from 3.1.7 to 3.2.1 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.1.7 to 3.2.1. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.1.7...v3.2.1) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0875349..1651cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2991,13 +2991,14 @@ } }, "node_modules/daisyui": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.1.7.tgz", - "integrity": "sha512-VQhaunQlB7Buo+AbE+S3i6H/eYknKEuKVHG67y7sbG58uEjeLK6n2rojG3YE7fwoOss6ldbUL8Oy0MyoJi0CHw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.2.1.tgz", + "integrity": "sha512-gIqE6wiqoJt9G8+n3R/SwLeUnpNCE2eDhT73rP0yZYVaM7o6zVcakBH3aEW5RGpx3UkonPiLuvcgxRcb2lE8TA==", "dev": true, "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", + "postcss": "^8", "postcss-js": "^4", "tailwindcss": "^3" }, @@ -3007,9 +3008,6 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/daisyui" - }, - "peerDependencies": { - "postcss": "^8" } }, "node_modules/date-fns": {