diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index a3b50809..dd20f1ef 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.6.0", + "@db-ui/react-components": "^0.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "7.1.0" @@ -345,52 +345,35 @@ } }, "node_modules/@db-ui/components": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.6.0.tgz", - "integrity": "sha512-lsF5fYufBvaFeD2kt7Ew9Pxugj1wLcDTvMz0wZNJtILkrTgMN3Fv/VnEJvV/1D2T2e+nAZT1atWmczpMO9pl8Q==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.6.2.tgz", + "integrity": "sha512-W2HYapZvtGJqJQgYWUdvjyIVHNt23cNlvXLNG0LI56RkMnr+VQu41g+gTUkAULVaOyW7HTIDmBCHW03HsO7Lvw==", "dependencies": { - "@db-ui/foundations": "0.6.0", - "@db-ux/core-icons": "0.0.6" - } - }, - "node_modules/@db-ui/components/node_modules/@db-ui/foundations": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.0.tgz", - "integrity": "sha512-iX5L6CQdDTESRqNL0yQRcHCC45Ft1hPyv6zA5rBk0Xodde5nDsxL8u67HmcUNpARoW4qujsbE3qAhCcxWvNpxA==", - "bin": { - "foundations": "build/index.js" + "@db-ui/foundations": "0.6.2", + "@db-ux/core-icons": "0.0.7" } }, "node_modules/@db-ui/foundations": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.0.tgz", - "integrity": "sha512-iX5L6CQdDTESRqNL0yQRcHCC45Ft1hPyv6zA5rBk0Xodde5nDsxL8u67HmcUNpARoW4qujsbE3qAhCcxWvNpxA==", - "dev": true, + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.2.tgz", + "integrity": "sha512-sA5xHGi40ZvlxYCPX8ouZFSwyCxmcPZKCjVZGHao9DAI1vbhvEk5CcoLvrnmUCBIxjrKh8QjWrJ6VVS1qdzW4w==", "bin": { "foundations": "build/index.js" } }, "node_modules/@db-ui/react-components": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.6.0.tgz", - "integrity": "sha512-EmeCWXJRQ+y/72c9PXHL0EJGwy8yORS2A/ku9eZ9Pkx125vFQvn+33r2jFkGmtpGzFKk3Frv1mwhPeTuLMEdSg==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.6.2.tgz", + "integrity": "sha512-nwj/DboSxyOiZnI/a6Gz8g/zY1asCl06bDaVt7vz8Jfk4F1cQ6De8vOLW6j95VkhURiylFtPE7IBY4fs8S2xgg==", "dependencies": { - "@db-ui/components": "0.6.0", - "@db-ui/foundations": "0.6.0" - } - }, - "node_modules/@db-ui/react-components/node_modules/@db-ui/foundations": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.6.0.tgz", - "integrity": "sha512-iX5L6CQdDTESRqNL0yQRcHCC45Ft1hPyv6zA5rBk0Xodde5nDsxL8u67HmcUNpARoW4qujsbE3qAhCcxWvNpxA==", - "bin": { - "foundations": "build/index.js" + "@db-ui/components": "0.6.2", + "@db-ui/foundations": "0.6.2" } }, "node_modules/@db-ux/core-icons": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@db-ux/core-icons/-/core-icons-0.0.6.tgz", - "integrity": "sha512-OsmTDCC3igwVDiW+t0HJLmFBDaRsUrFmx1A/7zh/1zOAryh+nFMhxDdXYZxU/CFYOLmwY3Q9+PcjryJ2N5RMhw==" + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@db-ux/core-icons/-/core-icons-0.0.7.tgz", + "integrity": "sha512-w8j+9F8MFBPUoh3XTJAnwUWCL05ZZdF8JKo9Xc+RLUpSaYUlaO7nnqZ4U9gbAYv1JEH6EcHrE3jDBksn3/ITUg==" }, "node_modules/@esbuild/aix-ppc64": { "version": "0.24.0", diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 3f890053..82272453 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.6.0", + "@db-ui/react-components": "^0.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "7.1.0"