Skip to content

Commit 49e4614

Browse files
chore(deps): update dependency @types/node to v18.19.130 (#426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b625ba commit 49e4614

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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.124",
18+
"@types/node": "18.19.130",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,10 @@
469469
dependencies:
470470
tslib "^2.4.0"
471471

472-
"@types/[email protected].124":
473-
version "18.19.124"
474-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.124.tgz#6f49e4fab8274910691a900e8a14316cbf3c7a31"
475-
integrity sha512-hY4YWZFLs3ku6D2Gqo3RchTd9VRCcrjqp/I0mmohYeUVA5Y8eCXKJEasHxLAJVZRJuQogfd1GiJ9lgogBgKeuQ==
472+
"@types/[email protected].130":
473+
version "18.19.130"
474+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59"
475+
integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==
476476
dependencies:
477477
undici-types "~5.26.4"
478478

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.124",
40+
"@types/node": "18.19.130",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,10 +1310,10 @@
13101310
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
13111311
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
13121312

1313-
"@types/[email protected].124":
1314-
version "18.19.124"
1315-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.124.tgz#6f49e4fab8274910691a900e8a14316cbf3c7a31"
1316-
integrity sha512-hY4YWZFLs3ku6D2Gqo3RchTd9VRCcrjqp/I0mmohYeUVA5Y8eCXKJEasHxLAJVZRJuQogfd1GiJ9lgogBgKeuQ==
1313+
"@types/[email protected].130":
1314+
version "18.19.130"
1315+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59"
1316+
integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==
13171317
dependencies:
13181318
undici-types "~5.26.4"
13191319

0 commit comments

Comments
 (0)