Skip to content

Commit

Permalink
chore(deps): update dependency node to v20 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet authored Mar 22, 2024
2 parents 32cfeeb + 12379b3 commit df8fb97
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -44,7 +44,7 @@
"@duyet/tailwind-config": "*",
"@duyet/tsconfig": "*",
"@next/bundle-analyzer": "^14.1.3",
"@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/prettier": "*",
"@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 packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 @@ -1097,10 +1097,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.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
dependencies:
undici-types "~5.26.4"

Expand Down

2 comments on commit df8fb97

@vercel
Copy link

@vercel vercel bot commented on df8fb97 Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cv – ./apps/cv

cv-duyet.vercel.app
duyet-cv.vercel.app
cv-git-master-duyet.vercel.app
cv.duyet.net

@vercel
Copy link

@vercel vercel bot commented on df8fb97 Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

insights – ./apps/insights

duyet-insights.vercel.app
insights-duyet.vercel.app
insights-git-master-duyet.vercel.app
insights.duyet.net

Please sign in to comment.