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.2 (#337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b085216c40
commit
90b9e80f17
1 changed files with 12 additions and 12 deletions
|
@ -40,7 +40,7 @@ importers:
|
|||
version: 4.0.0(prettier@3.3.3)(typescript@5.5.4)
|
||||
prettier-plugin-packagejson:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1(prettier@3.3.3)
|
||||
version: 2.5.2(prettier@3.3.3)
|
||||
sortpack:
|
||||
specifier: ^2.4.0
|
||||
version: 2.4.0
|
||||
|
@ -947,8 +947,8 @@ packages:
|
|||
vue-tsc:
|
||||
optional: true
|
||||
|
||||
prettier-plugin-packagejson@2.5.1:
|
||||
resolution: {integrity: sha512-6i4PW1KxEA+VrokYNGeI/q8qQX3u5DNBc7eLr9GX4OrvWr9DMls1lhbuNopkKG7Li9rTNxerWnYQyjxoUO4ROA==}
|
||||
prettier-plugin-packagejson@2.5.2:
|
||||
resolution: {integrity: sha512-w+TmoLv2pIa+siplW1cCj2ujEXQQS6z7wmWLOiLQK/2QVl7Wy6xh/ZUpqQw8tbKMXDodmSW4GONxlA33xpdNOg==}
|
||||
peerDependencies:
|
||||
prettier: '>= 1.16.0'
|
||||
peerDependenciesMeta:
|
||||
|
@ -1040,8 +1040,8 @@ packages:
|
|||
sort-object-keys@1.1.3:
|
||||
resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==}
|
||||
|
||||
sort-package-json@2.10.0:
|
||||
resolution: {integrity: sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==}
|
||||
sort-package-json@2.10.1:
|
||||
resolution: {integrity: sha512-d76wfhgUuGypKqY72Unm5LFnMpACbdxXsLPcL27pOsSrmVqH3PztFp1uq+Z22suk15h7vXmTesuh2aEjdCqb5w==}
|
||||
hasBin: true
|
||||
|
||||
sortpack@2.4.0:
|
||||
|
@ -1109,8 +1109,8 @@ packages:
|
|||
peerDependencies:
|
||||
typescript: '>=4.2.0'
|
||||
|
||||
tslib@2.6.3:
|
||||
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
|
||||
tslib@2.7.0:
|
||||
resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
|
||||
|
||||
type-check@0.4.0:
|
||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||
|
@ -2103,9 +2103,9 @@ snapshots:
|
|||
prettier: 3.3.3
|
||||
typescript: 5.5.4
|
||||
|
||||
prettier-plugin-packagejson@2.5.1(prettier@3.3.3):
|
||||
prettier-plugin-packagejson@2.5.2(prettier@3.3.3):
|
||||
dependencies:
|
||||
sort-package-json: 2.10.0
|
||||
sort-package-json: 2.10.1
|
||||
synckit: 0.9.1
|
||||
optionalDependencies:
|
||||
prettier: 3.3.3
|
||||
|
@ -2174,7 +2174,7 @@ snapshots:
|
|||
|
||||
sort-object-keys@1.1.3: {}
|
||||
|
||||
sort-package-json@2.10.0:
|
||||
sort-package-json@2.10.1:
|
||||
dependencies:
|
||||
detect-indent: 7.0.1
|
||||
detect-newline: 4.0.1
|
||||
|
@ -2222,7 +2222,7 @@ snapshots:
|
|||
synckit@0.9.1:
|
||||
dependencies:
|
||||
'@pkgr/core': 0.1.1
|
||||
tslib: 2.6.3
|
||||
tslib: 2.7.0
|
||||
|
||||
text-table@0.2.0: {}
|
||||
|
||||
|
@ -2236,7 +2236,7 @@ snapshots:
|
|||
dependencies:
|
||||
typescript: 5.5.4
|
||||
|
||||
tslib@2.6.3: {}
|
||||
tslib@2.7.0: {}
|
||||
|
||||
type-check@0.4.0:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue