Skip to content

Commit

Permalink
chore(deps): update dependency node to 18 (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent 4e999e2 commit c25be69
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
18
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@dotkomonline/config": "workspace:^",
"@types/eslint": "^8.44.3",
"@types/node": "^18.17.1",
"@types/node": "^18.17.19",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/cors": "^2.8.14",
"@types/eslint": "^8.44.3",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.17.1",
"@types/node": "^18.17.19",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.16",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"apps/*"
],
"engines": {
"node": ">=18.13",
"node": ">=18.18.0",
"pnpm": ">=8"
},
"devDependencies": {
Expand All @@ -42,6 +42,6 @@
"vitest": "^0.34.5"
},
"volta": {
"node": "18.17.1"
"node": "18.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@dotkomonline/types": "workspace:*",
"@types/node": "^18.17.1",
"@types/node": "^18.17.19",
"@vitest/ui": "^0.34.5",
"eslint": "^8.50.0",
"typescript": "^5.0.0",
Expand Down
Loading

1 comment on commit c25be69

@vercel
Copy link

@vercel vercel bot commented on c25be69 Sep 24, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.