Skip to content

Commit 940ddc6

Browse files
chore: update dependencies + use kcd-scripts' husky (#493)
Co-authored-by: Sebastian Silbermann <[email protected]>
1 parent 02a5b82 commit 940ddc6

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.huskyrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('kcd-scripts/husky')

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,23 @@
3131
"test:update": "npm test -- --updateSnapshot --coverage",
3232
"validate": "kcd-scripts validate"
3333
},
34-
"husky": {
35-
"hooks": {
36-
"pre-commit": "kcd-scripts pre-commit"
37-
}
38-
},
3934
"files": [
4035
"dist"
4136
],
4237
"dependencies": {
43-
"@babel/runtime": "^7.8.4",
44-
"@types/testing-library__dom": "^6.12.1",
38+
"@babel/runtime": "^7.9.2",
39+
"@types/testing-library__dom": "^6.14.0",
4540
"aria-query": "^4.0.2",
46-
"dom-accessibility-api": "^0.3.0",
41+
"dom-accessibility-api": "^0.4.2",
4742
"pretty-format": "^25.1.0"
4843
},
4944
"devDependencies": {
5045
"@testing-library/jest-dom": "^5.1.1",
5146
"jest-in-case": "^1.0.2",
5247
"jest-serializer-ansi": "^1.0.3",
5348
"jest-watch-select-projects": "^2.0.0",
54-
"jsdom": "^16.2.0",
55-
"kcd-scripts": "^5.4.0"
49+
"jsdom": "^16.2.1",
50+
"kcd-scripts": "^5.6.0"
5651
},
5752
"eslintConfig": {
5853
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)