|
24 | 24 | "scripts": { |
25 | 25 | "start": "node ./bin/jike-cli.js", |
26 | 26 | "dev": "tsx src/index.ts", |
27 | | - "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx", |
28 | | - "lint:fix": "eslint . --fix --ext .vue,.js,.ts,.jsx,.tsx", |
| 27 | + "lint": "eslint . --ext .js,.ts,.jsx,.tsx", |
| 28 | + "lint:fix": "eslint . --fix --ext .js,.ts,.jsx,.tsx", |
29 | 29 | "build": "tsup", |
30 | | - "release": "bumpp --commit --push --tag && npm publish", |
| 30 | + "release": "bumpp && npm publish", |
31 | 31 | "prepublishOnly": "pnpm run build" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | 34 | "@poppinss/cliui": "^3.0.2", |
35 | 35 | "@vue-reactivity/fs": "^0.1.1", |
36 | | - "commander": "^9.3.0", |
| 36 | + "commander": "^9.4.0", |
37 | 37 | "enquirer": "^2.3.6", |
38 | 38 | "eventemitter3": "^4.0.7", |
39 | | - "jike-sdk": "^0.19.4", |
40 | | - "node-fetch": "^3.2.4", |
| 39 | + "jike-sdk": "^0.19.6", |
| 40 | + "node-fetch": "^3.2.10", |
41 | 41 | "open": "^8.4.0", |
42 | 42 | "terminal-image": "^2.0.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@sxzz/eslint-config-prettier": "^2.2.1", |
46 | | - "@sxzz/eslint-config-ts": "^2.2.1", |
| 45 | + "@sxzz/eslint-config-prettier": "^2.3.5", |
| 46 | + "@sxzz/eslint-config-ts": "^2.3.5", |
47 | 47 | "@types/node": "*", |
48 | | - "bumpp": "^7.1.1", |
49 | | - "date-fns": "^2.28.0", |
50 | | - "eslint": "^8.16.0", |
51 | | - "eslint-define-config": "^1.4.1", |
| 48 | + "bumpp": "^8.2.1", |
| 49 | + "date-fns": "^2.29.1", |
| 50 | + "eslint": "^8.21.0", |
| 51 | + "eslint-define-config": "^1.6.0", |
52 | 52 | "fast-glob": "^3.2.11", |
53 | | - "prettier": "^2.6.2", |
54 | | - "tsup": "^6.0.1", |
55 | | - "tsx": "^3.4.2", |
56 | | - "typescript": "^4.7.2" |
| 53 | + "prettier": "^2.7.1", |
| 54 | + "tsup": "^6.2.1", |
| 55 | + "tsx": "^3.8.0", |
| 56 | + "typescript": "^4.7.4" |
57 | 57 | }, |
58 | 58 | "engines": { |
59 | 59 | "node": ">=14.19.0" |
|
0 commit comments