Skip to content

Commit 62f80ee

Browse files
authored
Merge pull request #755 from jembi/deploy-fixes
Fix metrics docker build
2 parents b14760e + 484e735 commit 62f80ee

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/metrics/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
},
1717
"dependencies": {
1818
"@types/boom": "^7.2.0",
19+
"@types/fhir": "^0.0.30",
1920
"@types/hapi": "^17.0.12",
2021
"@types/hapi-auth-jwt2": "^8.0.1",
22+
"@types/joi": "^14.0.0",
2123
"@types/jsonwebtoken": "^8.3.0",
2224
"@types/jwt-decode": "^2.2.1",
23-
"@types/joi": "^14.0.0",
2425
"@types/node-fetch": "^2.1.2",
2526
"app-module-path": "^2.2.0",
2627
"boom": "^7.2.0",
@@ -30,13 +31,13 @@
3031
"hapi": "^17.5.1",
3132
"hapi-auth-jwt2": "^8.1.0",
3233
"influx": "^5.0.7",
34+
"joi": "^13.4.0",
3335
"jsonwebtoken": "^8.3.0",
3436
"jwt-decode": "^2.2.0",
35-
"joi": "^13.4.0",
37+
"moment": "^2.22.2",
3638
"node-fetch": "^2.3.0",
3739
"typescript": "^3.0.1",
38-
"winston": "^3.0.0",
39-
"moment": "^2.22.2"
40+
"winston": "^3.0.0"
4041
},
4142
"devDependencies": {
4243
"cross-env": "^5.2.0",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
"@types/fhir@^0.0.30":
342342
version "0.0.30"
343343
resolved "https://registry.yarnpkg.com/@types/fhir/-/fhir-0.0.30.tgz#a0aec3b2d7dd2a7584474dac446ede5f9a4d7a13"
344+
integrity sha512-vDU62tUFeAYBVQThiWAfGd6D25TiLLDDS5pV19vim52FLpwWTBliLMvotbF4D/U+BmjxBKIuHGZgFnoh/HtV5g==
344345

345346
"@types/geojson@^7946.0.4":
346347
version "7946.0.6"

0 commit comments

Comments
 (0)