Skip to content

Commit c5a4d90

Browse files
authored
fix: Move tslib from devDependencies to dependencies in Feast UI (feast-dev#4525)
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>
1 parent 3073ea5 commit c5a4d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"react-query": "^3.34.12",
4848
"react-router-dom": "6",
4949
"react-scripts": "^5.0.0",
50+
"tslib": "^2.3.1",
5051
"use-query-params": "^1.2.3",
5152
"zod": "^3.11.6"
5253
},
@@ -105,7 +106,6 @@
105106
"rollup-plugin-svg": "^2.0.0",
106107
"rollup-plugin-svgo": "^1.1.0",
107108
"rollup-plugin-terser": "^7.0.2",
108-
"tslib": "^2.3.1",
109109
"typescript": "^4.4.2"
110110
},
111111
"description": "Web UI for the [Feast Feature Store](https://feast.dev/)",

0 commit comments

Comments
 (0)