Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 2, 2022
1 parent 15314a1 commit da2adb6
Show file tree
Hide file tree
Showing 20 changed files with 355 additions and 83 deletions.
243 changes: 196 additions & 47 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/eslint": "^7.2.10",
"@types/eslint": "^8.0.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.0.0",
"@types/prettier": "^2.0.2",
Expand All @@ -53,7 +53,7 @@
"auto-changelog": "^2.3.0",
"codecov": "^3.7.2",
"cross-env": "^7.0.2",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-jest": "^25.0.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/guardian-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@arkecosystem/core-transaction-pool": "^3.0.0",
"@arkecosystem/core-transactions": "^3.0.0",
"@sindresorhus/tsconfig": "^2.0.0",
"@types/eslint": "^7.2.10",
"@types/eslint": "^8.0.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/hapi__boom": "^7.4.1",
"@types/hapi__joi": "^17.1.6",
Expand All @@ -70,7 +70,7 @@
"@typescript-eslint/parser": "^5.0.0",
"codecov": "^3.8.1",
"cross-env": "^7.0.2",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-jest": "^25.0.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/guardian-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"@arkecosystem/core-test-framework": "^3.0.0",
"@arkecosystem/core-transaction-pool": "^3.0.0",
"@sindresorhus/tsconfig": "~2.0.0",
"@types/eslint": "^7.2.10",
"@types/eslint": "^8.0.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.0.0",
"@types/prettier": "^2.1.5",
"bip39": "3.0.4",
"codecov": "^3.8.1",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "~27.5.0",
"jest-extended": "~1.2.0",
Expand Down
Loading

0 comments on commit da2adb6

Please sign in to comment.