Skip to content

Commit

Permalink
chore: revert eslint package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Apr 5, 2024
1 parent ec7e262 commit e4200a0
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"bitcoinjs-lib": "^6.1.5",
"bitcoinjs-message": "^2.2.0",
"tiny-secp256k1": "^2.2.3",
"winston": "^3.13.0"
"winston": "3.13.0"
}
}
7 changes: 2 additions & 5 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@
"@types/mysql": "^2.15.21",
"@types/node": "^17.0.45",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.6.4",
"sequelize-cli": "^6.6.1",
"ts-jest": "^29.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/wallet-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"@types/aws-lambda": "^8.10.95",
"@types/jest": "^27.0.24",
"@types/node": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^3.3.0",
"bitcore-lib": "8.25.10",
"dotenv": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-module-resolver": "^0.16.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit e4200a0

Please sign in to comment.