|
28 | 28 | "pkg:win": "pkg . -t node18-win-x64 -o bundle/dcli-win.exe -C GZip --public --public-packages tslib,thirty-two --no-bytecode",
|
29 | 29 | "pkg": "yarn run build && yarn run pkg:linux && yarn run pkg:macos && yarn run pkg:win",
|
30 | 30 | "version:bump": "ts-node src/bumpVersion.ts",
|
31 |
| - "prepare": "husky install", |
| 31 | + "prepare": "husky", |
32 | 32 | "test": "mocha"
|
33 | 33 | },
|
34 | 34 | "author": {
|
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@types/async": "^3.2.24",
|
43 | 43 | "@types/better-sqlite3": "^7.6.9",
|
44 |
| - "@types/chai": "^4.3.11", |
| 44 | + "@types/chai": "^4.3.12", |
45 | 45 | "@types/inquirer": "^8.2.10",
|
46 | 46 | "@types/mocha": "^10.0.6",
|
47 |
| - "@types/node": "^18.19.14", |
48 |
| - "@typescript-eslint/eslint-plugin": "^6.20.0", |
49 |
| - "@typescript-eslint/parser": "^6.20.0", |
50 |
| - "@yao-pkg/pkg": "^5.11.1", |
| 47 | + "@types/node": "^18.19.24", |
| 48 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 49 | + "@typescript-eslint/parser": "^7.2.0", |
| 50 | + "@yao-pkg/pkg": "^5.11.5", |
51 | 51 | "chai": "^4.4.1",
|
52 |
| - "eslint": "^8.56.0", |
| 52 | + "eslint": "^8.57.0", |
53 | 53 | "eslint-config-prettier": "^9.1.0",
|
54 | 54 | "eslint-plugin-import": "^2.29.1",
|
55 |
| - "husky": "^8.0.3", |
56 |
| - "mocha": "^10.2.0", |
57 |
| - "prettier": "^3.0.3", |
| 55 | + "husky": "^9.0.11", |
| 56 | + "mocha": "^10.3.0", |
| 57 | + "prettier": "^3.2.5", |
58 | 58 | "ts-node": "^10.9.2",
|
59 |
| - "typescript": "^5.2.2" |
| 59 | + "typescript": "^5.4.2" |
60 | 60 | },
|
61 | 61 | "dependencies": {
|
62 |
| - "@json2csv/plainjs": "^7.0.5", |
63 |
| - "@json2csv/transforms": "^7.0.5", |
64 |
| - "@napi-rs/clipboard": "^1.1.1", |
| 62 | + "@json2csv/plainjs": "^7.0.6", |
| 63 | + "@json2csv/transforms": "^7.0.6", |
| 64 | + "@napi-rs/clipboard": "^1.1.2", |
65 | 65 | "@napi-rs/keyring": "^1.1.3",
|
66 |
| - "@node-rs/argon2": "^1.7.2", |
67 |
| - "better-sqlite3": "^8.7.0", |
| 66 | + "@node-rs/argon2": "^1.8.0", |
| 67 | + "better-sqlite3": "^9.4.3", |
68 | 68 | "commander": "^11.1.0",
|
69 | 69 | "got": "^11.8.6",
|
70 | 70 | "inquirer": "^8.2.6",
|
71 | 71 | "inquirer-search-list": "^1.2.6",
|
72 |
| - "jsonpath-plus": "^7.2.0", |
| 72 | + "jsonpath-plus": "^8.1.0", |
73 | 73 | "otplib": "^12.0.1",
|
74 |
| - "playwright-core": "^1.41.2", |
75 |
| - "winston": "^3.11.0", |
| 74 | + "playwright-core": "^1.42.1", |
| 75 | + "winston": "^3.12.0", |
76 | 76 | "xml-js": "^1.6.11",
|
77 | 77 | "zlib": "^1.0.5"
|
78 | 78 | },
|
|
0 commit comments