Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent c569a94 commit 00facf3
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 46 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/ms": "^0.7.33",
"@types/node": "^18.18.6",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
Expand All @@ -55,6 +55,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": "^18"
"node": "^20.8.1"
}
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/ms": "^0.7.33",
"@types/node": "18.18.6",
"@types/node": "20.8.8",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"autoprefixer": "^10.4.16",
Expand All @@ -59,6 +59,6 @@
"typescript": "5.2.2"
},
"engines": {
"node": "^18"
"node": "^20.8.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint-staged": "^15.0.2"
},
"engines": {
"node": "^18"
"node": "^20.8.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 00facf3

Please sign in to comment.