Skip to content

Commit 7541615

Browse files
github-actions[bot]fardjad
authored andcommitted
0.1.130
1 parent 561c55c commit 7541615

File tree

3 files changed

+33
-31
lines changed

3 files changed

+33
-31
lines changed

package-lock.json

Lines changed: 25 additions & 23 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.129",
3+
"version": "0.1.130",
44
"description": "Scaffold a CLI project with interactive-commander and TypeScript",
55
"keywords": [
66
"commander",
@@ -46,7 +46,7 @@
4646
"@inquirer/prompts": "^4.0.0",
4747
"glob": "^10.3.10",
4848
"interactive-commander": "^0.5.127",
49-
"templgen": "^0.1.121",
49+
"templgen": "^0.1.122",
5050
"tsx": "^4.7.0",
5151
"valid-filename": "^4.0.0",
5252
"validate-npm-package-name": "^5.0.0"
@@ -60,9 +60,9 @@
6060
"c8": "^9.1.0",
6161
"eslint": "^8.56.0",
6262
"eslint-config-prettier": "^9.1.0",
63-
"eslint-config-xo": "^0.43.1",
64-
"eslint-config-xo-typescript": "^1.0.1",
65-
"eslint-plugin-unicorn": "^50.0.1",
63+
"eslint-config-xo": "^0.44.0",
64+
"eslint-config-xo-typescript": "^2.0.0",
65+
"eslint-plugin-unicorn": "^51.0.1",
6666
"expect": "^29.7.0",
6767
"npm-check-updates": "^16.14.14",
6868
"prettier": "^3.2.5",

templates/dev-dependencies.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"c8": "^9.1.0",
77
"eslint": "^8.56.0",
88
"eslint-config-prettier": "^9.1.0",
9-
"eslint-config-xo": "^0.43.1",
10-
"eslint-config-xo-typescript": "^1.0.1",
11-
"eslint-plugin-unicorn": "^50.0.1",
9+
"eslint-config-xo": "^0.44.0",
10+
"eslint-config-xo-typescript": "^2.0.0",
11+
"eslint-plugin-unicorn": "^51.0.1",
1212
"prettier": "^3.2.5",
1313
"prettier-plugin-packagejson": "^2.4.10",
1414
"typescript": "^5.3.3"

0 commit comments

Comments
 (0)