From 2af60487d8ed40fc48e3d995906de765dbec1d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:17:22 +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 a3b50809..f44221d4 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.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 3f890053..ee80a57e 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.18.0",