Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 29 additions & 131 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"pako": "^2.1.0",
"php-serialize": "^5.1.3",
"pickleparser": "^0.2.1",
"rawproto": "^0.7.6",
"rawproto": "^1.0.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update protobuf formatter for rawproto 1.x

With this dependency version selected, redisinsight/ui/src/utils/formatters/valueFormatters.tsx still imports and calls getData from rawproto, but rawproto 1.x removed that named export in favor of the default RawProto reader/.toJS() API. The UI bundle will fail to resolve the import (or the Protobuf formatter will get undefined) as soon as this module is loaded, breaking the Protobuf value formatter; please either keep 0.7.x or migrate the formatter to the 1.x API.

Useful? React with 👍 / 👎.

"react": "^18.2.0",
"react-contenteditable": "^3.3.5",
"react-dom": "^18.2.0",
Expand Down
Loading