Skip to content

Commit

Permalink
Raise required node version to >=18, bump @types/node accordingly (so…
Browse files Browse the repository at this point in the history
…rts out more peerdeps also)
  • Loading branch information
pascalwengerter committed May 14, 2024
1 parent d03aea7 commit eff36eb
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@rollup/plugin-inject": "5.0.3",
"@types/glob": "8.1.0",
"@types/lodash-es": "4.17.7",
"@types/node": "16.18.30",
"@types/node": "18.11.9",
"@types/node-fetch": "2.6.10",
"@vitejs/plugin-vue": "5.0.3",
"@vitest/coverage-v8": "1.5.0",
Expand Down Expand Up @@ -112,7 +112,7 @@
"wait-for-expect": "3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"packageManager": "[email protected]",
"volta": {
Expand Down
Loading

0 comments on commit eff36eb

Please sign in to comment.