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 Oct 27, 2023
1 parent afcf53d commit 4ba17db
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.31",
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.31",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1060,13 +1060,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.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.7.tgz#bb3a7068dc4ba421b6968f2a259298b3a4e129e8"
integrity sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.0.0":
version "20.8.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08"
integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
Expand Down

0 comments on commit 4ba17db

Please sign in to comment.