Skip to content

Commit

Permalink
fix: adjust engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 12, 2024
1 parent 1d1772b commit 5834ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"expressots": "bin/cli.js"
},
"engines": {
"node": ">=18.10.0"
"node": ">=18.18.0"
},
"funding": {
"type": "github",
Expand Down Expand Up @@ -52,12 +52,12 @@
"@expressots/boost-ts": "1.1.1",
"chalk-animation": "2.0.3",
"cli-progress": "3.11.2",
"cli-table3": "^0.6.4",
"cli-table3": "0.6.4",
"degit": "2.8.4",
"glob": "10.2.6",
"inquirer": "8.0.0",
"mustache": "4.2.0",
"semver": "^7.6.2",
"semver": "7.6.2",
"ts-node": "10.9.1",
"yargs": "17.6.2"
},
Expand All @@ -71,7 +71,7 @@
"@types/degit": "2.8.3",
"@types/inquirer": "9.0.3",
"@types/mustache": "4.2.2",
"@types/node": "20.14.2",
"@types/node": "20.12.7",
"@types/yargs": "17.0.22",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
Expand Down

0 comments on commit 5834ab5

Please sign in to comment.