From 0a89ec91a57db8f2794f5871d400a4c498c6826e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 00:54:43 +0000 Subject: [PATCH] build(deps-dev): bump @db-ux/core-foundations Bumps [@db-ux/core-foundations](https://github.com/db-ux-design-system/core-web) from 1.2.1 to 2.4.2. - [Release notes](https://github.com/db-ux-design-system/core-web/releases) - [Changelog](https://github.com/db-ux-design-system/core-web/blob/main/docs/release-management.md) - [Commits](https://github.com/db-ux-design-system/core-web/compare/v1.2.1...v2.4.2) --- updated-dependencies: - dependency-name: "@db-ux/core-foundations" dependency-version: 2.4.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- react-tailwind-template/package-lock.json | 17 +++++++++++++++-- react-tailwind-template/package.json | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 9f99eea8..ccc4ab66 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "7.7.0" }, "devDependencies": { - "@db-ux/core-foundations": "^1.1.1", + "@db-ux/core-foundations": "^2.4.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.37.0", @@ -357,12 +357,19 @@ "@db-ux/core-foundations": "1.2.1" } }, - "node_modules/@db-ux/core-foundations": { + "node_modules/@db-ux/core-components/node_modules/@db-ux/core-foundations": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@db-ux/core-foundations/-/core-foundations-1.2.1.tgz", "integrity": "sha512-mCLpeiG+6kQXEcQtEWwWC6wP6aZUHBFyezQW/yJf/IGmIO6aqShjlY1VPU/ZkxmnyIGrODTuS5Hv2xv54goUdA==", "license": "DB Design License" }, + "node_modules/@db-ux/core-foundations": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@db-ux/core-foundations/-/core-foundations-2.4.2.tgz", + "integrity": "sha512-alUOw/IjMpGmB3sBgGViLcupDwWjYMV9zRC7y7PysMHcAnqUEWRWU3z7walYRzZaguPj7ODklVwMeJdr63QcCg==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@db-ux/react-core-components": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@db-ux/react-core-components/-/react-core-components-1.2.1.tgz", @@ -373,6 +380,12 @@ "@db-ux/core-foundations": "1.2.1" } }, + "node_modules/@db-ux/react-core-components/node_modules/@db-ux/core-foundations": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@db-ux/core-foundations/-/core-foundations-1.2.1.tgz", + "integrity": "sha512-mCLpeiG+6kQXEcQtEWwWC6wP6aZUHBFyezQW/yJf/IGmIO6aqShjlY1VPU/ZkxmnyIGrODTuS5Hv2xv54goUdA==", + "license": "DB Design License" + }, "node_modules/@esbuild/aix-ppc64": { "version": "0.25.0", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz", diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 55de30df..8a0d35ee 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "7.7.0" }, "devDependencies": { - "@db-ux/core-foundations": "^1.1.1", + "@db-ux/core-foundations": "^2.4.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.37.0",