Skip to content

Commit b89683a

Browse files
committed
feat: install commander package
1 parent 8802f34 commit b89683a

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

package-lock.json

+17-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"@typescript-eslint/eslint-plugin": "^8.27.0",
3939
"@typescript-eslint/parser": "^8.27.0",
4040
"@typescript-eslint/utils": "^8.26.1",
41-
"eslint": "^9.18.0",
41+
"eslint": ">=9.0.0",
4242
"eslint-config-prettier": "^9.1.0",
4343
"eslint-plugin-import": "^2.31.0",
44-
"eslint-plugin-prettier": "^5.2.1",
4544
"eslint-plugin-jsx-a11y": "^6.10.2",
45+
"eslint-plugin-prettier": "^5.2.1",
4646
"eslint-plugin-react": "^7.37.4",
4747
"eslint-plugin-react-hooks": "^5.1.0",
4848
"eslint-plugin-tailwindcss": "^3.18.0"
@@ -52,6 +52,7 @@
5252
"@swc/jest": "^0.2.29",
5353
"@types/jest": "^29.5.2",
5454
"@types/node": "^20.5.7",
55+
"commander": "^13.1.0",
5556
"jest": "^29.6.2",
5657
"jest-extended": "^4.0.2",
5758
"jest-junit": "^16.0.0",

0 commit comments

Comments
 (0)