Skip to content

Commit e48ab46

Browse files
committed
add fhir-questionnaire from npmjs
1 parent e47971d commit e48ab46

2 files changed

Lines changed: 9 additions & 19 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beda.software/web-item-controls",
33
"private": true,
4-
"version": "0.1.10-5",
4+
"version": "0.1.11",
55
"type": "module",
66
"repository": {
77
"type": "git",
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@babel/preset-typescript": "^7.26.0",
76-
"@beda.software/fhir-questionnaire": "../fhir-questionnaire/beda.software-fhir-questionnaire-2.0.0-alpha.0.tgz",
76+
"@beda.software/fhir-questionnaire": "^0.1.0-alpha.3",
7777
"@beda.software/fhir-react": "^1.11.1",
7878
"@beda.software/vite-plugin-dts": "4.0.0-beta.1",
7979
"@chromatic-com/storybook": "^3.2.2",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,10 @@
439439
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
440440
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
441441

442-
"@beda.software/fhir-questionnaire@../fhir-questionnaire/beda.software-fhir-questionnaire-2.0.0-alpha.0.tgz":
443-
version "2.0.0-alpha.0"
444-
resolved "../fhir-questionnaire/beda.software-fhir-questionnaire-2.0.0-alpha.0.tgz#dc7f86690f75e9d6751e8bd54ce9e6623b7b861b"
442+
"@beda.software/fhir-questionnaire@^0.1.0-alpha.3":
443+
version "0.1.0-alpha.3"
444+
resolved "https://registry.yarnpkg.com/@beda.software/fhir-questionnaire/-/fhir-questionnaire-0.1.0-alpha.3.tgz#9d47d973c4c1a1d7c177fd9a94a85dd477873fbf"
445+
integrity sha512-jGGEUq7cHDkPtOoY4V3GIbtMEjXKEafCgvIKO3jjpCyZ3mnwdU193HWlfkbBp1pS3dZrKxVEv5Wvb4oIHSmEDA==
445446
dependencies:
446447
"@beda.software/fhir-react" "^1.11.1"
447448
"@beda.software/remote-data" "^1.1.4"
@@ -455,7 +456,7 @@
455456
moment "^2.30.1"
456457
query-string "^7.1.1"
457458
react-hook-form "^7.49.3"
458-
sdc-qrf "1.1.0-alpha.1"
459+
sdc-qrf "1.1.0-alpha.3"
459460
tslib "^2.8.1"
460461
yup "^1.2.0"
461462

@@ -11852,20 +11853,9 @@ scroll-into-view-if-needed@^3.1.0:
1185211853
dependencies:
1185311854
compute-scroll-into-view "^3.0.2"
1185411855

11855-
sdc-qrf@1.1.0-alpha.1:
11856-
version "1.1.0-alpha.1"
11857-
resolved "https://registry.npmjs.org/sdc-qrf/-/sdc-qrf-1.1.0-alpha.1.tgz"
11858-
integrity sha512-aFNCxZDrYnBq5fAW7Q9M4ri1CcWf45V3EJtF5/7yY8swC8OG9XB07FPB/2i7TOgrCia2Eaqq2gJex7tu+NqQQA==
11859-
dependencies:
11860-
classnames "^2.5.1"
11861-
fhirpath "^3.18.0"
11862-
lodash "^4.17.21"
11863-
query-string "^7.1.1"
11864-
uuid "^11.1.0"
11865-
11866-
sdc-qrf@^1.1.0-alpha.3:
11856+
sdc-qrf@1.1.0-alpha.3, sdc-qrf@^1.1.0-alpha.3:
1186711857
version "1.1.0-alpha.3"
11868-
resolved "https://registry.npmjs.org/sdc-qrf/-/sdc-qrf-1.1.0-alpha.3.tgz"
11858+
resolved "https://registry.yarnpkg.com/sdc-qrf/-/sdc-qrf-1.1.0-alpha.3.tgz#f9f78a8f7c128913c1d926f118632852a5ef64eb"
1186911859
integrity sha512-eViWHXXOAdHiauD1X+gUT+IjzoxNhORaHGv5SGsTvQlZHz9ACxQsr7ZPtQyAYMbD5zr6jccpl0PqkPmaJgJKQA==
1187011860
dependencies:
1187111861
classnames "^2.5.1"

0 commit comments

Comments
 (0)