Skip to content

Commit 33644fc

Browse files
committed
chore(deps): update dependency @types/node to v18.19.4
1 parent b27c717 commit 33644fc

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
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@tailwindcss/container-queries": "0.1.1",
1616
"@tailwindcss/typography": "0.5.10",
17-
"@types/node": "18.18.10",
17+
"@types/node": "18.19.4",
1818
"@types/react": "18.2.46",
1919
"@types/react-dom": "18.2.18",
2020
"autoprefixer": "10.4.16",

example/with-css-variables/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
lodash.merge "^4.6.2"
175175
postcss-selector-parser "6.0.10"
176176

177-
"@types/node@18.18.10":
178-
version "18.18.10"
179-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.10.tgz#4971bffdf3a43977c4c8166aa714b2c0b05b3256"
180-
integrity sha512-luANqZxPmjTll8bduz4ACs/lNTCLuWssCyjqTY9yLdsv1xnViQp3ISKwsEWOIecO13JWUqjVdig/Vjjc09o8uA==
177+
"@types/node@18.19.4":
178+
version "18.19.4"
179+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.4.tgz#89672e84f11a2c19543d694dac00ab8d7bc20ddb"
180+
integrity sha512-xNzlUhzoHotIsnFoXmJB+yWmBvFZgKCI9TtPIEdYIMM1KWfwuY8zh7wvc1u1OAXlC7dlf6mZVx/s+Y5KfFz19A==
181181
dependencies:
182182
undici-types "~5.26.4"
183183

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/cli": "17.8.1",
3737
"@commitlint/config-conventional": "17.8.1",
3838
"@tsconfig/node16": "1.0.4",
39-
"@types/node": "18.18.10",
39+
"@types/node": "18.19.4",
4040
"@types/prettier": "^2.7.2",
4141
"@typescript-eslint/eslint-plugin": "5.62.0",
4242
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,10 +1089,10 @@
10891089
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
10901090
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
10911091

1092-
"@types/node@18.18.10":
1093-
version "18.18.10"
1094-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.10.tgz#4971bffdf3a43977c4c8166aa714b2c0b05b3256"
1095-
integrity sha512-luANqZxPmjTll8bduz4ACs/lNTCLuWssCyjqTY9yLdsv1xnViQp3ISKwsEWOIecO13JWUqjVdig/Vjjc09o8uA==
1092+
"@types/node@18.19.4":
1093+
version "18.19.4"
1094+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.4.tgz#89672e84f11a2c19543d694dac00ab8d7bc20ddb"
1095+
integrity sha512-xNzlUhzoHotIsnFoXmJB+yWmBvFZgKCI9TtPIEdYIMM1KWfwuY8zh7wvc1u1OAXlC7dlf6mZVx/s+Y5KfFz19A==
10961096
dependencies:
10971097
undici-types "~5.26.4"
10981098

0 commit comments

Comments
 (0)