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 Feb 9, 2024
1 parent 98695a8 commit 3c42d20
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 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
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1141,13 +1141,20 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.32.tgz#f6cd08939ae3ad886fcc92ef7f0109dacddf61ab"
integrity sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==

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

"@types/node@^20.0.0":
version "20.11.17"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.17.tgz#cdd642d0e62ef3a861f88ddbc2b61e32578a9292"
integrity sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down

0 comments on commit 3c42d20

Please sign in to comment.