Skip to content

Commit

Permalink
chore: update devDepends [skip ci]
Browse files Browse the repository at this point in the history
* typedoc version thing so CI works
  • Loading branch information
Bugs5382 committed Dec 18, 2024
1 parent 219102f commit 4ca3524
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@
"node-hl7-server": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@shipgirl/typedoc-plugin-versions": "^0.2.8",
"@eslint/js": "^9.17.0",
"@shipgirl/typedoc-plugin-versions": "^0.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"npm-check-updates": "^17.1.11",
"npm-package-json-lint": "^8.0.0",
"portfinder": "^1.0.32",
Expand All @@ -86,9 +86,9 @@
"tcp-port-used": "^1.0.2",
"ts-node": "^10.9.2",
"tsd": "^0.31.2",
"typedoc": "^0.27.4",
"typedoc": "^0.27.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.1",
"vitest": "^2.1.8"
},
"precommit": [
Expand Down

0 comments on commit 4ca3524

Please sign in to comment.