Skip to content

Commit

Permalink
Update dev dependencies (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Aug 20, 2024
1 parent 16ca5fb commit 8323461
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 1,114 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^28.2.0",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"ts-jest": "^29.2.3",
"typedoc": "^0.26.2",
"typescript": "^5.0.2"
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
},
"dependencies": {
"axios": "1.7.4"
Expand Down
Loading

0 comments on commit 8323461

Please sign in to comment.