Skip to content

Commit

Permalink
Merge pull request #1529 from oasisprotocol/renovate/major-lint-depen…
Browse files Browse the repository at this point in the history
…dencies

Update lint dependencies (major)
  • Loading branch information
buberdds authored Jul 14, 2023
2 parents bf72984 + 6c1107b commit 4874460
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 81 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@
"@types/valid-url": "1.0.4",
"@types/w3c-web-usb": "1.0.6",
"@types/webextension-polyfill": "0.10.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"babel-plugin-istanbul": "6.1.1",
"cypress": "12.17.1",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
Expand All @@ -131,7 +131,7 @@
"parcel": "2.9.3",
"parcel-transformer-env-variables-injection": "0.1.2",
"portable-fetch": "3.0.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"process": "0.11.10",
"react-test-renderer": "18.2.0",
"redux-saga-test-plan": "4.0.6",
Expand All @@ -149,7 +149,7 @@
"resolutions": {
"@ledgerhq/hw-transport": "^6.27.6",
"@testing-library/dom": "9.3.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"bip39": "3.1.0",
"eslint-plugin-react": "7.32.2",
"grommet-icons": "4.11.0",
Expand Down
6 changes: 5 additions & 1 deletion src/types/errors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export class WalletError extends Error {
constructor(public readonly type: WalletErrors, message: string, public readonly originalError?: Error) {
constructor(
public readonly type: WalletErrors,
message: string,
public readonly originalError?: Error,
) {
super(message)
}
}
Expand Down
Loading

0 comments on commit 4874460

Please sign in to comment.