diff --git a/.gitignore b/.gitignore
index e5dd40e..63bddb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,5 @@ dist/
.npmrc
package-lock.json
.idea/*
-yarn.lock
icon.png
-out/
\ No newline at end of file
+out/
diff --git a/NPM-README.md b/NPM-README.md
index aa88971..eba45e2 100644
--- a/NPM-README.md
+++ b/NPM-README.md
@@ -134,6 +134,7 @@ No sponsors yet! **Will you be the first?**
Furkan Yavuz 💬 📖 👀 |
Fatih Turker 💬 📖 👀 |
+ Mert Sarac 💬 📖 👀 |
diff --git a/README.md b/README.md
index 44b570e..7fcb2db 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,7 @@ No sponsors yet! **Will you be the first?**
Furkan Yavuz 💬 📖 👀 |
Fatih Turker 💬 📖 👀 |
+ Mert Sarac 💬 📖 👀 |
diff --git a/package.json b/package.json
index fd3908c..25ad3d8 100644
--- a/package.json
+++ b/package.json
@@ -16,8 +16,8 @@
"dependencies": {
"@types/ncp": "^2.0.5",
"@types/rimraf": "^3.0.2",
- "colors": "^1.4.0",
- "inquirer": "^8.2.0",
+ "colors": "1.4.0",
+ "inquirer": "^8.2.1",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
@@ -25,11 +25,11 @@
},
"devDependencies": {
"@types/inquirer": "^8.2.0",
- "@types/node": "^17.0.13",
+ "@types/node": "^17.0.21",
"@types/shelljs": "^0.8.11",
- "@types/yargs": "^17.0.8",
- "ts-node": "^10.3.0",
- "typescript": "^4.5.5"
+ "@types/yargs": "^17.0.9",
+ "ts-node": "^10.7.0",
+ "typescript": "^4.6.2"
},
"git repository": "https://github.com/open-template-hub/open-template-hub-server-generator",
"repository": {