From 74b1bbce7baebcbf6a47e13d6b50282abf4cb94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:45:43 +0100 Subject: [PATCH] Bump daisyui from 3.1.11 to 3.2.1 (#207) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.1.11 to 3.2.1. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.1.11...v3.2.1) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25ba77c..99e1763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.2.2", - "daisyui": "3.1.11", + "daisyui": "3.2.1", "next": "13.4.9", "react": "18.2.0", "react-dom": "18.2.0", @@ -1008,12 +1008,13 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.1.11", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.1.11.tgz", - "integrity": "sha512-TAtdjV3VgqVUf7PSRdwU0cBPgvtlPvQJgXQAHw+E+2+3IbZFLRuOgFCMdBk9B5MGqaJMTkT7AXMkGPIDSCfX1A==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.2.1.tgz", + "integrity": "sha512-gIqE6wiqoJt9G8+n3R/SwLeUnpNCE2eDhT73rP0yZYVaM7o6zVcakBH3aEW5RGpx3UkonPiLuvcgxRcb2lE8TA==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", + "postcss": "^8", "postcss-js": "^4", "tailwindcss": "^3" }, @@ -1023,9 +1024,6 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/daisyui" - }, - "peerDependencies": { - "postcss": "^8" } }, "node_modules/damerau-levenshtein": { diff --git a/package.json b/package.json index f02650a..bdfeb06 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.2", - "daisyui": "3.1.11", + "daisyui": "3.2.1", "next": "13.4.9", "react": "18.2.0", "react-dom": "18.2.0",