From aa07240345976ef6569c9267040d052c32161ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:44:56 +0000 Subject: [PATCH] Bump daisyui from 3.7.4 to 3.9.4 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.4 to 3.9.4. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.4...v3.9.4) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b49df29..6324fad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nuxt/devtools": "*", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.9.0", - "daisyui": "^3.7.4", + "daisyui": "^3.9.4", "nuxt": "^3.6.5" } }, @@ -5073,16 +5073,16 @@ "dev": true }, "node_modules/daisyui": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.4.tgz", - "integrity": "sha512-hAgTomIK8RDQ/RLH9Z2NxZiNVAO40w08FlhgYS/8CTFF+wggeHeNJ0qNBHWAJJzhjD8UU2u4PZ4nc4r9rwfTLw==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.9.4.tgz", + "integrity": "sha512-fvi2RGH4YV617/6DntOVGcOugOPym9jTGWW2XySb5ZpvdWO4L7bEG77VHirrnbRUEWvIEVXkBpxUz2KFj0rVnA==", "dev": true, "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", "postcss": "^8", "postcss-js": "^4", - "tailwindcss": "^3" + "tailwindcss": "^3.1" }, "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 12908e0..ffefb96 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nuxt/devtools": "latest", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.9.0", - "daisyui": "^3.7.4", + "daisyui": "^3.9.4", "nuxt": "^3.6.5" }, "overrides": {