Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
* 2 major fixes applied in both primary packages
  • Loading branch information
Bugs5382 committed Jan 10, 2024
1 parent b772290 commit 62dc1ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"dependencies": {
"@fastify/error": "^3.4.1",
"fastify-plugin": "^4.5.1",
"node-hl7-client": "^1.1.0-beta.3",
"node-hl7-server": "^1.0.1-beta.3"
"node-hl7-client": "^1.1.2",
"node-hl7-server": "^1.2.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -70,10 +70,10 @@
"@semantic-release/release-notes-generator": "^12.1.0",
"@the-rabbit-hole/semantic-release-config": "^1.4.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/node": "^20.10.8",
"@types/randomstring": "^1.1.11",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/parser": "^6.18.1",
"clean-publish": "^4.2.0",
"fastify": "^4.25.2",
"jest": "^29.7.0",
Expand All @@ -88,8 +88,8 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"ts-standard": "^12.0.2",
"tsd": "^0.30.1",
"typedoc": "^0.25.4",
"tsd": "^0.30.3",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
"pre-commit": []
Expand Down

0 comments on commit 62dc1ec

Please sign in to comment.