Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commitlint/config-conventional": "^17.8.1",
"@joshdb/eslint-config": "1.1.0-next.feca273.0",
"@joshdb/ts-config": "1.1.0-next.feca273.0",
"@types/node": "^18.19.130",
"@types/node": "^24.13.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.21",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1552,12 +1552,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.19.130":
version: 18.19.130
resolution: "@types/node@npm:18.19.130"
"@types/node@npm:^24.13.3":
version: 24.13.3
resolution: "@types/node@npm:24.13.3"
dependencies:
undici-types: ~5.26.4
checksum: b7032363581c416e721a88cffdc2b47662337cacd20f8294f5619a1abf79615c7fef1521964c2aa9d36ed6aae733e1a03e8c704661bd5a0c2f34b390f41ea395
undici-types: ~7.18.0
checksum: e3f2142e02dd7b44885bf16d5438e7d510c5917a272011ac594665fe38f453dea810cb4c8cd989d6cbaf769d46dbaf017eee4bdbf4246737f2b6c6774e093332
languageName: node
linkType: hard

Expand Down Expand Up @@ -7705,10 +7705,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
"undici-types@npm:~7.18.0":
version: 7.18.2
resolution: "undici-types@npm:7.18.2"
checksum: 23da306c8366574adec305b06a8519ab5c7d09e3f5d16c1a98709a34fae17da09ec95198f30f86c00055e02efa8bfcc843e84e8aebeb9b8d6bb3e06afccae07a
languageName: node
linkType: hard

Expand Down Expand Up @@ -8077,7 +8077,7 @@ __metadata:
"@solidjs/router": ^0.8.3
"@tailwindcss/typography": ^0.5.10
"@types/markdown-it": ^12.2.3
"@types/node": ^18.19.130
"@types/node": ^24.13.3
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
autoprefixer: ^10.4.21
Expand Down
Loading