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] authored Mar 30, 2023
1 parent 3d3f2a7 commit e3e189b
Show file tree
Hide file tree
Showing 30 changed files with 532 additions and 103 deletions.
340 changes: 284 additions & 56 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.
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 @@ -39,7 +39,7 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/eslint": "^7.2.7",
"@types/eslint": "^8.0.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.0.0",
"@types/node": "^14.14.37",
Expand All @@ -50,7 +50,7 @@
"@yarnpkg/pnpify": "^3.0.0",
"codecov": "^3.7.2",
"cross-env": "^7.0.2",
"eslint": "^7.23.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/notarization-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@arkecosystem/core-transaction-pool": "^3.0.0-next",
"@arkecosystem/core-transactions": "^3.0.0-next",
"@sindresorhus/tsconfig": "^2.0.0",
"@types/eslint": "^7.2.7",
"@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": "^4.8.1",
"codecov": "^3.8.1",
"cross-env": "^7.0.2",
"eslint": "^7.23.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/notarization-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"@arkecosystem/core-test-framework": "^3.0.0-next",
"@arkecosystem/core-transaction-pool": "^3.0.0-next",
"@sindresorhus/tsconfig": "~2.0.0",
"@types/eslint": "^7.2.7",
"@types/eslint": "^8.0.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.0.0",
"@types/node": "^14.14.37",
"@types/prettier": "^2.1.5",
"@types/rimraf": "^3.0.0",
"bip39": "3.0.4",
"codecov": "^3.8.1",
"eslint": "7.32.0",
"eslint": "8.37.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "~27.2.0",
"jest-extended": "~0.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "EUPL-1.2",
"devDependencies": {
"eslint": "^7.23.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Loading

0 comments on commit e3e189b

Please sign in to comment.