Skip to content

Commit

Permalink
Merge pull request #77 from formio/FIO-8363-update-react-json-view
Browse files Browse the repository at this point in the history
FIO-8363: Updated react-json-view dependency
  • Loading branch information
brendanbond authored May 20, 2024
2 parents e8ed46a + 848d3fd commit 7677240
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 208 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@formio/contrib": "^2.0.0",
"@formio/js": "^5.0.0-rc.33",
"@formio/react": "^5.3.0-rc.2",
"@microlink/react-json-view": "^1.23.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -15,7 +16,6 @@
"react-bootstrap": "^2.4.0",
"react-code-blocks": "0.0.9-0",
"react-dom": "^18.1.0",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Builder.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Form, FormBuilder } from "@formio/react";
import { useState } from "react";
import { Card } from "react-bootstrap";
import ReactJson from "react-json-view";
import ReactJson from "@microlink/react-json-view";
import "../styles/Builder.css";
const Builder = () => {
const [jsonSchema, setSchema] = useState({ components: [] });
Expand Down
Loading

0 comments on commit 7677240

Please sign in to comment.