diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index ba249826..9ab36857 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.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "7.1.0" @@ -345,50 +345,31 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.7.2.tgz", + "integrity": "sha512-OUxd6vdshMejzuG6k9TZTC9kprAVKoLimCZt78Gtvw3mKblnfAumluO7GPLM1Molrjgrg2ggNwUXtJO2srl08A==", "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.2" } }, "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, + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.7.2.tgz", + "integrity": "sha512-eiJLeY5dS5adTlaN+CbyPmGp0vYbdRioXYCr+QUPWcXqpn5uMvA+iXw8b0D4pQMXXWuJzv9UDg4j2Ym0oILoxw==", "license": "DB Design License", "bin": { "foundations": "build/index.js" } }, "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.2", + "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.7.2.tgz", + "integrity": "sha512-9mME1ES2qy+1kw1G2czXy3lsrnu4GobLtjd6ajysxe71fR+f+JNOMXsgSrWMaH3Dav7RHT9nejfTvkfzE3gZFg==", "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.2", + "@db-ui/foundations": "0.7.2" } }, "node_modules/@esbuild/aix-ppc64": { diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index ceb40e13..2c1ad3b7 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.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "7.1.0"