Skip to content

Commit 787b9f4

Browse files
github-actions[bot]fardjad
authored andcommitted
0.1.120
1 parent 3095ac8 commit 787b9f4

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-interactive-commander",
3-
"version": "0.1.119",
3+
"version": "0.1.120",
44
"description": "Scaffold a CLI project with interactive-commander and TypeScript",
55
"keywords": [
66
"commander",
@@ -45,15 +45,15 @@
4545
"dependencies": {
4646
"@inquirer/prompts": "^3.3.0",
4747
"glob": "^10.3.10",
48-
"interactive-commander": "^0.5.118",
49-
"templgen": "^0.1.112",
48+
"interactive-commander": "^0.5.119",
49+
"templgen": "^0.1.113",
5050
"tsx": "^4.7.0",
5151
"valid-filename": "^4.0.0",
5252
"validate-npm-package-name": "^5.0.0"
5353
},
5454
"devDependencies": {
5555
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
56-
"@types/node": "^20.11.6",
56+
"@types/node": "^20.11.7",
5757
"@types/validate-npm-package-name": "^4.0.2",
5858
"@typescript-eslint/eslint-plugin": "^6.19.1",
5959
"@typescript-eslint/parser": "^6.19.1",
@@ -64,7 +64,7 @@
6464
"eslint-config-xo-typescript": "^1.0.1",
6565
"eslint-plugin-unicorn": "^50.0.1",
6666
"expect": "^29.7.0",
67-
"npm-check-updates": "^16.14.13",
67+
"npm-check-updates": "^16.14.14",
6868
"prettier": "^3.2.4",
6969
"prettier-plugin-packagejson": "^2.4.9",
7070
"prettier-plugin-sh": "^0.14.0",

templates/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"glob": "^10.3.10",
3-
"interactive-commander": "^0.5.118",
3+
"interactive-commander": "^0.5.119",
44
"tsx": "^4.7.0"
55
}

templates/dev-dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
3-
"@types/node": "^20.11.6",
3+
"@types/node": "^20.11.7",
44
"@typescript-eslint/eslint-plugin": "^6.19.1",
55
"@typescript-eslint/parser": "^6.19.1",
66
"c8": "^9.1.0",

0 commit comments

Comments
 (0)