From 10998721015a6b4faee18dbe6d5bc4e6f0c0db71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 01:43:14 +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.2.1 to 0.5.7. - [Release notes](https://github.com/db-ui/mono/releases) - [Commits](https://github.com/db-ui/mono/compare/v0.2.1...v0.5.7) --- updated-dependencies: - dependency-name: "@db-ui/foundations" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- react-tailwind-template/package-lock.json | 10 +++++----- react-tailwind-template/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 9fc692fa..b0fdbb8a 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "6.28.0" }, "devDependencies": { - "@db-ui/foundations": "^0.2.1", + "@db-ui/foundations": "^0.5.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.13.1", @@ -344,12 +344,12 @@ } }, "node_modules/@db-ui/foundations": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.2.1.tgz", - "integrity": "sha512-eQisihP1KDwgMm6NLretk2od07PjKwBxLcy3S/6ntZPpQrpztCZl7JdQKSHQwUgC0AHtoQzvhfoAKim0pC7DYg==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.7.tgz", + "integrity": "sha512-JfN7Bs7FdnILz+jU/WUMLWcMEFTyUxtR9ZtvYrKCYHvBv16DCOyIU6e9VHEChgWI7MC8PElv/Oz+ZU6tKVZYAQ==", "dev": true, "bin": { - "generate-icon-fonts": "build/scripts/generate-icon-fonts/index.js" + "foundations": "build/index.js" } }, "node_modules/@db-ui/react-components": { diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 26336230..159857d3 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "6.28.0" }, "devDependencies": { - "@db-ui/foundations": "^0.2.1", + "@db-ui/foundations": "^0.5.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.13.1",