Skip to content

Commit e3f620c

Browse files
dependency: Update dependency @types/node to v22
1 parent 08a8b6b commit e3f620c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bun.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "eternalcodev3",
@@ -50,7 +51,7 @@
5051
"@next/codemod": "^15.4.0-canary.36",
5152
"@tailwindcss/postcss": "^4.1.16",
5253
"@total-typescript/ts-reset": "^0.6.0",
53-
"@types/node": "^20.11.20",
54+
"@types/node": "^22.0.0",
5455
"@types/prismjs": "^1.26.5",
5556
"@types/react": "^18.2.58",
5657
"@types/react-dom": "^18.2.19",
@@ -366,7 +367,7 @@
366367

367368
"@types/ms": ["@types/[email protected]", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
368369

369-
"@types/node": ["@types/node@20.17.30", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg=="],
370+
"@types/node": ["@types/node@22.19.1", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ=="],
370371

371372
"@types/prismjs": ["@types/[email protected]", "", {}, "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ=="],
372373

@@ -1120,7 +1121,7 @@
11201121

11211122
"typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
11221123

1123-
"undici-types": ["undici-types@6.19.8", "", {}, "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="],
1124+
"undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
11241125

11251126
"unicode-emoji-modifier-base": ["[email protected]", "", {}, "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g=="],
11261127

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@next/codemod": "^15.4.0-canary.36",
6262
"@tailwindcss/postcss": "^4.1.16",
6363
"@total-typescript/ts-reset": "^0.6.0",
64-
"@types/node": "^20.11.20",
64+
"@types/node": "^22.0.0",
6565
"@types/prismjs": "^1.26.5",
6666
"@types/react": "^18.2.58",
6767
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)