Bump dev deps (w/ code adjustments) (#1668)

This commit is contained in:
Jaco
2022-06-13 08:24:17 +02:00
committed by GitHub
parent 66d8992d59
commit 4d5d462e09
5 changed files with 440 additions and 438 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import fs from 'fs';
import * as fs from 'fs';
import { decodeAddress } from '@polkadot/util-crypto';
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import fs from 'fs';
import * as fs from 'fs';
import { decodeAddress } from '@polkadot/util-crypto';
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2020-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import fs from 'fs';
import * as fs from 'fs';
import { load as yamlParse } from 'js-yaml';
import { fetch } from '@polkadot/x-fetch';