Skip to content

Commit

Permalink
Merge branch '354-generic-resource-list' into update-app-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Dec 5, 2024
2 parents 3726822 + 88ff79b commit a10ad67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"recharts": "^2.12.0",
"sass": "^1.63.6",
"sdc-qrf": "^0.3.11",
"sdc-qrf": "^0.3.12",
"styled-components": "^6.1.11",
"yup": "^1.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ describe('Field error message should be relevant and human readable', () => {
},
invalid: true,
isTouched: true,
isValidating: true,
isDirty: true,
};

Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11563,10 +11563,10 @@ react-hook-form@^7.44.2:
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab"
integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==

react-hook-form@^7.45.1:
version "7.45.1"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.45.1.tgz#e352c7f4dbc7540f0756abbb4dcfd1122fecc9bb"
integrity sha512-6dWoFJwycbuFfw/iKMcl+RdAOAOHDiF11KWYhNDRN/OkUt+Di5qsZHwA0OwsVnu9y135gkHpTw9DJA+WzCeR9w==
react-hook-form@^7.53.2:
version "7.53.2"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.2.tgz#6fa37ae27330af81089baadd7f322cc987b8e2ac"
integrity sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==

react-is@^16.10.2, react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
Expand Down Expand Up @@ -12094,10 +12094,10 @@ scroll-into-view-if-needed@^3.0.3:
dependencies:
compute-scroll-into-view "^3.0.2"

sdc-qrf@^0.3.11:
version "0.3.11"
resolved "https://registry.yarnpkg.com/sdc-qrf/-/sdc-qrf-0.3.11.tgz#908d620567da4f76ce2892809318147b900190da"
integrity sha512-Hrr5uRwpma6WEtCmdejeLEaH6J6bvo6UAl3bssYKBSWjcQzipujZfnp1PD4sI9C4qtA0adStkCJQxiZsTPpU4g==
sdc-qrf@^0.3.12:
version "0.3.12"
resolved "https://registry.yarnpkg.com/sdc-qrf/-/sdc-qrf-0.3.12.tgz#526876f197ef5e3b0af7e0375d71f006c3b08542"
integrity sha512-erFmLn6oAR6lKDPeF18p3eoDLUaR34vHPvJcCe+Q5pGzneGquVE9JOa9j1kUBKz+MuoiqSnnxYBMXzTTJYKJAg==
dependencies:
classnames "^2.3.1"
fhirpath "^3.5.0"
Expand Down

0 comments on commit a10ad67

Please sign in to comment.