diff --git a/packages/console/package.json b/packages/console/package.json index 11ec09e30..adbc5779b 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -29,7 +29,7 @@ "@silverhand/eslint-config-react": "^0.10.3", "@silverhand/essentials": "^1.1.6", "@silverhand/ts-config": "^0.10.2", - "@silverhand/ts-config-react": "^0.10.3", + "@silverhand/ts-config-react": "^0.11.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 7465459ae..65fa81fbc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -26,7 +26,7 @@ "@silverhand/eslint-config-react": "^0.10.3", "@silverhand/essentials": "^1.1.7", "@silverhand/ts-config": "^0.10.2", - "@silverhand/ts-config-react": "^0.10.3", + "@silverhand/ts-config-react": "^0.11.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 03f87fa97..9c4ca314f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -447,7 +447,7 @@ importers: '@silverhand/eslint-config-react': ^0.10.3 '@silverhand/essentials': ^1.1.6 '@silverhand/ts-config': ^0.10.2 - '@silverhand/ts-config-react': ^0.10.3 + '@silverhand/ts-config-react': ^0.11.0 '@tsconfig/docusaurus': ^1.0.5 '@types/lodash.kebabcase': ^4.1.6 '@types/mdx': ^2.0.1 @@ -500,7 +500,7 @@ importers: '@silverhand/eslint-config-react': 0.10.3_oxzh5pb5bdzd47fiyp3dy75fai '@silverhand/essentials': 1.1.6 '@silverhand/ts-config': 0.10.2_typescript@4.6.2 - '@silverhand/ts-config-react': 0.10.3_typescript@4.6.2 + '@silverhand/ts-config-react': 0.11.0_typescript@4.6.2 '@tsconfig/docusaurus': 1.0.5 '@types/lodash.kebabcase': 4.1.6 '@types/mdx': 2.0.1 @@ -843,7 +843,7 @@ importers: '@silverhand/eslint-config-react': ^0.10.3 '@silverhand/essentials': ^1.1.7 '@silverhand/ts-config': ^0.10.2 - '@silverhand/ts-config-react': ^0.10.3 + '@silverhand/ts-config-react': ^0.11.0 '@testing-library/react': ^12.0.0 '@types/jest': ^27.4.1 '@types/react': ^17.0.14 @@ -887,7 +887,7 @@ importers: '@silverhand/eslint-config-react': 0.10.3_oxzh5pb5bdzd47fiyp3dy75fai '@silverhand/essentials': 1.1.7 '@silverhand/ts-config': 0.10.2_typescript@4.6.2 - '@silverhand/ts-config-react': 0.10.3_typescript@4.6.2 + '@silverhand/ts-config-react': 0.11.0_typescript@4.6.2 '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m '@types/jest': 27.4.1 '@types/react': 17.0.37 @@ -6101,13 +6101,13 @@ packages: lodash.orderby: 4.6.0 lodash.pick: 4.4.0 - /@silverhand/ts-config-react/0.10.3_typescript@4.6.2: - resolution: {integrity: sha512-xGOwcw1HTixfP3PSSdJT3leGnlUV0dLna9xp58bDDLul7UCnIn+PNp1VNJxUZ/HvtKbV4ZSYdGsGE6Xqmwn7Ag==} + /@silverhand/ts-config-react/0.11.0_typescript@4.6.2: + resolution: {integrity: sha512-SUHTcAKpWApiB4ihsRDhDPLSqE8Ebi/qK1Il+aVdySInrhVLrGFmnMDRtXBBPwiuXnLN9h0zXR7+5YVXqy+nDw==} engines: {node: '>=14.15.0'} peerDependencies: typescript: ^4.3.5 dependencies: - '@silverhand/ts-config': 0.10.2_typescript@4.6.2 + '@silverhand/ts-config': 0.11.0_typescript@4.6.2 typescript: 4.6.2 dev: true @@ -6129,6 +6129,15 @@ packages: typescript: 4.6.3 dev: true + /@silverhand/ts-config/0.11.0_typescript@4.6.2: + resolution: {integrity: sha512-W1mMlhRWjXsI5YVsb6KtDI685QmGSMqAbQ0jl4Z/3LVOYixwnUeyJOWhKa85u3MEwzm+IF4nmJBb3o/5HPATdQ==} + 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'}