diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index ab2e21ee..b8591729 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -15,7 +15,7 @@ "react-router-dom": "7.7.0" }, "devDependencies": { - "@db-ux/core-foundations": "^1.1.1", + "@db-ux/core-foundations": "^3.0.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.37.0", @@ -353,19 +353,12 @@ "@db-ux/core-foundations": "3.0.0" } }, - "node_modules/@db-ux/core-components/node_modules/@db-ux/core-foundations": { + "node_modules/@db-ux/core-foundations": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@db-ux/core-foundations/-/core-foundations-3.0.0.tgz", "integrity": "sha512-Uob51xSgLtTtS4NNL74c5VeIVFcRSNniS4+rrBBt/gaZjgPGLJ19VHuEdaLgFXx/xl/YaAxv6WWnCt8hvAFbmQ==", "license": "Apache-2.0" }, - "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==", - "dev": true, - "license": "DB Design License" - }, "node_modules/@db-ux/react-core-components": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@db-ux/react-core-components/-/react-core-components-3.0.0.tgz", @@ -376,12 +369,6 @@ "@db-ux/core-foundations": "3.0.0" } }, - "node_modules/@db-ux/react-core-components/node_modules/@db-ux/core-foundations": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@db-ux/core-foundations/-/core-foundations-3.0.0.tgz", - "integrity": "sha512-Uob51xSgLtTtS4NNL74c5VeIVFcRSNniS4+rrBBt/gaZjgPGLJ19VHuEdaLgFXx/xl/YaAxv6WWnCt8hvAFbmQ==", - "license": "Apache-2.0" - }, "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 4acf1670..ce1bb512 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -18,7 +18,7 @@ "react-router-dom": "7.7.0" }, "devDependencies": { - "@db-ux/core-foundations": "^1.1.1", + "@db-ux/core-foundations": "^3.0.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.37.0",