diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index b5496e73..22543162 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.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.23.0", @@ -363,14 +363,11 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.7.3.tgz", + "integrity": "sha512-fMRfy4KK9vDfoMO2sVJ2vnRUFI2zEDyc1yISV0M8M0nEEbybrVoDC3v1olWN9gDTLjVQ+ufUPt9GDClC09YzoQ==", "dev": true, - "license": "DB Design License", - "bin": { - "foundations": "build/index.js" - } + "license": "DB Design License" }, "node_modules/@db-ui/react-components": { "version": "0.7.1", diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 3cef2a31..198fd227 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.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.23.0",