Skip to content

Commit aec1d9a

Browse files
committed
Fix tests and upgrade deps (again)
1 parent 00951fb commit aec1d9a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
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
}

0 commit comments

Comments
 (0)