Skip to content

Commit fc217b6

Browse files
authored
Bump dev (#1905)
1 parent fb42e8f commit fc217b6

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:one": "polkadot-dev-run-test --env browser"
3838
},
3939
"devDependencies": {
40-
"@polkadot/dev": "^0.78.3",
40+
"@polkadot/dev": "^0.78.4",
4141
"@types/node": "^20.10.5"
4242
},
4343
"resolutions": {

packages/util/src/packageDetect.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Copyright 2017-2023 @polkadot/util authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
// Do not edit, auto-generated by @polkadot/dev
5+
// (packageInfo imports will be kept as-is, user-editable)
6+
47
import { packageInfo as decoderInfo } from '@polkadot/x-textdecoder';
58
import { packageInfo as encoderInfo } from '@polkadot/x-textencoder';
69

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -470,34 +470,34 @@ __metadata:
470470
languageName: node
471471
linkType: hard
472472

473-
"@polkadot/dev-test@npm:^0.78.3":
474-
version: 0.78.3
475-
resolution: "@polkadot/dev-test@npm:0.78.3"
473+
"@polkadot/dev-test@npm:^0.78.4":
474+
version: 0.78.4
475+
resolution: "@polkadot/dev-test@npm:0.78.4"
476476
dependencies:
477477
jsdom: "npm:^23.0.1"
478478
tslib: "npm:^2.6.2"
479-
checksum: 8ea03f6bcb1216f309627ad97eac75509e0fd1907b693bbf28f87a435606aba445268d4232bb21891182af946d11f5d5011717a30227ab7a02ededf01d8c223e
479+
checksum: 9968b813c644e24f109d146811abc9bb147336f059110271c8253ad7a0d9aadc7d22ddcb8bbecea3c37ecddafe09cc98fc2c651feb7f551cffcf1f9911fe9d3b
480480
languageName: node
481481
linkType: hard
482482

483-
"@polkadot/dev-ts@npm:^0.78.3":
484-
version: 0.78.3
485-
resolution: "@polkadot/dev-ts@npm:0.78.3"
483+
"@polkadot/dev-ts@npm:^0.78.4":
484+
version: 0.78.4
485+
resolution: "@polkadot/dev-ts@npm:0.78.4"
486486
dependencies:
487487
json5: "npm:^2.2.3"
488488
tslib: "npm:^2.6.2"
489489
typescript: "npm:^5.3.3"
490-
checksum: f99a4fd13808ef4dc7bca8582353b361fbbcfae0aacc964ba0e2706acf92bbf0cd9694dedb169e6fba0280c71d7d5b50a9e0315c47bb3a95be0343fa5da33432
490+
checksum: ee495b9abe5e9d73262eb992eab1e9ff4fccf64fe26721b8d3c4078124908d2c82185aef99431f193db007c20229227a1bdfc0c0fcfff9e06106be2a31d3acb4
491491
languageName: node
492492
linkType: hard
493493

494-
"@polkadot/dev@npm:^0.78.3":
495-
version: 0.78.3
496-
resolution: "@polkadot/dev@npm:0.78.3"
494+
"@polkadot/dev@npm:^0.78.4":
495+
version: 0.78.4
496+
resolution: "@polkadot/dev@npm:0.78.4"
497497
dependencies:
498498
"@eslint/js": "npm:^8.56.0"
499-
"@polkadot/dev-test": "npm:^0.78.3"
500-
"@polkadot/dev-ts": "npm:^0.78.3"
499+
"@polkadot/dev-test": "npm:^0.78.4"
500+
"@polkadot/dev-ts": "npm:^0.78.4"
501501
"@rollup/plugin-alias": "npm:^5.1.0"
502502
"@rollup/plugin-commonjs": "npm:^25.0.7"
503503
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.2"
@@ -562,7 +562,7 @@ __metadata:
562562
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
563563
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
564564
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
565-
checksum: 0c4a0330f3505e3c0bd75686a6b1f9220a58ac21b458ef05bdbc7e83fbd0c5d7107d8c518d542eb05108d000b5aca46c6a1380e258018ddba5912cc7479b3de3
565+
checksum: 24bfb6022bfd2277234857a77429daecd842facfec3176890a4e159e09e508ec521574b2d10fe0910aac3d82d0f052702e9e5fda579513d114dc5176ed112f58
566566
languageName: node
567567
linkType: hard
568568

@@ -8062,7 +8062,7 @@ __metadata:
80628062
version: 0.0.0-use.local
80638063
resolution: "root-workspace-0b6124@workspace:."
80648064
dependencies:
8065-
"@polkadot/dev": "npm:^0.78.3"
8065+
"@polkadot/dev": "npm:^0.78.4"
80668066
"@types/node": "npm:^20.10.5"
80678067
languageName: unknown
80688068
linkType: soft

0 commit comments

Comments
 (0)