|
34 | 34 | "lint:markdown:fix": "markdownlint --ignore-path ./.gitignore --fix \"./**/*.md\"",
|
35 | 35 | "lint:prettier": "prettier --ignore-path ./.gitignore --check \"./**/*.{ts,js,json,yaml,yml,md}\"",
|
36 | 36 | "lint:prettier:fix": "prettier --ignore-path ./.gitignore --write \"./**/*.{ts,js,json,yaml,yml,md}\"",
|
37 |
| - "postinstall": "husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks && ts-patch install", |
| 37 | + "postinstall": "husky install && ts-patch install", |
38 | 38 | "postpublish": "pinst --enable",
|
39 | 39 | "prepublishOnly": "pinst --disable",
|
40 | 40 | "test": "jest",
|
|
87 | 87 | "@byndyusoft/tsconfig": "^1.1.0",
|
88 | 88 | "@commitlint/cli": "^13.1.0",
|
89 | 89 | "@commitlint/config-conventional": "^13.1.0",
|
90 |
| - "@types/jest": "^27.0.1", |
91 |
| - "@types/lodash": "^4.14.172", |
92 |
| - "@types/node": "^16.9.1", |
| 90 | + "@types/jest": "^27.0.2", |
| 91 | + "@types/lodash": "^4.14.173", |
| 92 | + "@types/node": "^16.9.6", |
93 | 93 | "class-transformer": "^0.4.0",
|
94 | 94 | "class-validator": "^0.13.1",
|
95 | 95 | "eslint": "^7.32.0",
|
96 | 96 | "husky": "^7.0.2",
|
97 |
| - "jest": "^27.1.1", |
| 97 | + "jest": "^27.2.1", |
98 | 98 | "jest-extended": "^0.11.5",
|
99 | 99 | "lint-staged": "^11.1.2",
|
100 | 100 | "markdownlint-cli": "^0.28.1",
|
101 | 101 | "pinst": "^2.1.6",
|
102 |
| - "prettier": "^2.4.0", |
103 |
| - "prettier-plugin-packagejson": "^2.2.11", |
| 102 | + "prettier": "^2.4.1", |
| 103 | + "prettier-plugin-packagejson": "^2.2.12", |
104 | 104 | "reflect-metadata": "^0.1.13",
|
105 |
| - "semantic-release": "^17.4.7", |
| 105 | + "semantic-release": "^18.0.0", |
106 | 106 | "shx": "^0.3.3",
|
107 | 107 | "ts-jest": "^27.0.5",
|
108 | 108 | "ts-patch": "^1.4.4",
|
|
0 commit comments