Skip to content

Commit

Permalink
refactor: reinstalls more current linter and prettier dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Feb 5, 2025
1 parent 818722a commit 735e605
Show file tree
Hide file tree
Showing 3 changed files with 5,224 additions and 4 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,21 @@
"Breno A"
],
"devDependencies": {
"typescript": "^5.7.3"
"@eslint/js": "^9.19.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 735e605

Please sign in to comment.