File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
77 extends : [
88 'eslint:recommended' ,
99 'plugin:@typescript-eslint/recommended' ,
10- 'prettier/@typescript-eslint ' ,
10+ 'prettier' ,
1111 'plugin:prettier/recommended'
1212 ] ,
1313 rules : {
Original file line number Diff line number Diff line change 1818 "dependencies" : {
1919 "axios" : " ^0.21.1" ,
2020 "esm" : " ^3.2.25" ,
21- "form-data" : " ^3 .0.0" ,
22- "socket.io-client" : " ^2.3.1 "
21+ "form-data" : " ^4 .0.0" ,
22+ "socket.io-client" : " ^2.4.0 "
2323 },
2424 "devDependencies" : {
25- "@types/node" : " ^14.14.19 " ,
26- "@types/socket.io-client" : " ^1.4.34 " ,
27- "@typescript-eslint/eslint-plugin" : " ^4.11.1 " ,
28- "@typescript-eslint/parser" : " ^4.11.1 " ,
29- "chai" : " ^4.2.0 " ,
30- "eslint" : " ^7.17 .0" ,
31- "eslint-config-prettier" : " ^7.1 .0" ,
25+ "@types/node" : " ^15.3.1 " ,
26+ "@types/socket.io-client" : " ^1.4.36 " ,
27+ "@typescript-eslint/eslint-plugin" : " ^4.24.0 " ,
28+ "@typescript-eslint/parser" : " ^4.24.0 " ,
29+ "chai" : " ^4.3.4 " ,
30+ "eslint" : " ^7.26 .0" ,
31+ "eslint-config-prettier" : " ^8.3 .0" ,
3232 "eslint-config-typescript" : " ^3.0.0" ,
33- "eslint-plugin-prettier" : " ^3.3 .0" ,
34- "mocha" : " ^8.2.1 " ,
35- "nock" : " ^13.0.5 " ,
36- "prettier" : " ^2.2.1 " ,
37- "typescript" : " ^4.1.3 "
33+ "eslint-plugin-prettier" : " ^3.4 .0" ,
34+ "mocha" : " ^8.4.0 " ,
35+ "nock" : " ^13.0.11 " ,
36+ "prettier" : " ^2.3.0 " ,
37+ "typescript" : " ^4.2.4 "
3838 },
3939 "scripts" : {
4040 "prepare" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments