X-Git-Url: http://these/git/?a=blobdiff_plain;f=api_tests%2Fpackage.json;h=718f454cb57428265b48c1cf901732c6f6675e48;hb=9c3efe32e7b2ef7978b7957eac10691beb551dde;hp=571202bf96867e5f342f0dd7a4d3f14c7d9b9478;hpb=becb8b4f66bdacca23b0b169e07d845afcb3d204;p=lemmy.git diff --git a/api_tests/package.json b/api_tests/package.json index 571202bf..718f454c 100644 --- a/api_tests/package.json +++ b/api_tests/package.json @@ -12,14 +12,17 @@ "api-test": "jest -i follow.spec.ts && jest -i src/post.spec.ts && jest -i comment.spec.ts && jest -i private_message.spec.ts && jest -i user.spec.ts && jest -i community.spec.ts" }, "devDependencies": { + "@sniptt/monads": "^0.5.10", "@types/jest": "^26.0.23", - "eslint": "^7.30.0", - "eslint-plugin-jane": "^9.0.3", + "class-transformer": "^0.5.1", + "eslint": "^8.20.0", + "eslint-plugin-jane": "^11.2.2", "jest": "^27.0.6", - "lemmy-js-client": "0.17.0-rc.11", + "lemmy-js-client": "0.17.0-rc.37", "node-fetch": "^2.6.1", - "prettier": "^2.3.2", + "prettier": "^2.7.1", + "reflect-metadata": "^0.1.13", "ts-jest": "^27.0.3", - "typescript": "^4.3.5" + "typescript": "^4.6.4" } }