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.120",
"@types/node": "^22.18.0",
"@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.120":
version: 18.19.120
resolution: "@types/node@npm:18.19.120"
"@types/node@npm:^22.18.0":
version: 22.18.0
resolution: "@types/node@npm:22.18.0"
dependencies:
undici-types: ~5.26.4
checksum: d38430484d1de03a754ae192b28e76588b69036a4ff0f134eefdaca40a2b423536ebdb2c6eb3b460b7d78061c459fc5a4d2d593c01e77f78d5391715b3d0c179
undici-types: ~6.21.0
checksum: a110b66f079ea882be1e300e72978cd3a5e7be8217b362b72152e09f64087731a235a0557fca72d621912a8ba1347d9ba49468c35755dd2581edb7f3f6e016e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7700,10 +7700,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:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
languageName: node
linkType: hard

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