Skip to content

chore(deps): update all non-major dev-dependencies #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@joshdb/eslint-config": "2.0.0-next.b88aca0.0",
"@joshdb/prettier-config": "2.0.0-next.b88aca0.0",
"@joshdb/ts-config": "2.0.0-next.b88aca0.0",
"@types/node": "^20.17.17",
"@types/node": "^20.17.19",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^1.6.1",
Expand All @@ -58,10 +58,10 @@
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"pinst": "^3.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"rimraf": "^5.0.10",
"tsup": "^8.3.6",
"typedoc": "^0.27.6",
"typedoc": "^0.27.7",
"typedoc-json-parser": "^10.2.0",
"typescript": "^5.7.3",
"vitest": "1.6.1"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ __metadata:
"@joshdb/provider": "npm:2.0.0-next.b88aca0.0"
"@joshdb/ts-config": "npm:2.0.0-next.b88aca0.0"
"@sapphire/utilities": "npm:^3.18.2"
"@types/node": "npm:^20.17.17"
"@types/node": "npm:^20.17.19"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
"@vitest/coverage-v8": "npm:^1.6.1"
Expand All @@ -830,10 +830,10 @@ __metadata:
husky: "npm:^9.1.7"
lint-staged: "npm:^15.4.3"
pinst: "npm:^3.0.0"
prettier: "npm:^3.4.2"
prettier: "npm:^3.5.1"
rimraf: "npm:^5.0.10"
tsup: "npm:^8.3.6"
typedoc: "npm:^0.27.6"
typedoc: "npm:^0.27.7"
typedoc-json-parser: "npm:^10.2.0"
typescript: "npm:^5.7.3"
vitest: "npm:1.6.1"
Expand Down Expand Up @@ -1468,12 +1468,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.17.17":
version: 20.17.17
resolution: "@types/node@npm:20.17.17"
"@types/node@npm:^20.17.19":
version: 20.17.19
resolution: "@types/node@npm:20.17.19"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/97319597fb277185df99271e20fc29f2bdd772090ffcd31a7aed6c5e59cd530352ed74674dd4bff9ed2950731e6309afef7c2a1a02331bdd15fda0022263585a
checksum: 10/4ab6662d3661ad9357d9f1876f5ecaf739fe741d6a1ec5fca3d9183eb3cf87daecb9a3590e8521ad3c460e6257f3aa113585130502519b8ec5fa050c8e6f66ea
languageName: node
linkType: hard

Expand Down Expand Up @@ -5375,12 +5375,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
"prettier@npm:^3.5.1":
version: 3.5.1
resolution: "prettier@npm:3.5.1"
bin:
prettier: bin/prettier.cjs
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
checksum: 10/09ab168e651e50c2c79804d65f17a68129ce1c573830b2fb08c988b585add8076b8d995789034d66a14338d6b8835e8c591e0fc1bc90f4344af9645738636d01
languageName: node
linkType: hard

Expand Down Expand Up @@ -6369,9 +6369,9 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.27.6":
version: 0.27.6
resolution: "typedoc@npm:0.27.6"
"typedoc@npm:^0.27.7":
version: 0.27.7
resolution: "typedoc@npm:0.27.7"
dependencies:
"@gerrit0/mini-shiki": "npm:^1.24.0"
lunr: "npm:^2.3.9"
Expand All @@ -6382,7 +6382,7 @@ __metadata:
typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x
bin:
typedoc: bin/typedoc
checksum: 10/07a5649020f055534ada6919036a98098f27fc307e2addfd6865f4c11bd97f10167f34165fc6a0fd57dec28d9480f9ac58a4d5a3c17ec5a88296520e4f67d960
checksum: 10/9636b8d5472614463425326c23e824a970cd20a08081756b9eedd37d238307279ad256df02bce90f14e2c2cef0417f0dc011a8dd735d65d167f0e2e95c78ecef
languageName: node
linkType: hard

Expand Down
Loading