Skip to content

Commit

Permalink
kie-issues#1779: Update deprecated react-json-view dependency (#2870)
Browse files Browse the repository at this point in the history
Co-authored-by: Kennedy Bowers <[email protected]>
  • Loading branch information
kbowers-ibm and Kennedy Bowers authored Jan 24, 2025
1 parent c5ad1c6 commit bbf18e9
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 100 deletions.
2 changes: 1 addition & 1 deletion packages/boxed-expression-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@kie-tools/root-env": "workspace:*",
"@kie-tools/storybook-base": "workspace:*",
"@kie-tools/tsconfig": "workspace:*",
"@microlink/react-json-view": "^1.24.0",
"@playwright/test": "^1.45.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
Expand All @@ -72,7 +73,6 @@
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-when": "^3.6.0",
"react-json-view": "^1.21.3",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"storybook": "^7.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@kie-tools/runtime-tools-process-gateway-api": "workspace:*",
"@kie-tools/runtime-tools-shared-enveloped-components": "workspace:*",
"@kie-tools/runtime-tools-shared-gateway-api": "workspace:*",
"@microlink/react-json-view": "^1.24.0",
"@patternfly/patternfly": "^4.224.2",
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-icons": "^4.93.6",
Expand All @@ -51,7 +52,6 @@
"react-datetime-picker": "^3.5.0",
"react-helmet": "^6.1.0",
"react-inlinesvg": "^2.3.0",
"react-json-view": "^1.21.3",
"react-moment": "0.9.7",
"react-pure-loaders": "^3.0.1",
"react-svg-pan-zoom": "^3.12.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Title } from "@patternfly/react-core/dist/js/components/Title";
import { TextContent } from "@patternfly/react-core/dist/js/components/Text";
import { Label } from "@patternfly/react-core/dist/js/components/Label";
import React from "react";
import ReactJson from "react-json-view";
import ReactJson from "@microlink/react-json-view";
import { InfoCircleIcon } from "@patternfly/react-icons/dist/js/icons/info-circle-icon";
import "../styles.css";
import { ProcessInstance, ProcessInstanceState } from "@kie-tools/runtime-tools-process-gateway-api/dist/types";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"monaco-editor": "^0.39.0",
"react-helmet": "^6.1.0",
"react-inlinesvg": "^2.3.0",
"react-json-view": "^1.21.3",
"react-moment": "0.9.7",
"react-pure-loaders": "^3.0.1",
"react-svg-pan-zoom": "^3.12.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@kie-tools/runtime-tools-shared-gateway-api": "workspace:*",
"@kie-tools/runtime-tools-swf-gateway-api": "workspace:*",
"@kie-tools/serverless-workflow-combined-editor": "workspace:*",
"@microlink/react-json-view": "^1.24.0",
"@patternfly/patternfly": "^4.224.2",
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-icons": "^4.93.6",
Expand All @@ -53,7 +54,6 @@
"monaco-editor": "^0.39.0",
"react-datetime-picker": "^3.5.0",
"react-helmet": "^6.1.0",
"react-json-view": "^1.21.3",
"react-moment": "0.9.7",
"react-pure-loaders": "^3.0.1",
"uuid": "^8.3.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Title } from "@patternfly/react-core/dist/js/components/Title";
import { TextContent } from "@patternfly/react-core/dist/js/components/Text";
import { Label } from "@patternfly/react-core/dist/js/components/Label";
import React from "react";
import ReactJson from "react-json-view";
import ReactJson from "@microlink/react-json-view";
import { InfoCircleIcon } from "@patternfly/react-icons/dist/js/icons/info-circle-icon";
import { WorkflowInstance, WorkflowInstanceState } from "@kie-tools/runtime-tools-swf-gateway-api/dist/types";
import { componentOuiaProps, OUIAProps } from "@kie-tools/runtime-tools-components/dist/ouiaTools";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
import React, { useMemo } from "react";
import { TextContent } from "@patternfly/react-core/dist/js/components/Text";
import ReactJson from "react-json-view";
import ReactJson from "@microlink/react-json-view";
import { WorkflowResponse } from "@kie-tools/runtime-tools-swf-gateway-api/dist/types";
import { Title } from "@patternfly/react-core/dist/js/components/Title";

Expand Down
Loading

0 comments on commit bbf18e9

Please sign in to comment.