Skip to content

Commit

Permalink
fix: revert deps that do not work with node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAndreev committed Aug 7, 2024
1 parent 5031933 commit c4ba695
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 261 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"@types/jest": "^29.5.12",
"@types/node": "^18.11.15",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"commitlint": "^17.8.1",
"dotenv": "^16.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.2",
"jest": "^29.7.0",
"lint-staged": "^15.2.8",
"lint-staged": "^14.0.1",
"prettier": "^2.8.1",
"reflect-metadata": "^0.1.13",
"rxjs": "7.6.0",
Expand Down
Loading

0 comments on commit c4ba695

Please sign in to comment.