From 84978f9fc6093f6b491ce82ba2bc06692811b54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:35:19 +0000 Subject: [PATCH] build(deps-dev): bump @db-ui/foundations in /react-tailwind-template Bumps [@db-ui/foundations](https://github.com/db-ui/mono) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/db-ui/mono/releases) - [Commits](https://github.com/db-ui/mono/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: "@db-ui/foundations" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 58d35ed7..ebcdc6dc 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.6.0", + "@db-ui/foundations": "^0.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.18.0", @@ -362,9 +362,9 @@ } }, "node_modules/@db-ui/foundations": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.0.tgz", - "integrity": "sha512-iX5L6CQdDTESRqNL0yQRcHCC45Ft1hPyv6zA5rBk0Xodde5nDsxL8u67HmcUNpARoW4qujsbE3qAhCcxWvNpxA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.2.tgz", + "integrity": "sha512-sA5xHGi40ZvlxYCPX8ouZFSwyCxmcPZKCjVZGHao9DAI1vbhvEk5CcoLvrnmUCBIxjrKh8QjWrJ6VVS1qdzW4w==", "dev": true, "bin": { "foundations": "build/index.js" diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 480e1bd5..7c785ae1 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.6.0", + "@db-ui/foundations": "^0.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.18.0",