Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Aug 24, 2021
1 parent d82c8cc commit 995a559
Show file tree
Hide file tree
Showing 3 changed files with 1,997 additions and 1,682 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn commitlint --edit $1
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
"@babel/core": "7.12.3",
"@babel/eslint-parser": "7.12.1",
"@babel/eslint-plugin": "7.12.1",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"babel-eslint": "10.1.0",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"babel-preset-kyt-react": "1.1.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"enzyme-to-json": "3.6.1",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
"eslint": "7.13.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.3.5",
Expand All @@ -46,7 +45,7 @@
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "4.3.0",
"husky": "7.0.1",
"jest": "26.6.3",
"jsdom": "16.4.0",
"microbundle": "0.12.4",
Expand All @@ -68,11 +67,6 @@
"test-watch": "yarn test --watch",
"test-update": "yarn test -u",
"compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement",
"prepare": "yarn compile"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
"prepare": "yarn compile && husky install"
}
}
Loading

0 comments on commit 995a559

Please sign in to comment.