Skip to content

Commit bbc5f60

Browse files
committedFeb 24, 2021
build: 📦️ updates for Husky 5
1 parent a461c2b commit bbc5f60

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed
 

‎.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

‎.husky/prepare-commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx devmoji -e --lint

‎package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -63,42 +63,42 @@
6363
},
6464
"dependencies": {
6565
"chalk": "^4.1.0",
66-
"commander": "6.2.1",
67-
"ts-interface-checker": "0.1.13"
66+
"commander": "7.1.0",
67+
"ts-interface-checker": "0.2.0"
6868
},
6969
"devDependencies": {
70-
"@rollup/plugin-commonjs": "17.0.0",
71-
"@rollup/plugin-node-resolve": "11.0.1",
72-
"@rollup/plugin-typescript": "8.1.0",
70+
"@rollup/plugin-commonjs": "17.1.0",
71+
"@rollup/plugin-node-resolve": "11.2.0",
72+
"@rollup/plugin-typescript": "8.2.0",
7373
"@semantic-release/changelog": "5.0.1",
7474
"@semantic-release/git": "9.0.0",
75-
"@types/jest": "26.0.19",
76-
"@types/node": "14.14.13",
77-
"@types/node-fetch": "2.5.7",
78-
"@typescript-eslint/eslint-plugin": "4.10.0",
79-
"@typescript-eslint/parser": "4.10.0",
80-
"concurrently": "5.3.0",
75+
"@types/jest": "26.0.20",
76+
"@types/node": "14.14.31",
77+
"@types/node-fetch": "2.5.8",
78+
"@typescript-eslint/eslint-plugin": "4.15.2",
79+
"@typescript-eslint/parser": "4.15.2",
80+
"concurrently": "6.0.0",
8181
"conventional-changelog-conventionalcommits": "4.5.0",
8282
"copyfiles": "2.4.1",
83-
"eslint": "7.15.0",
84-
"eslint-config-prettier": "7.0.0",
83+
"eslint": "7.20.0",
84+
"eslint-config-prettier": "8.0.0",
8585
"eslint-plugin-import": "2.22.1",
86-
"eslint-plugin-jest": "24.1.3",
87-
"eslint-plugin-prettier": "3.3.0",
88-
"husky": "4.3.6",
86+
"eslint-plugin-jest": "24.1.5",
87+
"eslint-plugin-prettier": "3.3.1",
88+
"husky": "5.1.1",
8989
"jest": "26.6.3",
9090
"node-fetch": "2.6.1",
9191
"prettier": "2.2.1",
9292
"rimraf": "3.0.2",
93-
"rollup": "2.35.1",
93+
"rollup": "2.39.1",
9494
"rollup-plugin-progress": "1.1.2",
9595
"rollup-plugin-sizes": "1.0.3",
9696
"rollup-plugin-terser": "7.0.2",
97-
"semantic-release": "17.3.0",
98-
"ts-interface-builder": "0.2.3",
99-
"ts-jest": "26.4.4",
97+
"semantic-release": "17.3.9",
98+
"ts-interface-builder": "0.3.0",
99+
"ts-jest": "26.5.2",
100100
"ts-node": "9.1.1",
101-
"typescript": "4.1.3"
101+
"typescript": "4.2.2"
102102
},
103103
"resolutions": {
104104
"minimist": "^1.2.2"

0 commit comments

Comments
 (0)
Please sign in to comment.