Skip to content

Commit fa52be9

Browse files
chore(deps): update dependency node to v24
1 parent daecda3 commit fa52be9

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '22.21.1'
19+
node-version: '24.11.1'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJs
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '22.21.1'
19+
node-version: '24.11.1'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Run Type Check

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tailwindcss/container-queries": "0.1.1",
1616
"@tailwindcss/postcss": "^4.1.13",
1717
"@tailwindcss/typography": "0.5.19",
18-
"@types/node": "18.19.130",
18+
"@types/node": "24.10.1",
1919
"@types/react": "^19.0.0",
2020
"@types/react-dom": "^19.0.0",
2121
"postcss": "8.5.6",

example/with-css-variables/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,12 @@
488488
dependencies:
489489
tslib "^2.4.0"
490490

491-
"@types/node@18.19.130":
492-
version "18.19.130"
493-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59"
494-
integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==
491+
"@types/node@24.10.1":
492+
version "24.10.1"
493+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
494+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
495495
dependencies:
496-
undici-types "~5.26.4"
496+
undici-types "~7.16.0"
497497

498498
"@types/react-dom@^19.0.0":
499499
version "19.2.2"
@@ -1466,10 +1466,10 @@ typescript@^5.9.2:
14661466
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
14671467
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
14681468

1469-
undici-types@~5.26.4:
1470-
version "5.26.5"
1471-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1472-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1469+
undici-types@~7.16.0:
1470+
version "7.16.0"
1471+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
1472+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
14731473

14741474
url@^0.11.3:
14751475
version "0.11.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/config-conventional": "17.8.1",
3838
"@tsconfig/node16": "1.0.4",
3939
"@tsconfig/node22": "^22.0.2",
40-
"@types/node": "18.19.130",
40+
"@types/node": "24.10.1",
4141
"@types/prettier": "^2.7.2",
4242
"@typescript-eslint/eslint-plugin": "5.62.0",
4343
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,18 +1334,18 @@
13341334
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
13351335
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
13361336

1337-
1338-
version "18.19.130"
1339-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59"
1340-
integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==
1341-
dependencies:
1342-
undici-types "~5.26.4"
1343-
13441337
13451338
version "20.5.1"
13461339
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
13471340
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
13481341

1342+
1343+
version "24.10.1"
1344+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
1345+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
1346+
dependencies:
1347+
undici-types "~7.16.0"
1348+
13491349
"@types/normalize-package-data@^2.4.0":
13501350
version "2.4.1"
13511351
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -7549,10 +7549,10 @@ unbox-primitive@^1.1.0:
75497549
has-symbols "^1.1.0"
75507550
which-boxed-primitive "^1.1.1"
75517551

7552-
undici-types@~5.26.4:
7553-
version "5.26.5"
7554-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7555-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7552+
undici-types@~7.16.0:
7553+
version "7.16.0"
7554+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7555+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
75567556

75577557
unicode-emoji-modifier-base@^1.0.0:
75587558
version "1.0.0"

0 commit comments

Comments
 (0)