From 9ac4a77b33c2bae328da12151f20580c795129c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 05:59:40 +0000 Subject: [PATCH] chore(deps): update dependency @silverhand/jest-config to v1.2.2 --- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/integration-tests/package.json | 2 +- packages/schemas/package.json | 2 +- packages/shared/package.json | 2 +- packages/ui/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 075a53dc4..d837e00e6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -60,7 +60,7 @@ }, "devDependencies": { "@silverhand/eslint-config": "1.2.0", - "@silverhand/jest-config": "1.0.0", + "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.2.1", diff --git a/packages/core/package.json b/packages/core/package.json index 079a10402..8bee4d83c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@shopify/jest-koa-mocks": "^5.0.0", "@silverhand/eslint-config": "1.2.0", - "@silverhand/jest-config": "1.0.0", + "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@types/debug": "^4.1.7", "@types/etag": "^1.8.1", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 7609b0bac..60905d064 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -20,7 +20,7 @@ "@peculiar/webcrypto": "^1.3.3", "@silverhand/eslint-config": "1.2.0", "@silverhand/essentials": "^1.3.0", - "@silverhand/jest-config": "1.0.0", + "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@types/jest": "^28.1.6", "@types/jest-environment-puppeteer": "^5.0.2", diff --git a/packages/schemas/package.json b/packages/schemas/package.json index 8b6b3600f..a31a2bd95 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@silverhand/eslint-config": "1.2.0", "@silverhand/essentials": "^1.3.0", - "@silverhand/jest-config": "1.0.0", + "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@types/jest": "^28.1.6", "@types/lodash.uniq": "^4.5.6", diff --git a/packages/shared/package.json b/packages/shared/package.json index efdbe0dd5..8cfbc38e5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@silverhand/eslint-config": "1.2.0", - "@silverhand/jest-config": "1.0.0", + "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@types/jest": "^28.1.6", "@types/node": "^16.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 0017a34dc..a41ca60c4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -29,7 +29,7 @@ "@silverhand/eslint-config": "1.2.0", "@silverhand/eslint-config-react": "1.2.1", "@silverhand/essentials": "^1.3.0", - "@silverhand/jest-config": "1.0.0", + "@silverhand/jest-config": "1.2.2", "@silverhand/ts-config": "1.2.1", "@silverhand/ts-config-react": "1.2.1", "@testing-library/react": "^13.3.0",