Skip to content

Commit 9cfa4a0

Browse files
committed
Update dependencies
1 parent 057398a commit 9cfa4a0

File tree

11 files changed

+140
-143
lines changed

11 files changed

+140
-143
lines changed

.run/build.run.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="build" type="js.build_tools.npm" nameIsGenerated="true">
33
<package-json value="$PROJECT_DIR$/package.json" />
4-
<command value="build" />
5-
<node-interpreter value="/usr/local/bin/node" />
4+
<command value="run" />
5+
<scripts>
6+
<script value="build" />
7+
</scripts>
8+
<node-interpreter value="project" />
69
<package-manager value="npm" />
710
<envs />
811
<method v="2" />

.run/install.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration default="false" name="install" type="js.build_tools.npm" nameIsGenerated="true">
33
<package-json value="$PROJECT_DIR$/package.json" />
44
<command value="install" />
5-
<node-interpreter value="/usr/local/bin/node" />
5+
<node-interpreter value="project" />
66
<package-manager value="npm" />
77
<envs />
88
<method v="2" />

.run/outdated.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<scripts>
66
<script value="outdated" />
77
</scripts>
8-
<node-interpreter value="/usr/local/bin/node" />
8+
<node-interpreter value="project" />
99
<package-manager value="npm" />
1010
<envs />
1111
<method v="2" />

.run/start.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<scripts>
66
<script value="start" />
77
</scripts>
8-
<node-interpreter value="/usr/local/bin/node" />
8+
<node-interpreter value="project" />
99
<package-manager value="npm" />
1010
<envs />
1111
<method v="2" />

.run/update.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration default="false" name="update" type="js.build_tools.npm" nameIsGenerated="true">
33
<package-json value="$PROJECT_DIR$/package.json" />
44
<command value="update" />
5-
<node-interpreter value="/usr/local/bin/node" />
5+
<node-interpreter value="project" />
66
<package-manager value="npm" />
77
<envs />
88
<method v="2" />

NPM-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<h1 align="center">
8-
Open Template Hub - Server Generator v4
8+
Open Template Hub - Server Generator v5
99
</h1>
1010

1111
[![GitHubRepo](https://img.shields.io/badge/GitHub-Repository-24292e.svg?style=for-the-badge&logo=github)](https://github.com/open-template-hub/server-generator)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<h1 align="center">
8-
Open Template Hub - Server Generator v4
8+
Open Template Hub - Server Generator v5
99
</h1>
1010

1111
[![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)

dependency-checker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ console.log(
1616
'\n' +
1717
'\n' +
1818
'<h1 align="center">\n' +
19-
'Open Template Hub - Server Generator v4\n' +
19+
'Open Template Hub - Server Generator v5\n' +
2020
' <br/>\n' +
2121
'(outdated packages)\n' +
2222
'</h1>\n' +
@@ -75,5 +75,5 @@ for ( const line of lines ) {
7575

7676
console.log(
7777
'\n' +
78-
'<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'
78+
'<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'
7979
);

docs/OUTDATED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

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

21-
<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>
21+
<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>
2222

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@types/ncp": "^2.0.5",
1818
"@types/rimraf": "^3.0.2",
1919
"colors": "1.4.0",
20-
"inquirer": "^8.2.4",
20+
"inquirer": "~8.2.5",
2121
"ncp": "^2.0.0",
2222
"rimraf": "^3.0.2",
2323
"shelljs": "^0.8.5",
2424
"yargs": "^17.5.1"
2525
},
2626
"devDependencies": {
27-
"@types/inquirer": "^8.2.1",
27+
"@types/inquirer": "^8.2.5",
2828
"@types/node": "^18.0.4",
2929
"@types/shelljs": "^0.8.11",
3030
"@types/yargs": "^17.0.10",

0 commit comments

Comments
 (0)