diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index b5496e73..90524861 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -8,7 +8,7 @@ "name": "react-tailwind-template", "version": "0.0.0", "dependencies": { - "@db-ui/react-components": "^0.7.1", + "@db-ui/react-components": "^0.7.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "7.1.0" @@ -345,50 +345,28 @@ } }, "node_modules/@db-ui/components": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.7.1.tgz", - "integrity": "sha512-vo2R+Q/LmokczXQFDYTfPxW52LA7wBBzIdqEepmw62vXdpqrTcOOI87hBnDahkis0C8n503b8Ha1qxrAYVmgpw==", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.7.3.tgz", + "integrity": "sha512-DGN+R6WqHTaSLbk099CTuidQHhUnULcIXpQu/lYID3DAs4x/BNmPSklEguBB30i49Y08rRYKl+ZA/AcwT/SNZQ==", "license": "Apache-2.0", "dependencies": { - "@db-ui/foundations": "0.7.1" - } - }, - "node_modules/@db-ui/components/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==", - "license": "DB Design License", - "bin": { - "foundations": "build/index.js" + "@db-ui/foundations": "0.7.3" } }, "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==", - "dev": true, - "license": "DB Design License", - "bin": { - "foundations": "build/index.js" - } + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.7.3.tgz", + "integrity": "sha512-fMRfy4KK9vDfoMO2sVJ2vnRUFI2zEDyc1yISV0M8M0nEEbybrVoDC3v1olWN9gDTLjVQ+ufUPt9GDClC09YzoQ==", + "license": "DB Design License" }, "node_modules/@db-ui/react-components": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.7.1.tgz", - "integrity": "sha512-FT3fNem4/uu/Tvo/WfnjCbZiAoH1Lrtpmt69zWufKGOsjaeOBBzCv+r9ivct9r8OXdcHEQpICM/yVZfLnsUCBw==", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.7.3.tgz", + "integrity": "sha512-K4HrAahH0z+arCny3YCi/F3e8a6UUo0UYgKPIn3TLbBQOs6WtvzgjeFgLWjAKD2FvJ9PDxi4m8kbLxKQKlY78A==", "license": "Apache-2.0", "dependencies": { - "@db-ui/components": "0.7.1", - "@db-ui/foundations": "0.7.1" - } - }, - "node_modules/@db-ui/react-components/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==", - "license": "DB Design License", - "bin": { - "foundations": "build/index.js" + "@db-ui/components": "0.7.3", + "@db-ui/foundations": "0.7.3" } }, "node_modules/@esbuild/aix-ppc64": { diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 3cef2a31..e64ee0d6 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@db-ui/react-components": "^0.7.1", + "@db-ui/react-components": "^0.7.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "7.1.0"