mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update dependency @silverhand/ts-config-react to ^0.11.0
This commit is contained in:
parent
9f3b7e4cd6
commit
3d0001ea5a
3 changed files with 18 additions and 9 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue