File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 33.npmrc
44package-lock.json
55.idea /*
6- yarn.lock
76icon.png
8- out /
7+ out /
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ No sponsors yet! **Will you be the first?**
134134 <tr >
135135 <td align="center"><a href="https://github.com/furknyavuz"><img src="https://avatars0.githubusercontent.com/u/2248168?s=460&u=435ef6ade0785a7a135ce56cae751fb3ade1d126&v=4" width="100px;" alt=""/><br /><sub><b>Furkan Yavuz</b></sub></a><br /><a href="https://github.com/open-template-hub/server-generator/issues/created_by/furknyavuz" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/server-generator/commits?author=furknyavuz" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+reviewed-by%3Afurknyavuz" title="Reviewed Pull Requests">👀</a></td>
136136 <td align="center"><a href="https://github.com/fatihturker"><img src="https://avatars1.githubusercontent.com/u/2202179?s=460&u=261b1129e7106c067783cb022ab9999aad833bdc&v=4" width="100px;" alt=""/><br /><sub><b>Fatih Turker</b></sub></a><br /><a href="https://github.com/open-template-hub/server-generator/issues/created_by/fatihturker" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/server-generator/commits?author=fatihturker" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+reviewed-by%3Afatihturker" title="Reviewed Pull Requests">👀</a></td>
137+ <td align="center"><a href="https://github.com/mertlsarac"><img src="https://avatars1.githubusercontent.com/u/38442589?s=400&u=aa3cda11724fc297a0bfa6beb35c9be81687cf3c&v=4" width="100px;" alt=""/><br /><sub><b>Mert Sarac</b></sub></a><br /><a href="https://github.com/open-template-hub/server-generator/issues/created_by/mertlsarac" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/server-generator/commits?author=mertlsarac" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+reviewed-by%3Amertlsarac" title="Reviewed Pull Requests">👀</a></td>
137138 </tr >
138139</table >
139140
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ No sponsors yet! **Will you be the first?**
140140 <tr >
141141 <td align="center"><a href="https://github.com/furknyavuz"><img src="https://avatars0.githubusercontent.com/u/2248168?s=460&u=435ef6ade0785a7a135ce56cae751fb3ade1d126&v=4" width="100px;" alt=""/><br /><sub><b>Furkan Yavuz</b></sub></a><br /><a href="https://github.com/open-template-hub/server-generator/issues/created_by/furknyavuz" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/server-generator/commits?author=furknyavuz" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+reviewed-by%3Afurknyavuz" title="Reviewed Pull Requests">👀</a></td>
142142 <td align="center"><a href="https://github.com/fatihturker"><img src="https://avatars1.githubusercontent.com/u/2202179?s=460&u=261b1129e7106c067783cb022ab9999aad833bdc&v=4" width="100px;" alt=""/><br /><sub><b>Fatih Turker</b></sub></a><br /><a href="https://github.com/open-template-hub/server-generator/issues/created_by/fatihturker" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/server-generator/commits?author=fatihturker" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+reviewed-by%3Afatihturker" title="Reviewed Pull Requests">👀</a></td>
143+ <td align="center"><a href="https://github.com/mertlsarac"><img src="https://avatars1.githubusercontent.com/u/38442589?s=400&u=aa3cda11724fc297a0bfa6beb35c9be81687cf3c&v=4" width="100px;" alt=""/><br /><sub><b>Mert Sarac</b></sub></a><br /><a href="https://github.com/open-template-hub/server-generator/issues/created_by/mertlsarac" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/server-generator/commits?author=mertlsarac" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+reviewed-by%3Amertlsarac" title="Reviewed Pull Requests">👀</a></td>
143144 </tr >
144145</table >
145146
Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "@types/ncp" : " ^2.0.5" ,
1818 "@types/rimraf" : " ^3.0.2" ,
19- "colors" : " ^ 1.4.0" ,
20- "inquirer" : " ^8.2.0 " ,
19+ "colors" : " 1.4.0" ,
20+ "inquirer" : " ^8.2.1 " ,
2121 "ncp" : " ^2.0.0" ,
2222 "rimraf" : " ^3.0.2" ,
2323 "shelljs" : " ^0.8.5" ,
2424 "yargs" : " ^17.3.1"
2525 },
2626 "devDependencies" : {
2727 "@types/inquirer" : " ^8.2.0" ,
28- "@types/node" : " ^17.0.13 " ,
28+ "@types/node" : " ^17.0.21 " ,
2929 "@types/shelljs" : " ^0.8.11" ,
30- "@types/yargs" : " ^17.0.8 " ,
31- "ts-node" : " ^10.3 .0" ,
32- "typescript" : " ^4.5.5 "
30+ "@types/yargs" : " ^17.0.9 " ,
31+ "ts-node" : " ^10.7 .0" ,
32+ "typescript" : " ^4.6.2 "
3333 },
3434 "git repository" : " https://github.com/open-template-hub/open-template-hub-server-generator" ,
3535 "repository" : {
You can’t perform that action at this time.
0 commit comments