From 2292ab5f0119ed792bafd0ac890797b108d829f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:47:22 -0700 Subject: [PATCH] Bump daisyui from 2.28.0 to 2.31.0 (#62) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 2.28.0 to 2.31.0. - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v2.28.0...v2.31.0) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7042c8c..aabfdad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.0.6", - "daisyui": "2.28.0", + "daisyui": "2.31.0", "next": "12.3.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -1025,9 +1025,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.28.0.tgz", - "integrity": "sha512-UmqFNPu8U8IE9sKzLvbvk80oogZE9jTYj8SskiSbnrwm8YPK8B+cKYLHHR8Usdh1j9hhUGVc8Sjt15p328gV9g==", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.31.0.tgz", + "integrity": "sha512-qepRXgQPLNcJ8ZPZy+dUvsC7mRWvMLRcVMe85/wZA60Tnhm/bkidhOzdllL8aAk2JX+W/xlIsTJ8NZFpPm+eyw==", "dependencies": { "color": "^4.2", "css-selector-tokenizer": "^0.8.0", @@ -4372,9 +4372,9 @@ "dev": true }, "daisyui": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.28.0.tgz", - "integrity": "sha512-UmqFNPu8U8IE9sKzLvbvk80oogZE9jTYj8SskiSbnrwm8YPK8B+cKYLHHR8Usdh1j9hhUGVc8Sjt15p328gV9g==", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.31.0.tgz", + "integrity": "sha512-qepRXgQPLNcJ8ZPZy+dUvsC7mRWvMLRcVMe85/wZA60Tnhm/bkidhOzdllL8aAk2JX+W/xlIsTJ8NZFpPm+eyw==", "requires": { "color": "^4.2", "css-selector-tokenizer": "^0.8.0", diff --git a/package.json b/package.json index cc1b524..0838aee 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.0.6", - "daisyui": "2.28.0", + "daisyui": "2.31.0", "next": "12.3.0", "react": "18.2.0", "react-dom": "18.2.0",