mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-19 13:25:45 +00:00
Bump dev deps (#726)
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
"test:one": "polkadot-dev-run-test --env browser"
|
"test:one": "polkadot-dev-run-test --env browser"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/dev": "^0.70.1",
|
"@polkadot/dev": "^0.70.4",
|
||||||
"@polkadot/x-bundle": "^11.0.1",
|
"@polkadot/x-bundle": "^11.0.1",
|
||||||
"@types/node": "^18.14.6",
|
"@types/node": "^18.14.6",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
|
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import { u8aConcat, u8aToHex, u8aToString } from '@polkadot/util';
|
import { u8aConcat, u8aToHex, u8aToString } from '@polkadot/util';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import type { KeyringStruct } from '../types';
|
import type { KeyringStruct } from '../types';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import type { ColorGen } from './types';
|
import type { ColorGen } from './types';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import { container } from './container';
|
import { container } from './container';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import xmlserializer from 'xmlserializer';
|
import xmlserializer from 'xmlserializer';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import type { Seeder } from './types';
|
import type { Seeder } from './types';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import xmlserializer from 'xmlserializer';
|
import xmlserializer from 'xmlserializer';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import xs from 'xmlserializer';
|
import xs from 'xmlserializer';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import xs from 'xmlserializer';
|
import xs from 'xmlserializer';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import xs from 'xmlserializer';
|
import xs from 'xmlserializer';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import xs from 'xmlserializer';
|
import xs from 'xmlserializer';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Copyright 2018-2023 @polkadot/ui-shared authors & contributors
|
// Copyright 2018-2023 @polkadot/ui-shared authors & contributors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// eslint-disable-next-line spaced-comment
|
|
||||||
/// <reference types="@polkadot/dev/node/test/node" />
|
/// <reference types="@polkadot/dev/node/test/node" />
|
||||||
|
|
||||||
import { polkadotIcon } from './polkadot';
|
import { polkadotIcon } from './polkadot';
|
||||||
|
|||||||
@@ -1397,9 +1397,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@polkadot/dev@npm:^0.70.1":
|
"@polkadot/dev@npm:^0.70.4":
|
||||||
version: 0.70.1
|
version: 0.70.4
|
||||||
resolution: "@polkadot/dev@npm:0.70.1"
|
resolution: "@polkadot/dev@npm:0.70.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint/js": ^8.35.0
|
"@eslint/js": ^8.35.0
|
||||||
"@rollup/plugin-alias": ^4.0.3
|
"@rollup/plugin-alias": ^4.0.3
|
||||||
@@ -1464,7 +1464,7 @@ __metadata:
|
|||||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||||
checksum: 51b257671a11356f40c2b9da716fdf40514e028ab68c2300dc8eadde0ede1b7d29553e0858ffcec5008d782ecc7c82aced7a5b8f0d1fe6c528381d8a704f4f94
|
checksum: 446bc7a0637a91d30829d5fccb2b6c74d9f54bc7e67290c11cfca56a0f528a33b5ee1b066ed9bde6b669d866c89e3895ff7a44b79210bb549dd406afccc0ca9d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -11126,7 +11126,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "root-workspace-0b6124@workspace:."
|
resolution: "root-workspace-0b6124@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@polkadot/dev": ^0.70.1
|
"@polkadot/dev": ^0.70.4
|
||||||
"@polkadot/x-bundle": ^11.0.1
|
"@polkadot/x-bundle": ^11.0.1
|
||||||
"@types/node": ^18.14.6
|
"@types/node": ^18.14.6
|
||||||
react: ^18.2.0
|
react: ^18.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user