fix(deps): update dependency @ianvs/prettier-plugin-sort-imports to ^4.4.1 (#1936)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2ea763c231
commit
1e406a8a58
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -1900,8 +1900,8 @@ importers:
|
|||||||
tooling/prettier:
|
tooling/prettier:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ianvs/prettier-plugin-sort-imports':
|
'@ianvs/prettier-plugin-sort-imports':
|
||||||
specifier: ^4.4.0
|
specifier: ^4.4.1
|
||||||
version: 4.4.0(prettier@3.4.2)
|
version: 4.4.1(prettier@3.4.2)
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.4.2
|
specifier: ^3.4.2
|
||||||
version: 3.4.2
|
version: 3.4.2
|
||||||
@@ -2988,8 +2988,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==}
|
resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==}
|
||||||
engines: {node: '>=18.18'}
|
engines: {node: '>=18.18'}
|
||||||
|
|
||||||
'@ianvs/prettier-plugin-sort-imports@4.4.0':
|
'@ianvs/prettier-plugin-sort-imports@4.4.1':
|
||||||
resolution: {integrity: sha512-f4/e+/ANGk3tHuwRW0uh2YuBR50I4h1ZjGQ+5uD8sWfinHTivQsnieR5cz24t8M6Vx4rYvZ5v/IEKZhYpzQm9Q==}
|
resolution: {integrity: sha512-F0/Hrcfpy8WuxlQyAWJTEren/uxKhYonOGY4OyWmwRdeTvkh9mMSCxowZLjNkhwi/2ipqCgtXwwOk7tW0mWXkA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/compiler-sfc': 2.7.x || 3.x
|
'@vue/compiler-sfc': 2.7.x || 3.x
|
||||||
prettier: 2 || 3
|
prettier: 2 || 3
|
||||||
@@ -10594,7 +10594,7 @@ snapshots:
|
|||||||
|
|
||||||
'@humanwhocodes/retry@0.4.1': {}
|
'@humanwhocodes/retry@0.4.1': {}
|
||||||
|
|
||||||
'@ianvs/prettier-plugin-sort-imports@4.4.0(prettier@3.4.2)':
|
'@ianvs/prettier-plugin-sort-imports@4.4.1(prettier@3.4.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/generator': 7.26.2
|
'@babel/generator': 7.26.2
|
||||||
'@babel/parser': 7.26.2
|
'@babel/parser': 7.26.2
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"prettier": "@homarr/prettier-config",
|
"prettier": "@homarr/prettier-config",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
||||||
"prettier": "^3.4.2"
|
"prettier": "^3.4.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user