mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-01 20:29:17 +01:00
fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.2.1 (#243)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0440af3566
commit
c5428efd60
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -776,8 +776,8 @@ importers:
|
||||
tooling/prettier:
|
||||
dependencies:
|
||||
'@ianvs/prettier-plugin-sort-imports':
|
||||
specifier: ^4.2.0
|
||||
version: 4.2.0(prettier@3.2.5)
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1(prettier@3.2.5)
|
||||
prettier:
|
||||
specifier: ^3.2.5
|
||||
version: 3.2.5
|
||||
@@ -1720,8 +1720,8 @@ packages:
|
||||
/@humanwhocodes/object-schema@2.0.2:
|
||||
resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
|
||||
|
||||
/@ianvs/prettier-plugin-sort-imports@4.2.0(prettier@3.2.5):
|
||||
resolution: {integrity: sha512-WemEN61+hI4sQs+Ndp7TJAG5pMl7pY+tVAw+kt+Lj8vbgxRZaFQ8bU9nhjH2C45G9AABqFOQnY6j9drFGMmkyA==}
|
||||
/@ianvs/prettier-plugin-sort-imports@4.2.1(prettier@3.2.5):
|
||||
resolution: {integrity: sha512-NKN1LVFWUDGDGr3vt+6Ey3qPeN/163uR1pOPAlkWpgvAqgxQ6kSdUf1F0it8aHUtKRUzEGcK38Wxd07O61d7+Q==}
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': 2.7.x || 3.x
|
||||
prettier: 2 || 3
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.2.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
||||
"prettier": "^3.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user