|
2 | 2 | "name": "@wchenonly/git-commit-tool", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.1.33", |
5 | | - "packageManager": "[email protected].3", |
| 5 | + "packageManager": "[email protected].5", |
6 | 6 | "description": "use an interactive approach to help you generate standard submission messages", |
7 | 7 | "author": "wChenonly", |
8 | 8 | "license": "MIT", |
|
29 | 29 | "commit": "bin/index.js" |
30 | 30 | }, |
31 | 31 | "files": [ |
32 | | - "es", |
33 | | - "bin" |
| 32 | + "bin", |
| 33 | + "es" |
34 | 34 | ], |
35 | 35 | "scripts": { |
36 | 36 | "changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0", |
37 | 37 | "dev": "nodemon -w './src/**/*.ts' -e .ts -x tsx ./build.ts", |
38 | 38 | "build": "rm -rf es && tsx ./build.ts", |
39 | | - "lint:fix": "eslint --fix ./ --ext .vue,.js,.ts,.jsx,.tsx,.json ", |
| 39 | + "lint:fix": "eslint . --fix", |
40 | 40 | "format": "prettier --write .", |
41 | 41 | "prepublishOnly": "npm run build", |
42 | 42 | "release": "bumpp && npm publish" |
|
50 | 50 | "cac": "^6.7.14", |
51 | 51 | "execa": "^8.0.1", |
52 | 52 | "kleur": "^4.1.5", |
53 | | - "open": "^10.0.3", |
| 53 | + "open": "^10.1.0", |
54 | 54 | "ora": "^8.0.1" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@antfu/eslint-config": "^2.6.4", |
58 | | - "@types/node": "^20.11.19", |
59 | | - "bumpp": "^9.3.0", |
| 57 | + "@antfu/eslint-config": "^2.8.3", |
| 58 | + "@types/node": "^20.11.29", |
| 59 | + "bumpp": "^9.4.0", |
60 | 60 | "conventional-changelog": "^5.1.0", |
61 | 61 | "conventional-changelog-cli": "^4.1.0", |
62 | 62 | "conventional-changelog-custom-config": "^0.3.1", |
63 | | - "esbuild": "^0.20.1", |
| 63 | + "esbuild": "^0.20.2", |
64 | 64 | "nano-staged": "^0.8.0", |
65 | | - "nodemon": "^3.0.3", |
| 65 | + "nodemon": "^3.1.0", |
66 | 66 | "prettier": "^3.2.5", |
67 | | - "simple-git-hooks": "^2.9.0", |
| 67 | + "simple-git-hooks": "^2.11.0", |
68 | 68 | "tsx": "^4.7.1", |
69 | | - "typescript": "^5.3.3" |
| 69 | + "typescript": "^5.4.2" |
70 | 70 | }, |
71 | 71 | "nano-staged": { |
72 | | - "*.{ts,tsx,js,jsx,vue}": "eslint --fix", |
| 72 | + "*.{ts,tsx,js,jsx,vue}": "eslint . --fix", |
73 | 73 | "*.{ts,tsx,js,jsx,vue,less,css,md}": "prettier --write" |
74 | 74 | }, |
75 | 75 | "simple-git-hooks": { |
|
0 commit comments