Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Jan 10, 2023
1 parent 057398a commit 9cfa4a0
Show file tree
Hide file tree
Showing 11 changed files with 140 additions and 143 deletions.
7 changes: 5 additions & 2 deletions .run/build.run.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="build" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="build" />
<node-interpreter value="/usr/local/bin/node" />
<command value="run" />
<scripts>
<script value="build" />
</scripts>
<node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<method v="2" />
Expand Down
2 changes: 1 addition & 1 deletion .run/install.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="install" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="install" />
<node-interpreter value="/usr/local/bin/node" />
<node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<method v="2" />
Expand Down
2 changes: 1 addition & 1 deletion .run/outdated.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="outdated" />
</scripts>
<node-interpreter value="/usr/local/bin/node" />
<node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<method v="2" />
Expand Down
2 changes: 1 addition & 1 deletion .run/start.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="start" />
</scripts>
<node-interpreter value="/usr/local/bin/node" />
<node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<method v="2" />
Expand Down
2 changes: 1 addition & 1 deletion .run/update.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="update" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="update" />
<node-interpreter value="/usr/local/bin/node" />
<node-interpreter value="project" />
<package-manager value="npm" />
<envs />
<method v="2" />
Expand Down
2 changes: 1 addition & 1 deletion NPM-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<h1 align="center">
Open Template Hub - Server Generator v4
Open Template Hub - Server Generator v5
</h1>

[![GitHubRepo](https://img.shields.io/badge/GitHub-Repository-24292e.svg?style=for-the-badge&logo=github)](https://github.com/open-template-hub/server-generator)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<h1 align="center">
Open Template Hub - Server Generator v4
Open Template Hub - Server Generator v5
</h1>

[![Version](https://img.shields.io/npm/v/@open-template-hub/server-generator?color=CB3837&style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@open-template-hub/server-generator)
Expand Down
4 changes: 2 additions & 2 deletions dependency-checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ console.log(
'\n' +
'\n' +
'<h1 align="center">\n' +
'Open Template Hub - Server Generator v4\n' +
'Open Template Hub - Server Generator v5\n' +
' <br/>\n' +
'(outdated packages)\n' +
'</h1>\n' +
Expand Down Expand Up @@ -75,5 +75,5 @@ for ( const line of lines ) {

console.log(
'\n' +
'<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>\n'
'<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2023</b></td></tr></table>\n'
);
4 changes: 2 additions & 2 deletions docs/OUTDATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<h1 align="center">
Open Template Hub - Server Generator v4
Open Template Hub - Server Generator v5
<br/>
(outdated packages)
</h1>
Expand All @@ -18,5 +18,5 @@ Following packages are not updated in the develop branch yet. So, if you want to
| @types/inquirer | 8.2.5 | 8.2.5 | 9.0.3 | node_modules/@types/inquirer |
| inquirer | 8.2.5 | 8.2.5 | 9.1.4 | node_modules/inquirer |

<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>
<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2023</b></td></tr></table>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@types/ncp": "^2.0.5",
"@types/rimraf": "^3.0.2",
"colors": "1.4.0",
"inquirer": "^8.2.4",
"inquirer": "~8.2.5",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/inquirer": "^8.2.1",
"@types/inquirer": "^8.2.5",
"@types/node": "^18.0.4",
"@types/shelljs": "^0.8.11",
"@types/yargs": "^17.0.10",
Expand Down
Loading

0 comments on commit 9cfa4a0

Please sign in to comment.