diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index c772f8cd..2d909c20 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "7.6.3" }, "devDependencies": { - "@db-ux/core-foundations": "^1.1.1", + "@db-ux/core-foundations": "^2.3.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.35.1", @@ -357,11 +357,16 @@ "@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" + "integrity": "sha512-mCLpeiG+6kQXEcQtEWwWC6wP6aZUHBFyezQW/yJf/IGmIO6aqShjlY1VPU/ZkxmnyIGrODTuS5Hv2xv54goUdA==" + }, + "node_modules/@db-ux/core-foundations": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@db-ux/core-foundations/-/core-foundations-2.3.1.tgz", + "integrity": "sha512-/EGgiM55KGtlesUVVhJhPJZeaajE9eMO0L1KsL7pKOVpCKTVUB7xRi/7zeieMYUj2h3+r6QBNTQkY0qLHquglg==", + "dev": true }, "node_modules/@db-ux/react-core-components": { "version": "1.2.1", @@ -373,6 +378,11 @@ "@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==" + }, "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 b5fbe4d0..1667a34e 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "7.6.3" }, "devDependencies": { - "@db-ux/core-foundations": "^1.1.1", + "@db-ux/core-foundations": "^2.3.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.35.1",