Skip to content

Commit

Permalink
feat: updated packages
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update node-hl7-server package to 3.0.0 which has a breaking change
  • Loading branch information
Bugs5382 committed Sep 23, 2024
1 parent 8942a3d commit 743e34c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib/"
],
"engines": {
"node": ">=20.0.0"
"node": ">=20.15.0"
},
"scripts": {
"clean": "rm -rf lib coverage docs",
Expand Down Expand Up @@ -58,36 +58,36 @@
"homepage": "https://github.com/Bugs5382/fastify-hl7#readme",
"dependencies": {
"@fastify/error": "^4.0.0",
"fastify-plugin": "^4.5.1",
"node-hl7-client": "^2.3.0",
"node-hl7-server": "^2.4.0"
"fastify-plugin": "^5.0.1",
"node-hl7-client": "^2.3.1",
"node-hl7-server": "^3.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@semantic-release/release-notes-generator": "^14.0.1",
"@the-rabbit-hole/semantic-release-config": "^1.5.0",
"@types/node": "^20.14.8",
"@types/node": "^22.5.5",
"@types/randomstring": "^1.3.0",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/parser": "^7.14.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"fastify": "^4.28.0",
"npm-check-updates": "^16.14.20",
"@typescript-eslint/parser": "^8.6.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"fastify": "^5.0.0",
"npm-check-updates": "^17.1.3",
"npm-package-json-lint": "^8.0.0",
"portfinder": "^1.0.32",
"pre-commit": "^1.2.2",
"semantic-release": "^22.0.12",
"semantic-release": "^24.1.1",
"snazzy": "^9.0.0",
"tcp-port-used": "^1.0.2",
"ts-node": "^10.9.2",
"ts-standard": "^12.0.2",
"tsd": "^0.31.1",
"typedoc": "^0.26.2",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
"tsd": "^0.31.2",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"precommit": [
"lint:fix",
Expand Down

0 comments on commit 743e34c

Please sign in to comment.