|
45 | 45 | "test": "jest --runInBand",
|
46 | 46 | "test-cov": "jest --runInBand --coverage",
|
47 | 47 | "clean": "rm -rf dist && npm run build",
|
48 |
| - "prepare": "husky install" |
| 48 | + "prepare": "husky" |
49 | 49 | },
|
50 | 50 | "license": "MIT",
|
51 | 51 | "dependencies": {
|
|
60 | 60 | "sbg-utility": "^1.1.6"
|
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 |
| - "@jest/environment": "^29.6.1", |
64 |
| - "@jest/expect": "^29.6.1", |
65 |
| - "@jest/globals": "^29.6.1", |
66 |
| - "@jest/types": "^29.6.1", |
| 63 | + "@babel/core": "^7.25.8", |
| 64 | + "@babel/preset-env": "^7.25.8", |
| 65 | + "@babel/preset-typescript": "^7.25.7", |
| 66 | + "@eslint/js": "^9.13.0", |
| 67 | + "@jest/environment": "^29.7.0", |
| 68 | + "@jest/expect": "^29.7.0", |
| 69 | + "@jest/globals": "^29.7.0", |
| 70 | + "@jest/types": "^29.6.3", |
| 71 | + "@types/babel__core": "^7", |
| 72 | + "@types/babel__preset-env": "^7", |
67 | 73 | "@types/bluebird": "^3.5.42",
|
68 | 74 | "@types/eslint": "^9",
|
69 | 75 | "@types/fs-extra": "^11.0.4",
|
|
77 | 83 | "@types/warehouse": "https://github.com/dimaslanjaka/hexo/raw/8b31a11/releases/warehouse.tgz",
|
78 | 84 | "@typescript-eslint/eslint-plugin": "^6.7.5",
|
79 | 85 | "@typescript-eslint/parser": "^6.7.5",
|
| 86 | + "babel-jest": "^29.7.0", |
80 | 87 | "cross-env": "^7.0.3",
|
81 | 88 | "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/5560156/release/cross-spawn.tgz",
|
82 | 89 | "dotenv": "^16.4.5",
|
83 | 90 | "eslint": "^8.51.0",
|
84 | 91 | "eslint-config-prettier": "^9.1.0",
|
85 | 92 | "eslint-plugin-prettier": "^5.0.1",
|
86 | 93 | "git-command-helper": "^2.0.2",
|
| 94 | + "globals": "^15.11.0", |
87 | 95 | "hexo": "https://github.com/dimaslanjaka/hexo/raw/8b31a11/releases/hexo.tgz",
|
88 | 96 | "hexo-renderers": "^2.0.2",
|
89 |
| - "husky": "^8.0.3", |
90 |
| - "jest": "^29.6.1", |
91 |
| - "jest-config": "^29.6.1", |
92 |
| - "jest-mock": "^29.6.1", |
93 |
| - "lint-staged": "^13.2.3", |
| 97 | + "husky": "^9.1.6", |
| 98 | + "jest": "^29.7.0", |
| 99 | + "jest-config": "^29.7.0", |
| 100 | + "jest-mock": "^29.7.0", |
| 101 | + "lint-staged": "^15.2.10", |
94 | 102 | "prettier": "^3.3.3",
|
95 |
| - "ts-jest": "^29.1.1", |
| 103 | + "ts-jest": "^29.2.5", |
96 | 104 | "ts-node": "^10.9.2",
|
97 |
| - "typescript": "^5.2.2" |
| 105 | + "typescript": "^5.6.3" |
98 | 106 | },
|
99 | 107 | "engines": {
|
100 | 108 | "node": ">=14.0.0"
|
|
0 commit comments