We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bd794 commit d6b4e77Copy full SHA for d6b4e77
package.json
@@ -37,16 +37,16 @@
37
"@types/jest": "29.0.0",
38
"@types/node": "18.11.5",
39
"@types/supertest": "2.0.12",
40
- "@typescript-eslint/eslint-plugin": "5.35.1",
41
- "@typescript-eslint/parser": "5.35.1",
+ "@typescript-eslint/eslint-plugin": "6.0.0",
+ "@typescript-eslint/parser": "6.0.0",
42
"eslint": "8.22.0",
43
"eslint-config-prettier": "8.5.0",
44
"eslint-plugin-jest": "27.0.0",
45
"jest": "29.0.0",
46
- "nodemon": "2.0.19",
47
- "prettier": "2.7.1",
48
- "rimraf": "4.0.4",
+ "nodemon": "3.0.1",
+ "prettier": "3.0.0",
+ "rimraf": "5.0.1",
49
"supertest": "6.2.4",
50
- "typescript": "4.7.4"
+ "typescript": "5.1.6"
51
}
52
0 commit comments