diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 9fc692fa..b0fdbb8a 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -14,7 +14,7 @@ "react-router-dom": "6.28.0" }, "devDependencies": { - "@db-ui/foundations": "^0.2.1", + "@db-ui/foundations": "^0.5.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.13.1", @@ -344,12 +344,12 @@ } }, "node_modules/@db-ui/foundations": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.2.1.tgz", - "integrity": "sha512-eQisihP1KDwgMm6NLretk2od07PjKwBxLcy3S/6ntZPpQrpztCZl7JdQKSHQwUgC0AHtoQzvhfoAKim0pC7DYg==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.7.tgz", + "integrity": "sha512-JfN7Bs7FdnILz+jU/WUMLWcMEFTyUxtR9ZtvYrKCYHvBv16DCOyIU6e9VHEChgWI7MC8PElv/Oz+ZU6tKVZYAQ==", "dev": true, "bin": { - "generate-icon-fonts": "build/scripts/generate-icon-fonts/index.js" + "foundations": "build/index.js" } }, "node_modules/@db-ui/react-components": { diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 26336230..159857d3 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,7 +16,7 @@ "react-router-dom": "6.28.0" }, "devDependencies": { - "@db-ui/foundations": "^0.2.1", + "@db-ui/foundations": "^0.5.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.13.1",