Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix: add dev dependency prettier for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
koraykoska committed Nov 2, 2023
1 parent c5af903 commit 9be32ff
Show file tree
Hide file tree
Showing 2 changed files with 2,191 additions and 2,162 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"devDependencies": {
"@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25",
"tslib": "^2.5.1",
"typescript": "^5.0.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.0",
"jest-environment-jsdom": "^29.5.0"
"tslib": "^2.5.1",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit 9be32ff

Please sign in to comment.