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.10.7",
"@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.10.7":
version: 24.10.7
resolution: "@types/node@npm:24.10.7"
dependencies:
undici-types: ~5.26.4
checksum: b7032363581c416e721a88cffdc2b47662337cacd20f8294f5619a1abf79615c7fef1521964c2aa9d36ed6aae733e1a03e8c704661bd5a0c2f34b390f41ea395
undici-types: ~7.16.0
checksum: f365a2aaaa467f8669f67ab291bbf2a5137ca399a1acdc13823ba4079e7fc09a20e2fc2f55985acdbaecc196d206f0918dbbd814028edf02094826edb987a11a
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.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 1ef68fc6c5bad200c8b6f17de8e5bc5cfdcadc164ba8d7208cd087cfa8583d922d8316a7fd76c9a658c22b4123d3ff847429185094484fbc65377d695c905857
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.10.7
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
autoprefixer: ^10.4.21
Expand Down
Loading