Skip to content

Commit 0a6255a

Browse files
github-actions[bot]fardjad
authored andcommitted
0.1.143
1 parent 956c724 commit 0a6255a

File tree

4 files changed

+45
-45
lines changed

4 files changed

+45
-45
lines changed

package-lock.json

Lines changed: 37 additions & 37 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.142",
3+
"version": "0.1.143",
44
"description": "Scaffold a CLI project with interactive-commander and TypeScript",
55
"keywords": [
66
"commander",
@@ -45,8 +45,8 @@
4545
"dependencies": {
4646
"@inquirer/prompts": "^4.1.0",
4747
"glob": "^10.3.10",
48-
"interactive-commander": "^0.5.140",
49-
"templgen": "^0.1.128",
48+
"interactive-commander": "^0.5.141",
49+
"templgen": "^0.1.129",
5050
"tsx": "^4.7.1",
5151
"valid-filename": "^4.0.0",
5252
"validate-npm-package-name": "^5.0.0"
@@ -58,10 +58,10 @@
5858
"@typescript-eslint/eslint-plugin": "^7.0.2",
5959
"@typescript-eslint/parser": "^7.0.2",
6060
"c8": "^9.1.0",
61-
"eslint": "^8.56.0",
61+
"eslint": "^8.57.0",
6262
"eslint-config-prettier": "^9.1.0",
6363
"eslint-config-xo": "^0.44.0",
64-
"eslint-config-xo-typescript": "^2.0.0",
64+
"eslint-config-xo-typescript": "^3.0.0",
6565
"eslint-plugin-unicorn": "^51.0.1",
6666
"expect": "^29.7.0",
6767
"npm-check-updates": "^16.14.15",

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.140",
3+
"interactive-commander": "^0.5.141",
44
"tsx": "^4.7.1"
55
}

templates/dev-dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"@typescript-eslint/eslint-plugin": "^7.0.2",
55
"@typescript-eslint/parser": "^7.0.2",
66
"c8": "^9.1.0",
7-
"eslint": "^8.56.0",
7+
"eslint": "^8.57.0",
88
"eslint-config-prettier": "^9.1.0",
99
"eslint-config-xo": "^0.44.0",
10-
"eslint-config-xo-typescript": "^2.0.0",
10+
"eslint-config-xo-typescript": "^3.0.0",
1111
"eslint-plugin-unicorn": "^51.0.1",
1212
"prettier": "^3.2.5",
1313
"prettier-plugin-packagejson": "^2.4.12",

0 commit comments

Comments
 (0)