diff --git a/.huskyrc.js b/.huskyrc.js new file mode 100644 index 00000000..5e45c45d --- /dev/null +++ b/.huskyrc.js @@ -0,0 +1 @@ +module.exports = require('kcd-scripts/husky') diff --git a/package.json b/package.json index bffebf70..d235ab30 100644 --- a/package.json +++ b/package.json @@ -31,19 +31,14 @@ "test:update": "npm test -- --updateSnapshot --coverage", "validate": "kcd-scripts validate" }, - "husky": { - "hooks": { - "pre-commit": "kcd-scripts pre-commit" - } - }, "files": [ "dist" ], "dependencies": { - "@babel/runtime": "^7.8.4", - "@types/testing-library__dom": "^6.12.1", + "@babel/runtime": "^7.9.2", + "@types/testing-library__dom": "^6.14.0", "aria-query": "^4.0.2", - "dom-accessibility-api": "^0.3.0", + "dom-accessibility-api": "^0.4.2", "pretty-format": "^25.1.0" }, "devDependencies": { @@ -51,8 +46,8 @@ "jest-in-case": "^1.0.2", "jest-serializer-ansi": "^1.0.3", "jest-watch-select-projects": "^2.0.0", - "jsdom": "^16.2.0", - "kcd-scripts": "^5.4.0" + "jsdom": "^16.2.1", + "kcd-scripts": "^5.6.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js",