From 5f9cb49d056597d9479840808d0b52461dd55397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:05:27 +0000 Subject: [PATCH] build(deps-dev): bump @db-ui/foundations in /react-tailwind-template (#1581) Bumps [@db-ui/foundations](https://github.com/db-ui/mono) from 0.5.7 to 0.6.0. - [Release notes](https://github.com/db-ui/mono/releases) - [Commits](https://github.com/db-ui/mono/compare/v0.5.7...v0.6.0) --- updated-dependencies: - dependency-name: "@db-ui/foundations" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- react-tailwind-template/package-lock.json | 8 ++++---- react-tailwind-template/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index f925b600..8cffafa4 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "7.0.1" }, "devDependencies": { - "@db-ui/foundations": "^0.5.7", + "@db-ui/foundations": "^0.6.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.17.0", @@ -361,9 +361,9 @@ } }, "node_modules/@db-ui/foundations": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.7.tgz", - "integrity": "sha512-JfN7Bs7FdnILz+jU/WUMLWcMEFTyUxtR9ZtvYrKCYHvBv16DCOyIU6e9VHEChgWI7MC8PElv/Oz+ZU6tKVZYAQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.0.tgz", + "integrity": "sha512-iX5L6CQdDTESRqNL0yQRcHCC45Ft1hPyv6zA5rBk0Xodde5nDsxL8u67HmcUNpARoW4qujsbE3qAhCcxWvNpxA==", "dev": true, "bin": { "foundations": "build/index.js" diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index f35ec226..1df8b941 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "7.0.1" }, "devDependencies": { - "@db-ui/foundations": "^0.5.7", + "@db-ui/foundations": "^0.6.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.17.0",