Skip to content

Commit 183dc72

Browse files
Update Node.js and TypeScript dependency versions
Co-authored-by: rahul.chhabria <[email protected]>
1 parent 8181364 commit 183dc72

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@types/d3-array": "^3.2.1",
130130
"@types/d3-axis": "^3.0.6",
131131
"@types/dompurify": "3.0.5",
132-
"@types/node": "^24.0.13",
132+
"@types/node": "^22.0.0",
133133
"@types/react": "18.3.12",
134134
"@types/react-dom": "18.3.1",
135135
"@types/ws": "^8.5.10",
@@ -146,7 +146,7 @@
146146
"prettier": "^3.2.4",
147147
"tailwindcss": "^3.4.1",
148148
"ts-node": "^10.9.1",
149-
"typescript": "^5",
149+
"typescript": "5.3.3",
150150
"vite-tsconfig-paths": "^5.0.1",
151151
"vitest": "^3.0.7",
152152
"ws": "^8.17.1"

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4756,7 +4756,7 @@
47564756
dependencies:
47574757
"@types/node" "*"
47584758

4759-
"@types/node@*", "@types/node@^22", "@types/node@^24.0.13":
4759+
"@types/node@*", "@types/node@^22", "@types/node@^22.0.0":
47604760
version "22.15.32"
47614761
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
47624762
integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
@@ -13391,10 +13391,10 @@ typed-array-length@^1.0.6:
1339113391
is-typed-array "^1.1.13"
1339213392
possible-typed-array-names "^1.0.0"
1339313393

13394-
typescript@^5:
13395-
version "5.6.3"
13396-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz"
13397-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
13394+
typescript@5.3.3:
13395+
version "5.3.3"
13396+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
13397+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1339813398

1339913399
ufo@^1.5.4:
1340013400
version "1.5.4"
@@ -13421,11 +13421,6 @@ undici-types@~6.21.0:
1342113421
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1342213422
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1342313423

13424-
undici-types@~7.8.0:
13425-
version "7.8.0"
13426-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
13427-
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
13428-
1342913424
undici@^5.25.4:
1343013425
version "5.28.5"
1343113426
resolved "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz"

0 commit comments

Comments
 (0)