mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update dependency @types/pluralize to ^0.0.31 (#4579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dac50d2d25
commit
51a534fcd5
2 changed files with 7 additions and 6 deletions
|
@ -46,7 +46,7 @@
|
|||
"@types/inquirer": "^9.0.0",
|
||||
"@types/jest": "^29.4.0",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
"@types/pluralize": "^0.0.31",
|
||||
"camelcase": "^8.0.0",
|
||||
"chalk": "^5.0.0",
|
||||
"eslint": "^8.44.0",
|
||||
|
|
|
@ -3887,8 +3887,8 @@ importers:
|
|||
specifier: ^18.11.18
|
||||
version: 18.11.18
|
||||
'@types/pluralize':
|
||||
specifier: ^0.0.29
|
||||
version: 0.0.29
|
||||
specifier: ^0.0.31
|
||||
version: 0.0.31
|
||||
camelcase:
|
||||
specifier: ^8.0.0
|
||||
version: 8.0.0
|
||||
|
@ -9649,8 +9649,8 @@ packages:
|
|||
pg-types: 2.2.0
|
||||
dev: true
|
||||
|
||||
/@types/pluralize@0.0.29:
|
||||
resolution: {integrity: sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA==}
|
||||
/@types/pluralize@0.0.31:
|
||||
resolution: {integrity: sha512-MQh69PPwFlYAL2qz/Mw5Zc34VTdt7pTck0Xbb6pbPSzdt5oaLB87iyJJxEMS5Dco/s7lXHunEezAvQurZZdrsQ==}
|
||||
dev: true
|
||||
|
||||
/@types/prettier@2.7.1:
|
||||
|
@ -10743,6 +10743,7 @@ packages:
|
|||
/chalk@5.3.0:
|
||||
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/char-regex@1.0.2:
|
||||
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
||||
|
@ -15326,7 +15327,7 @@ packages:
|
|||
resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
chalk: 5.3.0
|
||||
chalk: 5.1.2
|
||||
is-unicode-supported: 1.3.0
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue