Skip to content

Commit

Permalink
fix linter..
Browse files Browse the repository at this point in the history
  • Loading branch information
jankjr committed Jul 27, 2023
1 parent 4552339 commit e1e5ef7
Show file tree
Hide file tree
Showing 2 changed files with 691 additions and 373 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@
"@types/lodash": "^4.14.177",
"@types/mocha": "^9.0.0",
"@types/node": "^12.20.37",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"axios": "^0.24.0",
"bignumber.js": "^9.1.1",
"caip": "^1.1.0",
"chai": "^4.3.4",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"eth-permit": "^0.2.1",
"ethers": "^5.7.2",
"fast-check": "^2.24.0",
Expand All @@ -96,9 +96,9 @@
"lodash.get": "^4.4.2",
"mocha-chai-jest-snapshot": "^1.1.3",
"prettier": "2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"prettier-plugin-solidity": "1.0.0-beta.13",
"solhint": "3.3.6",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^4.1.0",
Expand Down
Loading

0 comments on commit e1e5ef7

Please sign in to comment.