Skip to content

Commit

Permalink
fix: Move tslib from devDependencies to dependencies in Feast UI
Browse files Browse the repository at this point in the history
tslib is a runtime dependency, so it should be in dependencies. This
ensures the specified version is installed also when the package is used
as a module.

Signed-off-by: Harri Lehtola <peruukki@hotmail.com>
  • Loading branch information
peruukki committed Sep 16, 2024
1 parent ddecae8 commit 401fe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"react-query": "^3.34.12",
"react-router-dom": "6",
"react-scripts": "^5.0.0",
"tslib": "^2.3.1",
"use-query-params": "^1.2.3",
"zod": "^3.11.6"
},
Expand Down Expand Up @@ -105,7 +106,6 @@
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-svgo": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
},
"description": "Web UI for the [Feast Feature Store](https://feast.dev/)",
Expand Down

0 comments on commit 401fe83

Please sign in to comment.