From 98a4280ae56be37a1fc5052477e30f4db638e34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 21 Mar 2020 16:35:19 +0100 Subject: [PATCH 1/4] Update dependencies + use kcd-scripts' husky --- .huskyrc.js | 1 + package.json | 16 ++++++---------- 2 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 .huskyrc.js 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..ed25814e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "author": "Kent C. Dodds (https://kentcdodds.com)", "license": "MIT", "engines": { - "node": ">=10" + "node": ">=10", + "npm": ">=6" }, "scripts": { "build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean", @@ -31,17 +32,12 @@ "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", "pretty-format": "^25.1.0" @@ -51,8 +47,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.5.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js", From b7f8a7917c4dead4940ce179ae6a805c3546fc6a Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sat, 21 Mar 2020 21:44:22 +0100 Subject: [PATCH 2/4] Bump dom-accessibility-api --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed25814e..8e9b476b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@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": { From b05b5365b58eb60eb3eaa2c08c694ce303d7692c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 22 Mar 2020 13:49:10 +0100 Subject: [PATCH 3/4] Update package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8e9b476b..a1fe814a 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ "author": "Kent C. Dodds (https://kentcdodds.com)", "license": "MIT", "engines": { - "node": ">=10", - "npm": ">=6" + "node": ">=10.13" }, "scripts": { "build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean", @@ -48,7 +47,7 @@ "jest-serializer-ansi": "^1.0.3", "jest-watch-select-projects": "^2.0.0", "jsdom": "^16.2.1", - "kcd-scripts": "^5.5.0" + "kcd-scripts": "^5.6.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js", From 0f16a44b4f5f6b162cab033cf14e1565d425c5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 22 Mar 2020 13:50:12 +0100 Subject: [PATCH 4/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1fe814a..d235ab30 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Kent C. Dodds (https://kentcdodds.com)", "license": "MIT", "engines": { - "node": ">=10.13" + "node": ">=10" }, "scripts": { "build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean",