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
+3 -3
View File
@@ -28,13 +28,13 @@
"test": "polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
},
"dependencies": {
"@pinata/sdk": "^1.1.25",
"@pinata/sdk": "^1.1.26",
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@polkadot/dev": "^0.66.34",
"@types/jest": "^28.1.0"
"@polkadot/dev": "^0.66.37",
"@types/jest": "^28.1.1"
},
"resolutions": {
"typescript": "^4.7.3"
+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';
+434 -432
View File
File diff suppressed because it is too large Load Diff