|
1 | 1 | { |
2 | 2 | "name": "dpdm", |
3 | | - "version": "3.6.1", |
| 3 | + "version": "3.7.0", |
4 | 4 | "description": "Analyze circular dependencies in your JavaScript/TypeScript projects.", |
5 | 5 | "keywords": [ |
6 | 6 | "circular", |
|
41 | 41 | "clean": "rm -rf cjs esm lib build temp .cache", |
42 | 42 | "prepublishOnly": "run-s test build", |
43 | 43 | "start": "npm run clean && npm run build:esm -- --watch", |
44 | | - "test": "jest" |
| 44 | + "test": "jest", |
| 45 | + "prepare": "husky install" |
45 | 46 | }, |
46 | 47 | "repository": { |
47 | 48 | "type": "git", |
48 | 49 | "url": "git@github.com:acrazing/dpdm.git" |
49 | 50 | }, |
50 | 51 | "license": "MIT", |
51 | 52 | "devDependencies": { |
52 | | - "@types/jest": "^26.0.23", |
53 | | - "husky": "^4.3.7", |
54 | | - "jest": "^26.6.3", |
55 | | - "lint-staged": "^11.0.0", |
| 53 | + "@types/jest": "^26.0.24", |
| 54 | + "husky": "^7.0.1", |
| 55 | + "jest": "^27.0.6", |
| 56 | + "lint-staged": "^11.1.1", |
56 | 57 | "npm-run-all": "^4.1.5", |
57 | | - "prettier": "^2.3.0", |
58 | | - "rollup": "^2.47.0", |
59 | | - "ts-jest": "^26.5.6", |
60 | | - "ts-node": "^9.1.1" |
| 58 | + "prettier": "^2.3.2", |
| 59 | + "rollup": "^2.53.3", |
| 60 | + "ts-jest": "^27.0.4", |
| 61 | + "ts-node": "^10.1.0" |
61 | 62 | }, |
62 | 63 | "dependencies": { |
63 | | - "@types/fs-extra": "^9.0.11", |
64 | | - "@types/glob": "^7.1.3", |
65 | | - "@types/yargs": "^16.0.1", |
| 64 | + "@types/fs-extra": "^9.0.12", |
| 65 | + "@types/glob": "^7.1.4", |
| 66 | + "@types/yargs": "^17.0.2", |
66 | 67 | "chalk": "^4.1.1", |
67 | 68 | "fs-extra": "^10.0.0", |
68 | 69 | "glob": "^7.1.7", |
69 | | - "ora": "^5.4.0", |
70 | | - "tslib": "^2.2.0", |
71 | | - "typescript": "^4.2.4", |
| 70 | + "ora": "^5.4.1", |
| 71 | + "tslib": "^2.3.0", |
| 72 | + "typescript": "^4.3.5", |
72 | 73 | "yargs": "^17.0.1" |
73 | 74 | }, |
74 | 75 | "cliVersion": "8.8.4", |
75 | | - "husky": { |
76 | | - "hooks": { |
77 | | - "pre-commit": "lint-staged" |
78 | | - } |
79 | | - }, |
80 | 76 | "lint-staged": { |
81 | 77 | "*.{js,jsx,ts,tsx,json,css,less,scss,md}": [ |
82 | 78 | "prettier --write" |
|
0 commit comments