Skip to content

Commit

Permalink
Bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.2.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
helabenkhalfallah authored Dec 24, 2024
2 parents 21e6736 + b901843 commit 878db71
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 191 deletions.
225 changes: 42 additions & 183 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/v6y-bfb-devops-auditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/express": "=5.0.0",
"@types/express-status-monitor": "=1.3.3",
"@eslint/js": "=9.11.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@vitest/coverage-v8": "=2.0.5",
"@vitest/ui": "=2.0.5",
"chai": "=4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-bfb-main-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/cors": "=2.8.17",
"@types/express-status-monitor": "=1.3.3",
"@eslint/js": "=9.11.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@types/node-cron": "=3.0.11",
"chai": "=4.3.10",
"eslint": "=9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-bfb-static-code-auditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/express": "=5.0.0",
"@types/express-status-monitor": "=1.3.3",
"@eslint/js": "=9.11.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@types/lodash": "=4.17.13",
"@types/madge": "=5.0.3",
"@types/xml2js": "=0.4.14",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-bfb-url-dynamic-auditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/express": "=5.0.0",
"@types/express-status-monitor": "=1.3.3",
"@eslint/js": "=9.11.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@vitest/coverage-v8": "=2.0.5",
"@vitest/ui": "=2.0.5",
"chai": "=4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/cors": "=2.8.17",
"@types/express-status-monitor": "=1.3.3",
"@eslint/js": "=9.11.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"chai": "=4.3.10",
"eslint": "=9.0.0",
"eslint-config-prettier": "=9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@eslint/js": "=9.11.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@types/bcrypt": "=5.0.2",
"@types/jsonwebtoken": "=9.0.7",
"@types/passport": "=1.0.16",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-front-bo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@next/bundle-analyzer": "=14.1.0",
"@testing-library/jest-dom": "=6.5.0",
"@testing-library/react": "=14.2.1",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@types/js-cookie": "=3.0.6",
"@types/node": "=20.16.10",
"@types/react": "=18.3.10",
Expand Down
2 changes: 1 addition & 1 deletion src/v6y-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/jest-dom": "=6.5.0",
"@testing-library/react": "=14.2.1",
"@testing-library/user-event": "=14.5.2",
"@trivago/prettier-plugin-sort-imports": "=4.3.0",
"@trivago/prettier-plugin-sort-imports": "=5.2.0",
"@types/file-saver": "=2.0.7",
"@types/js-cookie": "=3.0.6",
"@types/node": "=20.16.10",
Expand Down

0 comments on commit 878db71

Please sign in to comment.