Skip to content

Commit 081e5a4

Browse files
committed
chore(deps-dev): bump dev dependencies
1 parent d676278 commit 081e5a4

File tree

3 files changed

+554
-530
lines changed

3 files changed

+554
-530
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525

2626
- name: install dependencies
27-
run: yarn install --production false --frozen-lockfile
27+
run: yarn install --production false --frozen-lockfile --ignore-engines
2828

2929
- name: lint
3030
run: yarn run lint

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:markdown:fix": "markdownlint --ignore-path ./.gitignore --fix \"./**/*.md\"",
3535
"lint:prettier": "prettier --ignore-path ./.gitignore --check \"./**/*.{ts,js,json,yaml,yml,md}\"",
3636
"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",
3838
"postpublish": "pinst --enable",
3939
"prepublishOnly": "pinst --disable",
4040
"test": "jest",
@@ -87,22 +87,22 @@
8787
"@byndyusoft/tsconfig": "^1.1.0",
8888
"@commitlint/cli": "^13.1.0",
8989
"@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",
9393
"class-transformer": "^0.4.0",
9494
"class-validator": "^0.13.1",
9595
"eslint": "^7.32.0",
9696
"husky": "^7.0.2",
97-
"jest": "^27.1.1",
97+
"jest": "^27.2.1",
9898
"jest-extended": "^0.11.5",
9999
"lint-staged": "^11.1.2",
100100
"markdownlint-cli": "^0.28.1",
101101
"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",
104104
"reflect-metadata": "^0.1.13",
105-
"semantic-release": "^17.4.7",
105+
"semantic-release": "^18.0.0",
106106
"shx": "^0.3.3",
107107
"ts-jest": "^27.0.5",
108108
"ts-patch": "^1.4.4",

0 commit comments

Comments
 (0)