From 857bd72f5edb03f9ef232c9631da7564a87f42e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:21:53 +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 6f1f8b15..2db3d5da 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "7.1.0" }, "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.19.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 5887c4eb..744faa10 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "7.1.0" }, "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.19.0",