Skip to content

Commit 194d1a6

Browse files
authored
Bump common (#514)
1 parent fbb7d77 commit 194d1a6

File tree

8 files changed

+58
-55
lines changed

8 files changed

+58
-55
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"devDependencies": {
4747
"@polkadot/dev": "^0.73.2",
48-
"@polkadot/util": "^11.1.3",
49-
"@polkadot/x-randomvalues": "^11.1.3",
48+
"@polkadot/util": "^12.0.1",
49+
"@polkadot/x-randomvalues": "^12.0.1",
5050
"@types/node": "^18.15.13",
5151
"fflate": "^0.7.4"
5252
},

packages/wasm-bridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"tslib": "^2.5.0"
2626
},
2727
"devDependencies": {
28-
"@polkadot/util": "^11.1.3",
29-
"@polkadot/x-randomvalues": "^11.1.3"
28+
"@polkadot/util": "^12.0.1",
29+
"@polkadot/x-randomvalues": "^12.0.1"
3030
},
3131
"peerDependencies": {
3232
"@polkadot/util": "*",

packages/wasm-crypto-asmjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tslib": "^2.5.0"
2222
},
2323
"devDependencies": {
24-
"@polkadot/util": "^11.1.3"
24+
"@polkadot/util": "^12.0.1"
2525
},
2626
"peerDependencies": {
2727
"@polkadot/util": "*"

packages/wasm-crypto-init/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"tslib": "^2.5.0"
3131
},
3232
"devDependencies": {
33-
"@polkadot/util": "^11.1.3",
34-
"@polkadot/x-randomvalues": "^11.1.3"
33+
"@polkadot/util": "^12.0.1",
34+
"@polkadot/x-randomvalues": "^12.0.1"
3535
},
3636
"peerDependencies": {
3737
"@polkadot/util": "*",

packages/wasm-crypto-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"tslib": "^2.5.0"
2323
},
2424
"devDependencies": {
25-
"@polkadot/util": "^11.1.3"
25+
"@polkadot/util": "^12.0.1"
2626
},
2727
"peerDependencies": {
2828
"@polkadot/util": "*"

packages/wasm-crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"tslib": "^2.5.0"
3838
},
3939
"devDependencies": {
40-
"@polkadot/util": "^11.1.3",
41-
"@polkadot/x-randomvalues": "^11.1.3"
40+
"@polkadot/util": "^12.0.1",
41+
"@polkadot/x-randomvalues": "^12.0.1"
4242
},
4343
"peerDependencies": {
4444
"@polkadot/util": "*",

packages/wasm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"tslib": "^2.5.0"
2525
},
2626
"devDependencies": {
27-
"@polkadot/util": "^11.1.3"
27+
"@polkadot/util": "^12.0.1"
2828
},
2929
"peerDependencies": {
3030
"@polkadot/util": "*"

yarn.lock

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -443,28 +443,28 @@ __metadata:
443443
languageName: node
444444
linkType: hard
445445

446-
"@polkadot/util@npm:^11.1.3":
447-
version: 11.1.3
448-
resolution: "@polkadot/util@npm:11.1.3"
449-
dependencies:
450-
"@polkadot/x-bigint": 11.1.3
451-
"@polkadot/x-global": 11.1.3
452-
"@polkadot/x-textdecoder": 11.1.3
453-
"@polkadot/x-textencoder": 11.1.3
446+
"@polkadot/util@npm:^12.0.1":
447+
version: 12.0.1
448+
resolution: "@polkadot/util@npm:12.0.1"
449+
dependencies:
450+
"@polkadot/x-bigint": 12.0.1
451+
"@polkadot/x-global": 12.0.1
452+
"@polkadot/x-textdecoder": 12.0.1
453+
"@polkadot/x-textencoder": 12.0.1
454454
"@types/bn.js": ^5.1.1
455455
bn.js: ^5.2.1
456456
tslib: ^2.5.0
457-
checksum: 69c5083c65ea4c4f186e08a3ddbae50111309bdec7908487516eceb93e218d470156d26d2dfbb17713423ff32c4995f994cc10317c22d6fa7202d5d722549908
457+
checksum: b680726031c6f821db57d1fe8122d95a71bdedfdf2c9e1421e34728eefca0e70350914d48803e49d29a47eeab67d863e7e6285b5751368e77751d28ee80d734e
458458
languageName: node
459459
linkType: hard
460460

461461
"@polkadot/wasm-bridge@7.1.1, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
462462
version: 0.0.0-use.local
463463
resolution: "@polkadot/wasm-bridge@workspace:packages/wasm-bridge"
464464
dependencies:
465-
"@polkadot/util": ^11.1.3
465+
"@polkadot/util": ^12.0.1
466466
"@polkadot/wasm-util": 7.1.1
467-
"@polkadot/x-randomvalues": ^11.1.3
467+
"@polkadot/x-randomvalues": ^12.0.1
468468
tslib: ^2.5.0
469469
peerDependencies:
470470
"@polkadot/util": "*"
@@ -476,7 +476,7 @@ __metadata:
476476
version: 0.0.0-use.local
477477
resolution: "@polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs"
478478
dependencies:
479-
"@polkadot/util": ^11.1.3
479+
"@polkadot/util": ^12.0.1
480480
tslib: ^2.5.0
481481
peerDependencies:
482482
"@polkadot/util": "*"
@@ -487,12 +487,12 @@ __metadata:
487487
version: 0.0.0-use.local
488488
resolution: "@polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init"
489489
dependencies:
490-
"@polkadot/util": ^11.1.3
490+
"@polkadot/util": ^12.0.1
491491
"@polkadot/wasm-bridge": 7.1.1
492492
"@polkadot/wasm-crypto-asmjs": 7.1.1
493493
"@polkadot/wasm-crypto-wasm": 7.1.1
494494
"@polkadot/wasm-util": 7.1.1
495-
"@polkadot/x-randomvalues": ^11.1.3
495+
"@polkadot/x-randomvalues": ^12.0.1
496496
tslib: ^2.5.0
497497
peerDependencies:
498498
"@polkadot/util": "*"
@@ -504,7 +504,7 @@ __metadata:
504504
version: 0.0.0-use.local
505505
resolution: "@polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm"
506506
dependencies:
507-
"@polkadot/util": ^11.1.3
507+
"@polkadot/util": ^12.0.1
508508
"@polkadot/wasm-util": 7.1.1
509509
tslib: ^2.5.0
510510
peerDependencies:
@@ -516,13 +516,13 @@ __metadata:
516516
version: 0.0.0-use.local
517517
resolution: "@polkadot/wasm-crypto@workspace:packages/wasm-crypto"
518518
dependencies:
519-
"@polkadot/util": ^11.1.3
519+
"@polkadot/util": ^12.0.1
520520
"@polkadot/wasm-bridge": 7.1.1
521521
"@polkadot/wasm-crypto-asmjs": 7.1.1
522522
"@polkadot/wasm-crypto-init": 7.1.1
523523
"@polkadot/wasm-crypto-wasm": 7.1.1
524524
"@polkadot/wasm-util": 7.1.1
525-
"@polkadot/x-randomvalues": ^11.1.3
525+
"@polkadot/x-randomvalues": ^12.0.1
526526
tslib: ^2.5.0
527527
peerDependencies:
528528
"@polkadot/util": "*"
@@ -534,59 +534,62 @@ __metadata:
534534
version: 0.0.0-use.local
535535
resolution: "@polkadot/wasm-util@workspace:packages/wasm-util"
536536
dependencies:
537-
"@polkadot/util": ^11.1.3
537+
"@polkadot/util": ^12.0.1
538538
tslib: ^2.5.0
539539
peerDependencies:
540540
"@polkadot/util": "*"
541541
languageName: unknown
542542
linkType: soft
543543

544-
"@polkadot/x-bigint@npm:11.1.3":
545-
version: 11.1.3
546-
resolution: "@polkadot/x-bigint@npm:11.1.3"
544+
"@polkadot/x-bigint@npm:12.0.1":
545+
version: 12.0.1
546+
resolution: "@polkadot/x-bigint@npm:12.0.1"
547547
dependencies:
548-
"@polkadot/x-global": 11.1.3
548+
"@polkadot/x-global": 12.0.1
549549
tslib: ^2.5.0
550-
checksum: e7d72b8bb1fafb0db8cfc66e5a8fff4559d0c6f6d60f29ed554ea6c278c0438cf0f1d1a87556e364d86675c821658b791df75b3072dcdea40c6cb0049d462833
550+
checksum: 19c3f15c739b7868506e33e77c90a0a9900eaa3e9acd860dd446586b8e6652b69952793c39f592f7f22b3e58780493a9c97eb9aa8c2ae98cefd18706d22ccc6f
551551
languageName: node
552552
linkType: hard
553553

554-
"@polkadot/x-global@npm:11.1.3":
555-
version: 11.1.3
556-
resolution: "@polkadot/x-global@npm:11.1.3"
554+
"@polkadot/x-global@npm:12.0.1":
555+
version: 12.0.1
556+
resolution: "@polkadot/x-global@npm:12.0.1"
557557
dependencies:
558558
tslib: ^2.5.0
559-
checksum: 997b843e519168e9b845f5e67129aef2673761f9398fe51015f717eb65cb9aa393836cc9d8ed70668b84a0e1a0a73f8cd6810beb638fed9c8a8b5c7ebeee8ab3
559+
checksum: 481c8305c41c72e9ca1afff9b74d4cff9639179d9796ffb9cd0d431c08c28f6007d2cbc3aef8260a838d72ec09198083ae4436235102f24987941f41a0b60d0a
560560
languageName: node
561561
linkType: hard
562562

563-
"@polkadot/x-randomvalues@npm:^11.1.3":
564-
version: 11.1.3
565-
resolution: "@polkadot/x-randomvalues@npm:11.1.3"
563+
"@polkadot/x-randomvalues@npm:^12.0.1":
564+
version: 12.0.1
565+
resolution: "@polkadot/x-randomvalues@npm:12.0.1"
566566
dependencies:
567-
"@polkadot/x-global": 11.1.3
567+
"@polkadot/x-global": 12.0.1
568568
tslib: ^2.5.0
569-
checksum: 2f0921ba0188827b42659083375d4bcf5b481433102238b436e43e006b07ae7fc2d96e41205b21ba5dca3f48c7ec5d1b8aa1da674cf0b7de2d459a125b48252c
569+
peerDependencies:
570+
"@polkadot/util": 12.0.1
571+
"@polkadot/wasm-util": "*"
572+
checksum: 4b678e141b6d596b0335bdd23a2fd92348514136100868048ce4ece5424509e9d8cf72e57a3337911775fa505be7b80bb2d9f4f1f5b797e787fc77947b10cbe7
570573
languageName: node
571574
linkType: hard
572575

573-
"@polkadot/x-textdecoder@npm:11.1.3":
574-
version: 11.1.3
575-
resolution: "@polkadot/x-textdecoder@npm:11.1.3"
576+
"@polkadot/x-textdecoder@npm:12.0.1":
577+
version: 12.0.1
578+
resolution: "@polkadot/x-textdecoder@npm:12.0.1"
576579
dependencies:
577-
"@polkadot/x-global": 11.1.3
580+
"@polkadot/x-global": 12.0.1
578581
tslib: ^2.5.0
579-
checksum: 6c049b2d8728771199072123392452441a7107a658261c42e2ee7389d76fed5467195e072069265153a12b039deaaf17fd72189688244e0c8c288b114b50e07f
582+
checksum: 73104c280e488a694a70384bb2f5acc2ff9d25d1fba5d5802309d04ce0a2124d305ffacf39efdd6c75c27e1c2bba20ee8222f80aabaf7d7a1a3ea19d8cff56ed
580583
languageName: node
581584
linkType: hard
582585

583-
"@polkadot/x-textencoder@npm:11.1.3":
584-
version: 11.1.3
585-
resolution: "@polkadot/x-textencoder@npm:11.1.3"
586+
"@polkadot/x-textencoder@npm:12.0.1":
587+
version: 12.0.1
588+
resolution: "@polkadot/x-textencoder@npm:12.0.1"
586589
dependencies:
587-
"@polkadot/x-global": 11.1.3
590+
"@polkadot/x-global": 12.0.1
588591
tslib: ^2.5.0
589-
checksum: 5263e8e48876da03afcaf0ed0859a64e201914fda4ae0f10c282b43283e0614c58381e5f20f86d09755a96b3960482ee39ce7a452ce32f2a2dcd2d04a6937402
592+
checksum: df4e6d7d3327ce79d241cf0a0757691066f7f62bc90fab089a45969835c3fd0055261646b8452c7dda1776d5c0852571af86dac25d82649fd1966b39ff8d01af
590593
languageName: node
591594
linkType: hard
592595

@@ -6897,8 +6900,8 @@ fsevents@~2.3.2:
68976900
resolution: "root-workspace-0b6124@workspace:."
68986901
dependencies:
68996902
"@polkadot/dev": ^0.73.2
6900-
"@polkadot/util": ^11.1.3
6901-
"@polkadot/x-randomvalues": ^11.1.3
6903+
"@polkadot/util": ^12.0.1
6904+
"@polkadot/x-randomvalues": ^12.0.1
69026905
"@types/node": ^18.15.13
69036906
fflate: ^0.7.4
69046907
languageName: unknown

0 commit comments

Comments
 (0)