diff --git a/setup.py b/setup.py index d4fd73e7e..85d7a0a70 100644 --- a/setup.py +++ b/setup.py @@ -53,13 +53,6 @@ def load_server_requirements(): author_email="stefan@dagworks.io,elijah@dagworks.io", url="https://github.com/dagworks-inc/hamilton", packages=find_packages(exclude=["tests"], include=["hamilton", "hamilton.*"]), - # package_data={ - # "hamilton": [ - # "ui/server/build/**/*", - # "hamilton/server/**/*", - # "hamilton/server/build/**/*" - # ] - # }, include_package_data=True, install_requires=load_requirements(), zip_safe=False, diff --git a/ui/frontend/package-lock.json b/ui/frontend/package-lock.json index 85fa6c32c..f206e334c 100644 --- a/ui/frontend/package-lock.json +++ b/ui/frontend/package-lock.json @@ -6063,9 +6063,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001565", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz", - "integrity": "sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==", + "version": "1.0.30001632", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001632.tgz", + "integrity": "sha512-udx3o7yHJfUxMLkGohMlVHCvFvWmirKh9JAH/d7WOLPetlH+LTL5cocMZ0t7oZx/mdlOWXti97xLZWc8uURRHg==", "funding": [ { "type": "opencollective",