Skip to content

Commit

Permalink
Bump prettier (#4105)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
himdel authored Aug 7, 2023
1 parent 1fd0464 commit 00bda29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ importOrder:
- "^src/"
- "^[./]"
importOrderSortSpecifiers: true
plugins:
- '@trivago/prettier-plugin-sort-imports'
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"@lingui/macro": "^3.17.2",
"@ls-lint/ls-lint": "^2.0.1",
"@redhat-cloud-services/frontend-components-config": "^5.0.5",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"css-loader": "^6.8.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.5.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier": "^3.0.1",
"sass": "^1.64.2",
"sass-loader": "^13.2.2",
"source-map-loader": "^4.0.1",
Expand Down

0 comments on commit 00bda29

Please sign in to comment.