chore(deps): update dependency prettier-plugin-packagejson to ^2.5.17 (#3497)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5346b96984
commit
4d9edca9b3
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@@ -2282,8 +2282,8 @@ importers:
|
|||||||
specifier: workspace:^0.1.0
|
specifier: workspace:^0.1.0
|
||||||
version: link:../typescript
|
version: link:../typescript
|
||||||
prettier-plugin-packagejson:
|
prettier-plugin-packagejson:
|
||||||
specifier: ^2.5.16
|
specifier: ^2.5.17
|
||||||
version: 2.5.16(prettier@3.6.2)
|
version: 2.5.17(prettier@3.6.2)
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.8.3
|
specifier: ^5.8.3
|
||||||
version: 5.8.3
|
version: 5.8.3
|
||||||
@@ -8714,8 +8714,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
|
|
||||||
prettier-plugin-packagejson@2.5.16:
|
prettier-plugin-packagejson@2.5.17:
|
||||||
resolution: {integrity: sha512-1EORN4SahAWU55ll+xp0PXhiUmD93PJlBE88GbWv7X5xtZ7ycj3GNbRGX+r75zWn70KAoYVO08rF2C/TqGCHPA==}
|
resolution: {integrity: sha512-1WYvhTix+4EMYZQYSjAxb6+KTCULINuHUTBcxYa2ipoUS9Y2zJVjE3kuZ5I7ZWIFqyK8xpwYIunXqN5eiT7Hew==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
prettier: '>= 1.16.0'
|
prettier: '>= 1.16.0'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
@@ -9488,8 +9488,9 @@ packages:
|
|||||||
sort-object-keys@1.1.3:
|
sort-object-keys@1.1.3:
|
||||||
resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==}
|
resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==}
|
||||||
|
|
||||||
sort-package-json@3.2.2:
|
sort-package-json@3.3.1:
|
||||||
resolution: {integrity: sha512-twAMvmzOcEPsN3N9zKPDpl6zproGU0JcBOQFU4T6e5wrStH8iuPiAjFz9g+cMRC52eQBUbZlFCeGt+F4vginkw==}
|
resolution: {integrity: sha512-awjhQR2Iy5UN3NuguAK5+RezcEuUg9Ra4O8y2Aj+DlJa7MywyHaipAPf9bu4qqFj0hsYHHoT9sS3aV7Ucu728g==}
|
||||||
|
engines: {node: '>=20'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
source-map-js@1.2.1:
|
source-map-js@1.2.1:
|
||||||
@@ -17886,9 +17887,9 @@ snapshots:
|
|||||||
|
|
||||||
prelude-ls@1.2.1: {}
|
prelude-ls@1.2.1: {}
|
||||||
|
|
||||||
prettier-plugin-packagejson@2.5.16(prettier@3.6.2):
|
prettier-plugin-packagejson@2.5.17(prettier@3.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
sort-package-json: 3.2.2
|
sort-package-json: 3.3.1
|
||||||
synckit: 0.11.8
|
synckit: 0.11.8
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
prettier: 3.6.2
|
prettier: 3.6.2
|
||||||
@@ -18901,7 +18902,7 @@ snapshots:
|
|||||||
|
|
||||||
sort-object-keys@1.1.3: {}
|
sort-object-keys@1.1.3: {}
|
||||||
|
|
||||||
sort-package-json@3.2.2:
|
sort-package-json@3.3.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
detect-indent: 7.0.1
|
detect-indent: 7.0.1
|
||||||
detect-newline: 4.0.1
|
detect-newline: 4.0.1
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||||
"prettier-plugin-packagejson": "^2.5.16",
|
"prettier-plugin-packagejson": "^2.5.17",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user