Skip to content

Commit b7ec8c1

Browse files
adchiakevjumba
authored andcommitted
chore: Update Feast UI dependency to reflect recent changes (#2924)
chore: Update Feast UI dependency Signed-off-by: Danny Chiao <[email protected]>
1 parent b5b7054 commit b7ec8c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sdk/python/feast/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@elastic/datemath": "^5.0.3",
77
"@elastic/eui": "^57.0.0",
88
"@emotion/react": "^11.9.0",
9-
"@feast-dev/feast-ui": "^0.20.4",
9+
"@feast-dev/feast-ui": "^0.20.5",
1010
"@testing-library/jest-dom": "^5.16.4",
1111
"@testing-library/react": "^13.2.0",
1212
"@testing-library/user-event": "^13.5.0",

sdk/python/feast/ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,10 +1345,10 @@
13451345
minimatch "^3.1.2"
13461346
strip-json-comments "^3.1.1"
13471347

1348-
"@feast-dev/feast-ui@^0.20.4":
1349-
version "0.20.4"
1350-
resolved "https://registry.yarnpkg.com/@feast-dev/feast-ui/-/feast-ui-0.20.4.tgz#4b918f8922f3eecd9e3e7323f25ba9cac78a4567"
1351-
integrity sha512-KTUhKni7t++G6UwXyPbGWXwWHnTOVTH8ouYCoHXbGorgRL3K4fbq5tCSCJzP9L5FAo+cF1AjVZNRgwzPe6vAgA==
1348+
"@feast-dev/feast-ui@^0.20.5":
1349+
version "0.20.5"
1350+
resolved "https://registry.yarnpkg.com/@feast-dev/feast-ui/-/feast-ui-0.20.5.tgz#bb0d6fc81cbd92ca69b779982ab151a8d9cabaee"
1351+
integrity sha512-BwMPJSv1MkylHxPnU/2fZX77AC/G4H2DIf+HAj80ZklwB0zbmeZzhXFrVh4xSheevGZFh0L839JeL14WfXPZsA==
13521352
dependencies:
13531353
"@elastic/datemath" "^5.0.3"
13541354
"@elastic/eui" "^55.0.1"

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feast-dev/feast-ui",
3-
"version": "0.20.4",
3+
"version": "0.20.5",
44
"private": false,
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)