Skip to content

Commit

Permalink
upgrade prettier and prettier-plugin-organize-imports
Browse files Browse the repository at this point in the history
upgrade eslint-plugin-prettier to 5.2.1
  • Loading branch information
rjwebb authored and raykyri committed Aug 15, 2024
1 parent 2dd6e95 commit f3f9dc8
Show file tree
Hide file tree
Showing 2 changed files with 4,133 additions and 11,654 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eslint-plugin-diff": "^2.0.3",
"eslint-plugin-functional": "^6.1.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -120,8 +120,8 @@
"nyc": "^15.1.0",
"playwright-json-summary-reporter": "^1.0.0",
"playwright-test": "^8.2.0",
"prettier": "2.7.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"process": "^0.11.10",
"readline-sync": "^1.4.10",
"sequelize-cli": "^6.2.0",
Expand Down
Loading

0 comments on commit f3f9dc8

Please sign in to comment.