Skip to content

Commit

Permalink
remove prettier plugins + move prettier under devDepencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jul 12, 2024
1 parent 6f69aa1 commit 193fa1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 295 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lefthook": "^1.6.16",
"prettier": "3.3.2",
"rollup": "3.21.0",
"rollup-plugin-auto-external": "2.0.0",
"tslib": "2.5.0",
Expand All @@ -47,17 +48,14 @@
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"arg": "5.0.2",
"chalk": "5.2.0",
"execa": "7.1.1",
"inquirer": "9.2.0",
"listr2": "^8.2.1",
"merge-packages": "^0.1.6",
"ncp": "2.0.0",
"pkg-install": "1.0.0",
"prettier": "3.3.2",
"prettier-plugin-solidity": "^1.3.1"
"pkg-install": "1.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 193fa1c

Please sign in to comment.