File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "devDependencies" : {
2525 "@types/node" : " ^17.0.23" ,
2626 "@types/socket.io-client" : " ^1.4.36" ,
27- "@typescript-eslint/eslint-plugin" : " ^5.17 .0" ,
28- "@typescript-eslint/parser" : " ^5.17 .0" ,
27+ "@typescript-eslint/eslint-plugin" : " ^5.19 .0" ,
28+ "@typescript-eslint/parser" : " ^5.19 .0" ,
2929 "chai" : " ^4.3.6" ,
30- "eslint" : " ^8.12 .0" ,
30+ "eslint" : " ^8.13 .0" ,
3131 "eslint-config-prettier" : " ^8.5.0" ,
3232 "eslint-config-typescript" : " ^3.0.0" ,
3333 "eslint-plugin-prettier" : " ^4.0.0" ,
34- "mocha" : " ^9.2.2 " ,
34+ "mocha" : " ^8.4.0 " ,
3535 "nock" : " ^13.2.4" ,
36- "prettier" : " ^2.6.1 " ,
36+ "prettier" : " ^2.6.2 " ,
3737 "typescript" : " ^4.6.3"
3838 },
3939 "scripts" : {
4040 "prepare" : " npm run build" ,
4141 "build" : " tsc" ,
42- "test" : " mocha tests/unit" ,
43- "test-integration" : " mocha tests/integration" ,
42+ "test" : " mocha --require esm tests/unit" ,
43+ "test-integration" : " mocha --require esm tests/integration" ,
4444 "lint" : " eslint --ext .ts --ext .js --ext .json ."
4545 }
4646}
You can’t perform that action at this time.
0 commit comments