|
20 | 20 | "test": "echo \"TODO: write tests\" && exit 0",
|
21 | 21 | "clean": "yarn dlx rimraf ./build",
|
22 | 22 | "lint": "eslint src",
|
23 |
| - "prepack": "pinst --disable", |
24 |
| - "postpack": "pinst --enable", |
25 |
| - "postinstall": "husky install && coconfig" |
| 23 | + "postinstall": "coconfig" |
26 | 24 | },
|
27 | 25 | "bin": "./build/index.js",
|
28 | 26 | "publishConfig": {
|
|
43 | 41 | "*.{js,jsx,ts,tsx}": "yarn eslint src --cache --fix"
|
44 | 42 | },
|
45 | 43 | "devDependencies": {
|
46 |
| - "@commitlint/cli": "^17.8.0", |
47 |
| - "@commitlint/config-conventional": "^18.1.0", |
48 |
| - "@openapi-typescript-infra/coconfig": "^4.2.2", |
49 |
| - "@semantic-release/github": "^9.2.1", |
50 |
| - "@types/configstore": "^6.0.1", |
51 |
| - "@types/handlebars-helpers": "^0.5.5", |
52 |
| - "@types/minimist": "^1.2.4", |
53 |
| - "@types/node": "^20.8.10", |
54 |
| - "@types/parse-git-config": "^3.0.3", |
55 |
| - "@types/pascalcase": "^1.0.2", |
56 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
57 |
| - "@typescript-eslint/parser": "^6.9.1", |
58 |
| - "coconfig": "^1.0.0", |
59 |
| - "eslint": "^8.52.0", |
60 |
| - "eslint-config-prettier": "^9.0.0", |
| 44 | + "@commitlint/cli": "^19.3.0", |
| 45 | + "@commitlint/config-conventional": "^19.2.2", |
| 46 | + "@openapi-typescript-infra/coconfig": "^4.4.0", |
| 47 | + "@semantic-release/github": "^10.0.3", |
| 48 | + "@types/configstore": "^6.0.2", |
| 49 | + "@types/handlebars-helpers": "^0.5.6", |
| 50 | + "@types/minimist": "^1.2.5", |
| 51 | + "@types/node": "^20.12.8", |
| 52 | + "@types/parse-git-config": "^3.0.4", |
| 53 | + "@types/pascalcase": "^1.0.3", |
| 54 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 55 | + "@typescript-eslint/parser": "^6.21.0", |
| 56 | + "coconfig": "^1.5.2", |
| 57 | + "eslint": "^8.57.0", |
| 58 | + "eslint-config-prettier": "^9.1.0", |
61 | 59 | "eslint-import-resolver-typescript": "^3.6.1",
|
62 |
| - "eslint-plugin-import": "^2.29.0", |
63 |
| - "husky": "^8.0.3", |
64 |
| - "lint-staged": "^15.0.2", |
| 60 | + "eslint-plugin-import": "^2.29.1", |
65 | 61 | "pinst": "^3.0.0",
|
66 |
| - "prettier": "^3.0.3", |
67 |
| - "typescript": "^5.2.2" |
| 62 | + "prettier": "^3.2.5", |
| 63 | + "typescript": "^5.4.5" |
68 | 64 | },
|
69 | 65 | "packageManager": "[email protected]",
|
70 | 66 | "dependencies": {
|
71 |
| - "@readme/openapi-parser": "^2.5.0", |
| 67 | + "@readme/openapi-parser": "^2.5.1", |
72 | 68 | "boxen": "^7.1.1",
|
73 | 69 | "configstore": "^6.0.0",
|
74 | 70 | "handlebars-helpers": "^0.10.0",
|
75 | 71 | "minimist": "^1.2.8",
|
76 | 72 | "mkdirp": "^3.0.1",
|
77 | 73 | "openapi-types": "^12.1.3",
|
78 | 74 | "parse-git-config": "^3.0.0",
|
79 |
| - "plop": "^4.0.0", |
| 75 | + "plop": "^4.0.1", |
80 | 76 | "plop-pack-git-init": "^0.3.1"
|
81 | 77 | }
|
82 | 78 | }
|
0 commit comments