diff --git a/nextjs/package.json b/nextjs/package.json index 28c7af5..5f76670 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -20,7 +20,7 @@ "react-icons": "^4.10.1" }, "devDependencies": { - "@trivago/prettier-plugin-sort-imports": "^4.1.1", + "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/node": "^20.4.2", "@types/react": "^18.2.15", "prettier": "^2.8.8", diff --git a/nextjs/yarn.lock b/nextjs/yarn.lock index 56795a7..96a7164 100644 --- a/nextjs/yarn.lock +++ b/nextjs/yarn.lock @@ -309,10 +309,10 @@ dependencies: tslib "^2.4.0" -"@trivago/prettier-plugin-sort-imports@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.1.1.tgz#71c3c1ae770c3738b6fc85710714844477574ffd" - integrity sha512-dQ2r2uzNr1x6pJsuh/8x0IRA3CBUB+pWEW3J/7N98axqt7SQSm+2fy0FLNXvXGg77xEDC7KHxJlHfLYyi7PDcw== +"@trivago/prettier-plugin-sort-imports@^4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.2.0.tgz#b240366f9e2bda8e14edb18b14ea084e0ec25968" + integrity sha512-YBepjbt+ZNBVmN3ev1amQH3lWCmHyt5qTbLCp/syXJRu/Kw2koXh44qayB1gMRxcL/gV8egmjN5xWSrYyfUtyw== dependencies: "@babel/generator" "7.17.7" "@babel/parser" "^7.20.5"