diff --git a/package.json b/package.json
index b0d91fa3..20eea932 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
- "@polkadot/dev": "^0.70.1",
+ "@polkadot/dev": "^0.70.4",
"@polkadot/x-bundle": "^11.0.1",
"@types/node": "^18.14.6",
"react": "^18.2.0",
diff --git a/packages/react-qr/src/util.spec.ts b/packages/react-qr/src/util.spec.ts
index abf8daa7..88dd4077 100644
--- a/packages/react-qr/src/util.spec.ts
+++ b/packages/react-qr/src/util.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/react-qr authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import { u8aConcat, u8aToHex, u8aToString } from '@polkadot/util';
diff --git a/packages/ui-keyring/src/options/index.spec.ts b/packages/ui-keyring/src/options/index.spec.ts
index c4397e38..1481b154 100644
--- a/packages/ui-keyring/src/options/index.spec.ts
+++ b/packages/ui-keyring/src/options/index.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import type { KeyringStruct } from '../types';
diff --git a/packages/ui-shared/src/icons/beachball/colors.spec.ts b/packages/ui-shared/src/icons/beachball/colors.spec.ts
index 52e0175c..04e7e09d 100644
--- a/packages/ui-shared/src/icons/beachball/colors.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/colors.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import type { ColorGen } from './types';
diff --git a/packages/ui-shared/src/icons/beachball/container.spec.ts b/packages/ui-shared/src/icons/beachball/container.spec.ts
index ad6cd0a5..16e47e07 100644
--- a/packages/ui-shared/src/icons/beachball/container.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/container.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import { container } from './container';
diff --git a/packages/ui-shared/src/icons/beachball/index.spec.ts b/packages/ui-shared/src/icons/beachball/index.spec.ts
index 3631934c..26829338 100644
--- a/packages/ui-shared/src/icons/beachball/index.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/index.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import xmlserializer from 'xmlserializer';
diff --git a/packages/ui-shared/src/icons/beachball/seeder.spec.ts b/packages/ui-shared/src/icons/beachball/seeder.spec.ts
index 83dc7212..78fa8555 100644
--- a/packages/ui-shared/src/icons/beachball/seeder.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/seeder.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import type { Seeder } from './types';
diff --git a/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts b/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts
index cd575320..50d4dbac 100644
--- a/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import xmlserializer from 'xmlserializer';
diff --git a/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts b/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts
index ba2485bf..187478d7 100644
--- a/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import xs from 'xmlserializer';
diff --git a/packages/ui-shared/src/icons/beachball/svg/element.spec.ts b/packages/ui-shared/src/icons/beachball/svg/element.spec.ts
index 6718765c..a7eef24d 100644
--- a/packages/ui-shared/src/icons/beachball/svg/element.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/svg/element.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import xs from 'xmlserializer';
diff --git a/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts b/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts
index 63fc28c0..cd44b70f 100644
--- a/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import xs from 'xmlserializer';
diff --git a/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts b/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts
index 18d2e32e..9fa6b963 100644
--- a/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts
+++ b/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import xs from 'xmlserializer';
diff --git a/packages/ui-shared/src/icons/polkadot.spec.ts b/packages/ui-shared/src/icons/polkadot.spec.ts
index c3650d39..43569a33 100644
--- a/packages/ui-shared/src/icons/polkadot.spec.ts
+++ b/packages/ui-shared/src/icons/polkadot.spec.ts
@@ -1,7 +1,6 @@
// Copyright 2018-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
-// eslint-disable-next-line spaced-comment
///
import { polkadotIcon } from './polkadot';
diff --git a/yarn.lock b/yarn.lock
index fbf38ae9..992f222c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1397,9 +1397,9 @@ __metadata:
languageName: node
linkType: hard
-"@polkadot/dev@npm:^0.70.1":
- version: 0.70.1
- resolution: "@polkadot/dev@npm:0.70.1"
+"@polkadot/dev@npm:^0.70.4":
+ version: 0.70.4
+ resolution: "@polkadot/dev@npm:0.70.4"
dependencies:
"@eslint/js": ^8.35.0
"@rollup/plugin-alias": ^4.0.3
@@ -1464,7 +1464,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
- checksum: 51b257671a11356f40c2b9da716fdf40514e028ab68c2300dc8eadde0ede1b7d29553e0858ffcec5008d782ecc7c82aced7a5b8f0d1fe6c528381d8a704f4f94
+ checksum: 446bc7a0637a91d30829d5fccb2b6c74d9f54bc7e67290c11cfca56a0f528a33b5ee1b066ed9bde6b669d866c89e3895ff7a44b79210bb549dd406afccc0ca9d
languageName: node
linkType: hard
@@ -11126,7 +11126,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
- "@polkadot/dev": ^0.70.1
+ "@polkadot/dev": ^0.70.4
"@polkadot/x-bundle": ^11.0.1
"@types/node": ^18.14.6
react: ^18.2.0