mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Update dependency prettier-plugin-packagejson to v2.5.3
This commit is contained in:
parent
2559f55633
commit
14facaf658
1 changed files with 14 additions and 5 deletions
|
@ -40,7 +40,7 @@ importers:
|
|||
version: 4.1.0(prettier@3.3.3)(typescript@5.6.2)
|
||||
prettier-plugin-packagejson:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.2(prettier@3.3.3)
|
||||
version: 2.5.3(prettier@3.3.3)
|
||||
sortpack:
|
||||
specifier: ^2.4.0
|
||||
version: 2.4.0
|
||||
|
@ -1025,8 +1025,8 @@ packages:
|
|||
vue-tsc:
|
||||
optional: true
|
||||
|
||||
prettier-plugin-packagejson@2.5.2:
|
||||
resolution: {integrity: sha512-w+TmoLv2pIa+siplW1cCj2ujEXQQS6z7wmWLOiLQK/2QVl7Wy6xh/ZUpqQw8tbKMXDodmSW4GONxlA33xpdNOg==}
|
||||
prettier-plugin-packagejson@2.5.3:
|
||||
resolution: {integrity: sha512-ATMEEXr+ywls1kgrZEWl4SBPEm0uDdyDAjyNzUC0/Z8WZTD3RqbJcQDR+Dau+wYkW9KHK6zqQIsFyfn+9aduWg==}
|
||||
peerDependencies:
|
||||
prettier: '>= 1.16.0'
|
||||
peerDependenciesMeta:
|
||||
|
@ -1174,6 +1174,10 @@ packages:
|
|||
resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
|
||||
synckit@0.9.2:
|
||||
resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
|
||||
text-table@0.2.0:
|
||||
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
||||
|
||||
|
@ -2320,10 +2324,10 @@ snapshots:
|
|||
prettier: 3.3.3
|
||||
typescript: 5.6.2
|
||||
|
||||
prettier-plugin-packagejson@2.5.2(prettier@3.3.3):
|
||||
prettier-plugin-packagejson@2.5.3(prettier@3.3.3):
|
||||
dependencies:
|
||||
sort-package-json: 2.10.1
|
||||
synckit: 0.9.1
|
||||
synckit: 0.9.2
|
||||
optionalDependencies:
|
||||
prettier: 3.3.3
|
||||
|
||||
|
@ -2450,6 +2454,11 @@ snapshots:
|
|||
'@pkgr/core': 0.1.1
|
||||
tslib: 2.7.0
|
||||
|
||||
synckit@0.9.2:
|
||||
dependencies:
|
||||
'@pkgr/core': 0.1.1
|
||||
tslib: 2.7.0
|
||||
|
||||
text-table@0.2.0: {}
|
||||
|
||||
to-fast-properties@2.0.0: {}
|
||||
|
|
Loading…
Reference in a new issue