Skip to content

Commit

Permalink
fix: use typescript v5 latest (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Jan 7, 2024
1 parent c697f18 commit 9c87112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"egg-mock": "5",
"eslint": "8",
"eslint-config-egg": "13",
"typescript": "~5.2.2"
"typescript": "5"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.10.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"author": "TZ <[email protected]>",
"devDependencies": {
"egg-init": "^2.3.1",
"egg-init": "^3.0.2",
"eslint": "^8.34.0",
"eslint-config-egg": "13"
}
Expand Down

0 comments on commit 9c87112

Please sign in to comment.