From bacbc753525b4a990956806c0a5b1fc58fefda89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:06:01 +0000 Subject: [PATCH] Bump daisyui from 3.7.4 to 3.9.1 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.4 to 3.9.1. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.4...v3.9.1) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bc6ddf..a0ed767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,10 +16,10 @@ "vue3-particles": "^2.12.0" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.6.0", - "daisyui": "^3.7.4", + "daisyui": "^3.9.1", "nuxt": "^3.6.5" } }, @@ -5976,16 +5976,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.1", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.9.1.tgz", + "integrity": "sha512-xkZgVpPPpNbaZiG+djoP+XZF+6YeVA8sIP5ZwDzhaOlg1tXHfXvqhTmwKXGKLng3la2rwDrHYw3zjMMHLIGFUQ==", "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 ec65293..eeb9c81 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nuxt/devtools": "latest", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.6.0", - "daisyui": "^3.7.4", + "daisyui": "^3.9.1", "nuxt": "^3.6.5" }, "overrides": {