chore(deps): update dependency node to v20.11.1 (#92)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-02-16 22:57:08 +01:00
committed by GitHub
parent 3e44644ef6
commit 1d3fa16484
4 changed files with 4 additions and 4 deletions

2
.nvmrc
View File

@@ -1 +1 @@
20.11.0
20.11.1

View File

@@ -54,7 +54,7 @@
"@homarr/eslint-config": "workspace:^0.2.0",
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"dotenv-cli": "^7.3.0",

View File

@@ -2,7 +2,7 @@
"name": "homarr",
"private": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.11.1"
},
"type": "module",
"packageManager": "pnpm@8.15.3",

2
pnpm-lock.yaml generated
View File

@@ -173,7 +173,7 @@ importers:
specifier: workspace:^0.1.0
version: link:../../tooling/typescript
'@types/node':
specifier: ^20.11.17
specifier: ^20.11.19
version: 20.11.19
'@types/react':
specifier: ^18.2.55