Skip to content

Commit

Permalink
h.file method not being found from hapi because hapi__inert was expec…
Browse files Browse the repository at this point in the history
…ting a newer hapi version

this also downgrades the FHIR version dependabot had installed as we're still using FHIR1
  • Loading branch information
rikukissa committed Oct 26, 2023
1 parent 6bdfd9c commit c2b6933
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 293 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-codegen/typescript-operations": "^3.0.4",
"@types/bcryptjs": "^2.4.2",
"@types/google-libphonenumber": "^7.4.23",
"@types/hapi__inert": "^5.2.3",
"@types/hapi__inert": "5.2.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/react-intl": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@types/code": "^4.0.3",
"@types/csv2json": "^1.4.0",
"@types/dotenv": "^6.1.0",
"@types/fhir": "^0.0.38",
"@types/fhir": "0.0.30",
"@types/geojson": "^7946.0.4",
"@types/hapi-pino": "^6.3.0",
"@types/hapi__boom": "^9.0.1",
Expand Down Expand Up @@ -162,4 +162,4 @@
"minimist": "^1.2.2",
"acorn": "^6.4.1"
}
}
}
Loading

0 comments on commit c2b6933

Please sign in to comment.