Skip to content

Commit

Permalink
feat: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Dec 6, 2023
1 parent 9466a83 commit 9098a82
Show file tree
Hide file tree
Showing 11 changed files with 373 additions and 406 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@
"dependencies": {
"commander": "^11.1.0",
"ejs": "^3.1.9",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.11"
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12"
},
"devDependencies": {
"@types/ejs": "^3.1.4",
"@types/fs-extra": "^11.0.2",
"@types/inquirer": "^9.0.4",
"@types/react": "^18.2.28",
"esbuild": "^0.19.5",
"@types/ejs": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"esbuild": "^0.19.8",
"esbuild-plugin-clean": "^1.0.1",
"minimist": "^1.2.8",
"release-it": "^16.2.1",
"typescript": "^5.2.2"
"release-it": "^17.0.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 9098a82

Please sign in to comment.