Skip to content

Commit 6130b32

Browse files
committed
chore(deps): update dependency @types/node to v18.19.61
1 parent 706e554 commit 6130b32

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.15",
17-
"@types/node": "18.19.60",
17+
"@types/node": "18.19.61",
1818
"@types/react": "18.3.3",
1919
"@types/react-dom": "18.3.0",
2020
"autoprefixer": "10.4.20",

example/with-css-variables/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@
228228
lodash.merge "^4.6.2"
229229
postcss-selector-parser "6.0.10"
230230

231-
"@types/[email protected].60":
232-
version "18.19.60"
233-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.60.tgz#3fca49e78e78588ab873af85e2bc2bbb9db8cdc4"
234-
integrity sha512-cYRj7igVqgxhlHFdBHHpU2SNw3+dN2x0VTZJtLYk6y/ieuGN4XiBgtDjYVktM/yk2y/8pKMileNc6IoEzEJnUw==
231+
"@types/[email protected].61":
232+
version "18.19.61"
233+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.61.tgz#f31be6f643e2e628fffcca359fe59f214bb77923"
234+
integrity sha512-z8fH66NcVkDzBItOao+Nyh0fiy7CYdxIyxnNCcZ60aY0I+EA/y4TSi/S/W9i8DIQvwVo7a0pgzAxmDeNnqrpkw==
235235
dependencies:
236236
undici-types "~5.26.4"
237237

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.19.60",
39+
"@types/node": "18.19.61",
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
@@ -1212,10 +1212,10 @@
12121212
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
12131213
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
12141214

1215-
"@types/[email protected].60":
1216-
version "18.19.60"
1217-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.60.tgz#3fca49e78e78588ab873af85e2bc2bbb9db8cdc4"
1218-
integrity sha512-cYRj7igVqgxhlHFdBHHpU2SNw3+dN2x0VTZJtLYk6y/ieuGN4XiBgtDjYVktM/yk2y/8pKMileNc6IoEzEJnUw==
1215+
"@types/[email protected].61":
1216+
version "18.19.61"
1217+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.61.tgz#f31be6f643e2e628fffcca359fe59f214bb77923"
1218+
integrity sha512-z8fH66NcVkDzBItOao+Nyh0fiy7CYdxIyxnNCcZ60aY0I+EA/y4TSi/S/W9i8DIQvwVo7a0pgzAxmDeNnqrpkw==
12191219
dependencies:
12201220
undici-types "~5.26.4"
12211221

0 commit comments

Comments
 (0)