From 7ad8a492dd6773d15742ff364223f6ffdfeacc98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:18:09 +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.7.1 to 0.7.2. - [Release notes](https://github.com/db-ui/mono/releases) - [Commits](https://github.com/db-ui/mono/compare/v0.7.1...v0.7.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 b5496e73..27e87e76 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.7.1", + "@db-ui/foundations": "^0.7.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.23.0", @@ -363,9 +363,9 @@ } }, "node_modules/@db-ui/foundations": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.7.1.tgz", - "integrity": "sha512-RqtiwASg38JPq0rRZ36tkbdzMpLjdnJdZkyAz2ZHZ2oS3yjn1ghVO5Uhpy+dCKnFFltwFC6yynCr9jo4yZL1kA==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.7.2.tgz", + "integrity": "sha512-eiJLeY5dS5adTlaN+CbyPmGp0vYbdRioXYCr+QUPWcXqpn5uMvA+iXw8b0D4pQMXXWuJzv9UDg4j2Ym0oILoxw==", "dev": true, "license": "DB Design License", "bin": { diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 3cef2a31..13c7b4d7 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.7.1", + "@db-ui/foundations": "^0.7.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.23.0",