Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Bump react form engine version #224

Merged
merged 2 commits into from
Feb 12, 2024
Merged
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
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { RenderType } from '@openmrs/openmrs-form-engine-lib';
import type { ReferencedForm, RenderType } from '@openmrs/openmrs-form-engine-lib';
import type { AuditInfo } from './components/audit-details/audit-details.component';

export interface Form {
Expand Down Expand Up @@ -77,7 +77,7 @@ export interface Schema {
processor: string;
uuid: string;
encounterType: string;
referencedForms: [];
referencedForms: Array<ReferencedForm>;
version?: string;
description?: string;
}
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3300,8 +3300,8 @@ __metadata:
linkType: hard

"@openmrs/openmrs-form-engine-lib@npm:next":
version: 1.0.0-pre.362
resolution: "@openmrs/openmrs-form-engine-lib@npm:1.0.0-pre.362"
version: 1.0.0-pre.525
resolution: "@openmrs/openmrs-form-engine-lib@npm:1.0.0-pre.525"
dependencies:
ace-builds: "npm:^1.4.12"
enzyme: "npm:^3.11.0"
Expand All @@ -3310,20 +3310,21 @@ __metadata:
jest-coverage-badges: "npm:^1.0.0"
lodash-es: "npm:^4.17.15"
react-anchor-link-smooth-scroll: "npm:^1.0.12"
react-error-boundary: "npm:4.0.10"
react-error-boundary: "npm:^4.0.11"
react-markdown: "npm:^7.1.0"
react-scroll: "npm:^1.8.2"
react-test-renderer: "npm:^16.9.0"
react-waypoint: "npm:^10.3.0"
react-webcam: "npm:^7.1.1"
semver: "npm:^7.3.5"
yup: "npm:^0.29.1"
peerDependencies:
"@carbon/react": 1.x
"@openmrs/esm-framework": 4.x
react: ^18.2.0
"@openmrs/esm-framework": 5.x
react: 18.x
react-i18next: 11.x
rxjs: 6.x
checksum: 23fc9bf2643296d986bf3cc83cc7848190ce8f2c4f8225565db6da29fd5d4960b5660a5accb2971af118fd1ab50effce731d0500952103340e11aa76d2819d02
checksum: 470137f5bbf6a9744bd578d282839022dcc17671436a13a6e42c5cbc0b8e3795973e06bd770a5d1bdd01ea91a3e883524f72f0af44d45b5d950092839b395c82
languageName: node
linkType: hard

Expand Down Expand Up @@ -15425,17 +15426,6 @@ __metadata:
languageName: node
linkType: hard

"react-error-boundary@npm:4.0.10":
version: 4.0.10
resolution: "react-error-boundary@npm:4.0.10"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
react: ">=16.13.1"
checksum: 521612cd8cec4d2b5507ac6191ac45117f2f83d9c5c0616790f2b0e8cce3b0c2254b5a494c24c16f01b3f30b4106f7044a572f650d2157076bd5686c2438cecb
languageName: node
linkType: hard

"react-error-boundary@npm:^4.0.11":
version: 4.0.11
resolution: "react-error-boundary@npm:4.0.11"
Expand Down Expand Up @@ -15616,6 +15606,16 @@ __metadata:
languageName: node
linkType: hard

"react-webcam@npm:^7.1.1":
version: 7.2.0
resolution: "react-webcam@npm:7.2.0"
peerDependencies:
react: ">=16.2.0"
react-dom: ">=16.2.0"
checksum: fe16756b9b71d4d2dcc40f337bd47fce977197a9ce37a453d9e691db870d0738fa4fe81db45fd8d3d81a06fd3b2f2fbafeacf9d5865c97568fa351969e4be70c
languageName: node
linkType: hard

"react@npm:^18.1.0, react@npm:^18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
Expand Down
Loading