Skip to content

Commit 2c4ba53

Browse files
committed
chore(deps): update dependency @types/node to v18.18.6
1 parent 9689cf3 commit 2c4ba53

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.9",
17-
"@types/node": "17.0.45",
17+
"@types/node": "18.18.6",
1818
"@types/react": "18.2.18",
1919
"@types/react-dom": "18.2.7",
2020
"autoprefixer": "10.4.14",

example/with-css-variables/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157
lodash.merge "^4.6.2"
158158
postcss-selector-parser "6.0.10"
159159

160-
"@types/node@17.0.45":
161-
version "17.0.45"
162-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
163-
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
160+
"@types/node@18.18.6":
161+
version "18.18.6"
162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
163+
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
164164

165165
"@types/prop-types@*":
166166
version "15.7.5"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/cli": "17.6.7",
3737
"@commitlint/config-conventional": "17.6.7",
3838
"@tsconfig/node16": "1.0.4",
39-
"@types/node": "18.6.5",
39+
"@types/node": "18.18.6",
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.6.5":
1093-
version "18.6.5"
1094-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.5.tgz#06caea822caf9e59d5034b695186ee74154d2802"
1095-
integrity sha512-Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw==
1092+
"@types/node@18.18.6":
1093+
version "18.18.6"
1094+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
1095+
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
10961096

10971097
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
10981098
version "2.4.1"

0 commit comments

Comments
 (0)