diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 9fc692fa..cc2e1cab 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.5.4", + "@db-ui/react-components": "^0.5.7", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.28.0" @@ -328,17 +328,17 @@ } }, "node_modules/@db-ui/components": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.5.4.tgz", - "integrity": "sha512-LT6VHlxWyPcMtm18dnpy4aEPTkjhUrp8Hfv+Rvcaq0V4dyCOpFo38Q38oc4do+oH2yH0lOOC9zv9dZIo6seBow==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.5.7.tgz", + "integrity": "sha512-wXxhZEVkOReh1+yi7w4eSVlo/sAAwueOY2UchkijVJEpHb70YKrh1Xgn9qNHWTR+gYa+ezTY0Yva8/Cn7Rv3Ew==", "dependencies": { - "@db-ui/foundations": "0.5.4" + "@db-ui/foundations": "0.5.7" } }, "node_modules/@db-ui/components/node_modules/@db-ui/foundations": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.4.tgz", - "integrity": "sha512-+XiTHoi7Y+nbkKOCLndQSCEgNWkWLbBGCL3sRrUFJoXz38KL1F3GzoZ3/NQC2JEDBjvO53bB6jfkSA+ngE8+EA==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.7.tgz", + "integrity": "sha512-JfN7Bs7FdnILz+jU/WUMLWcMEFTyUxtR9ZtvYrKCYHvBv16DCOyIU6e9VHEChgWI7MC8PElv/Oz+ZU6tKVZYAQ==", "bin": { "foundations": "build/index.js" } @@ -353,18 +353,18 @@ } }, "node_modules/@db-ui/react-components": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.5.4.tgz", - "integrity": "sha512-JfzUhlEA6VSF1LZ+qyZSA7aV8UivHZZ9WoRHTZ3jo4bPeP3Bc/T0uxawtJzpjNOsqdw7Hmpcr4G3du6BmaXl8g==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/react-components/-/react-components-0.5.7.tgz", + "integrity": "sha512-0DpMQurl0N1V2KNOkUBxFDaMXqAhV9y45jJEvlWCtmExhB6kppkg6rWG0arO/fIgZ5nGHxpScjjIoMSBBBttww==", "dependencies": { - "@db-ui/components": "0.5.4", - "@db-ui/foundations": "0.5.4" + "@db-ui/components": "0.5.7", + "@db-ui/foundations": "0.5.7" } }, "node_modules/@db-ui/react-components/node_modules/@db-ui/foundations": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.4.tgz", - "integrity": "sha512-+XiTHoi7Y+nbkKOCLndQSCEgNWkWLbBGCL3sRrUFJoXz38KL1F3GzoZ3/NQC2JEDBjvO53bB6jfkSA+ngE8+EA==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.7.tgz", + "integrity": "sha512-JfN7Bs7FdnILz+jU/WUMLWcMEFTyUxtR9ZtvYrKCYHvBv16DCOyIU6e9VHEChgWI7MC8PElv/Oz+ZU6tKVZYAQ==", "bin": { "foundations": "build/index.js" } diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 26336230..d4fa185f 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.5.4", + "@db-ui/react-components": "^0.5.7", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.28.0"