diff --git a/ui-common/package.json b/ui-common/package.json index e4a48d1cf..4ca4729f7 100644 --- a/ui-common/package.json +++ b/ui-common/package.json @@ -1,6 +1,6 @@ { "name": "@up9/mizu-common", - "version": "1.0.142", + "version": "1.0.144", "description": "Made with create-react-library", "author": "", "license": "MIT", diff --git a/ui-common/src/components/TrafficViewer/EntryListItem/assets/ebpf.png b/ui-common/src/components/TrafficViewer/EntryListItem/assets/ebpf.png deleted file mode 100644 index 53424467e..000000000 Binary files a/ui-common/src/components/TrafficViewer/EntryListItem/assets/ebpf.png and /dev/null differ diff --git a/ui-common/src/components/TrafficViewer/assets/lock.svg b/ui-common/src/components/TrafficViewer/EntryListItem/assets/lock.svg similarity index 100% rename from ui-common/src/components/TrafficViewer/assets/lock.svg rename to ui-common/src/components/TrafficViewer/EntryListItem/assets/lock.svg diff --git a/ui/package.json b/ui/package.json index 36243c70f..9a23aedc6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@types/jest": "^26.0.22", "@types/node": "^12.20.10", "@uiw/react-textarea-code-editor": "^1.4.12", - "@up9/mizu-common": "1.0.142", + "@up9/mizu-common": "1.0.144", "axios": "^0.25.0", "core-js": "^3.20.2", "craco-babel-loader": "^1.0.3",