From 83dd78e847d4004cb1591ef8c3d0243cac3e0212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 10:48:33 +0000 Subject: [PATCH] chore(deps): update dependency @silverhand/ts-config-react to ^0.14.0 (#863) Co-authored-by: Renovate Bot --- packages/console/package.json | 2 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++++++------- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/packages/console/package.json b/packages/console/package.json index d892be5b2..9b56ed20e 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -29,7 +29,7 @@ "@silverhand/eslint-config-react": "^0.11.0", "@silverhand/essentials": "^1.1.6", "@silverhand/ts-config": "^0.12.0", - "@silverhand/ts-config-react": "^0.12.0", + "@silverhand/ts-config-react": "^0.14.0", "@tsconfig/docusaurus": "^1.0.5", "@types/lodash.kebabcase": "^4.1.6", "@types/mdx": "^2.0.1", diff --git a/packages/ui/package.json b/packages/ui/package.json index 5b468f8a2..be345ab4e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -27,7 +27,7 @@ "@silverhand/eslint-config-react": "^0.11.0", "@silverhand/essentials": "^1.1.7", "@silverhand/ts-config": "^0.12.0", - "@silverhand/ts-config-react": "^0.12.0", + "@silverhand/ts-config-react": "^0.14.0", "@testing-library/react": "^12.0.0", "@types/jest": "^27.4.1", "@types/react": "^17.0.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f5d8a4c1..dfdc096e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -447,7 +447,7 @@ importers: '@silverhand/eslint-config-react': ^0.11.0 '@silverhand/essentials': ^1.1.6 '@silverhand/ts-config': ^0.12.0 - '@silverhand/ts-config-react': ^0.12.0 + '@silverhand/ts-config-react': ^0.14.0 '@tsconfig/docusaurus': ^1.0.5 '@types/lodash.kebabcase': ^4.1.6 '@types/mdx': ^2.0.1 @@ -502,7 +502,7 @@ importers: '@silverhand/eslint-config-react': 0.11.0_oxzh5pb5bdzd47fiyp3dy75fai '@silverhand/essentials': 1.1.6 '@silverhand/ts-config': 0.12.0_typescript@4.6.2 - '@silverhand/ts-config-react': 0.12.0_typescript@4.6.2 + '@silverhand/ts-config-react': 0.14.0_typescript@4.6.2 '@tsconfig/docusaurus': 1.0.5 '@types/lodash.kebabcase': 4.1.6 '@types/mdx': 2.0.1 @@ -841,7 +841,7 @@ importers: '@silverhand/essentials': ^1.1.7 '@silverhand/jest-config': ^0.13.0 '@silverhand/ts-config': ^0.12.0 - '@silverhand/ts-config-react': ^0.12.0 + '@silverhand/ts-config-react': ^0.14.0 '@testing-library/react': ^12.0.0 '@types/jest': ^27.4.1 '@types/react': ^17.0.14 @@ -887,7 +887,7 @@ importers: '@silverhand/essentials': 1.1.7 '@silverhand/jest-config': 0.13.0_makj2rl6gt73u7koqro542qsmm '@silverhand/ts-config': 0.12.0_typescript@4.6.2 - '@silverhand/ts-config-react': 0.12.0_typescript@4.6.2 + '@silverhand/ts-config-react': 0.14.0_typescript@4.6.2 '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m '@types/jest': 27.4.1 '@types/react': 17.0.37 @@ -5963,13 +5963,13 @@ packages: - typescript dev: false - /@silverhand/ts-config-react/0.12.0_typescript@4.6.2: - resolution: {integrity: sha512-B4ECrZ2ClQaDDfNkQxxw+MfBmMEeJawB16qpyBAtvLFYJMA18u85wdYlCCKXOLj9HeMYaNafe3OQ67WLhCTFiQ==} + /@silverhand/ts-config-react/0.14.0_typescript@4.6.2: + resolution: {integrity: sha512-5LMSGFOagoYGUJ6GyawZYraUfET2hOm8qE6d4J6m/pr2C0JsamuW0lO9eTNQ6lUZSGRotvJwMgMT3gC+Ylgysw==} engines: {node: '>=14.15.0'} peerDependencies: typescript: ^4.3.5 dependencies: - '@silverhand/ts-config': 0.12.0_typescript@4.6.2 + '@silverhand/ts-config': 0.14.0_typescript@4.6.2 typescript: 4.6.2 dev: true @@ -6000,6 +6000,15 @@ packages: typescript: 4.6.4 dev: true + /@silverhand/ts-config/0.14.0_typescript@4.6.2: + resolution: {integrity: sha512-ktL4EvhTejlU7KD4tlq/NcVNRiQoH/NmguaqfcFu2GbswDfHEEBTaPkbi9c6UDzpQtjLhC27dYpzgpH6KkT6LA==} + engines: {node: '>=14.15.0'} + peerDependencies: + typescript: ^4.3.5 + dependencies: + typescript: 4.6.2 + dev: true + /@sindresorhus/is/0.14.0: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} engines: {node: '>=6'}