Merge pull request #5139 from blockscout/vb-eslint-major-update

Eslint major update
pull/5142/head
Victor Baranov 3 years ago committed by GitHub
commit 5fea9ad34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 802
      apps/block_scout_web/assets/package-lock.json
  3. 8
      apps/block_scout_web/assets/package.json

@ -6,6 +6,7 @@
### Fixes
### Chore
- [#5139](https://github.com/blockscout/blockscout/pull/5139) - Eslint major update
- [#5138](https://github.com/blockscout/blockscout/pull/5138) - Webpack minor update
- [#5119](https://github.com/blockscout/blockscout/pull/5119) - Inventory controller refactoring
- [#5118](https://github.com/blockscout/blockscout/pull/5118) - Fix top navigation template

File diff suppressed because it is too large Load Diff

@ -68,12 +68,12 @@
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "^6.2.0",
"jest": "^27.4.7",
"mini-css-extract-plugin": "^1.6.2",

Loading…
Cancel
Save