Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 6df4ccf commit 0629b1e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@duyet/interfaces": "*",
"@duyet/tailwind-config": "*",
"@duyet/tsconfig": "*",
"@types/node": "^18.11.5",
"@types/node": "^20.0.0",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@types/rss": "^0.0.32",
Expand Down
2 changes: 1 addition & 1 deletion apps/cv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@duyet/eslint-config-custom": "*",
"@duyet/tailwind-config": "*",
"@duyet/tsconfig": "*",
"@types/node": "^18.11.5",
"@types/node": "^20.0.0",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.12",
Expand Down
2 changes: 1 addition & 1 deletion apps/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@duyet/interfaces": "*",
"@duyet/tailwind-config": "*",
"@duyet/tsconfig": "*",
"@types/node": "^18.11.5",
"@types/node": "^20.0.0",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.12",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18"
"node": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@duyet/interfaces": "*",
"@duyet/tailwind-config": "*",
"@duyet/tsconfig": "*",
"@types/node": "^18.11.5",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/rss": "^0.0.32",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1130,10 +1130,10 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.32.tgz#f6cd08939ae3ad886fcc92ef7f0109dacddf61ab"
integrity sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==

"@types/node@^18.11.5":
version "18.18.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.12.tgz#0c40e52e5ff2569386b160f6f6bb019ff1361cb4"
integrity sha512-G7slVfkwOm7g8VqcEF1/5SXiMjP3Tbt+pXDU3r/qhlM2KkGm786DUD4xyMA2QzEElFrv/KZV9gjygv4LnkpbMQ==
"@types/node@^20.0.0":
version "20.11.27"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.27.tgz#debe5cfc8a507dd60fe2a3b4875b1604f215c2ac"
integrity sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 0629b1e

Please sign in to comment.