Skip to content

Commit 995a559

Browse files
committed
chore: bump deps
1 parent d82c8cc commit 995a559

File tree

3 files changed

+1997
-1682
lines changed

3 files changed

+1997
-1682
lines changed

.husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn commitlint --edit $1

package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@
2727
"@babel/core": "7.12.3",
2828
"@babel/eslint-parser": "7.12.1",
2929
"@babel/eslint-plugin": "7.12.1",
30-
"@commitlint/cli": "11.0.0",
31-
"@commitlint/config-conventional": "11.0.0",
32-
"babel-eslint": "10.1.0",
30+
"@commitlint/cli": "13.1.0",
31+
"@commitlint/config-conventional": "13.1.0",
3332
"babel-preset-kyt-react": "1.1.3",
3433
"enzyme": "3.11.0",
35-
"enzyme-adapter-react-16": "1.15.5",
36-
"enzyme-to-json": "3.6.1",
34+
"enzyme-adapter-react-16": "1.15.6",
35+
"enzyme-to-json": "3.6.2",
3736
"eslint": "7.13.0",
3837
"eslint-config-airbnb": "18.2.1",
3938
"eslint-config-kyt": "1.3.5",
@@ -46,7 +45,7 @@
4645
"eslint-plugin-prettier": "3.1.4",
4746
"eslint-plugin-react": "7.21.5",
4847
"eslint-plugin-react-hooks": "4.2.0",
49-
"husky": "4.3.0",
48+
"husky": "7.0.1",
5049
"jest": "26.6.3",
5150
"jsdom": "16.4.0",
5251
"microbundle": "0.12.4",
@@ -68,11 +67,6 @@
6867
"test-watch": "yarn test --watch",
6968
"test-update": "yarn test -u",
7069
"compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement",
71-
"prepare": "yarn compile"
72-
},
73-
"husky": {
74-
"hooks": {
75-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
76-
}
70+
"prepare": "yarn compile && husky install"
7771
}
7872
}

0 commit comments

Comments
 (0)