mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
chore(deps): update dependency @silverhand/ts-config-react to ^0.14.0 (#863)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3316bbf429
commit
83dd78e847
3 changed files with 18 additions and 9 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
|
@ -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'}
|
||||
|
|
Loading…
Add table
Reference in a new issue