diff --git a/package.json b/package.json index 79b44005..849e80d6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "__tests__/*.{ts,tsx,js,jsx}": "prettier --write" }, "devDependencies": { - "@ianvs/prettier-plugin-sort-imports": "4.4.2", + "@ianvs/prettier-plugin-sort-imports": "4.5.1", "@rollup/plugin-commonjs": "28.0.6", "@rollup/plugin-node-resolve": "16.0.1", "@rollup/plugin-replace": "6.0.2", diff --git a/yarn.lock b/yarn.lock index f841a3fd..db155189 100644 --- a/yarn.lock +++ b/yarn.lock @@ -722,10 +722,10 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161" integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ== -"@ianvs/prettier-plugin-sort-imports@4.4.2": - version "4.4.2" - resolved "https://registry.yarnpkg.com/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.4.2.tgz#b4e0fa40249ffe5b80a3d65b294b1c49f0a7757e" - integrity sha512-KkVFy3TLh0OFzimbZglMmORi+vL/i2OFhEs5M07R9w0IwWAGpsNNyE4CY/2u0YoMF5bawKC2+8/fUH60nnNtjw== +"@ianvs/prettier-plugin-sort-imports@4.5.1": + version "4.5.1" + resolved "https://registry.yarnpkg.com/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.5.1.tgz#9d6063fc327ec71cf14bcfe1e8b31e14f7f47316" + integrity sha512-vOQwIyQHnHz0ikvHEQDzwUkNfX74o/7qNEpm9LiPtyBvCg/AU/DOkhwe1o92chPS1QzS6G7HeiO+OwIt8a358A== dependencies: "@babel/generator" "^7.26.2" "@babel/parser" "^7.26.2"