mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update dependency camelcase to v8 (#4313)
Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
parent
760e97eee5
commit
b590942bf2
2 changed files with 8 additions and 3 deletions
|
@ -47,7 +47,7 @@
|
|||
"@types/jest": "^29.4.0",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
"camelcase": "^7.0.0",
|
||||
"camelcase": "^8.0.0",
|
||||
"chalk": "^5.0.0",
|
||||
"eslint": "^8.44.0",
|
||||
"jest": "^29.5.0",
|
||||
|
|
|
@ -3657,8 +3657,8 @@ importers:
|
|||
specifier: ^0.0.29
|
||||
version: 0.0.29
|
||||
camelcase:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
specifier: ^8.0.0
|
||||
version: 8.0.0
|
||||
chalk:
|
||||
specifier: ^5.0.0
|
||||
version: 5.1.2
|
||||
|
@ -10748,6 +10748,11 @@ packages:
|
|||
engines: {node: '>=14.16'}
|
||||
dev: true
|
||||
|
||||
/camelcase@8.0.0:
|
||||
resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
|
||||
engines: {node: '>=16'}
|
||||
dev: true
|
||||
|
||||
/caniuse-lite@1.0.30001486:
|
||||
resolution: {integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==}
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue