Skip to content

Commit

Permalink
Bump deps (w/ util) (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Sep 15, 2023
1 parent 6aabb2f commit 32fa12c
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@polkadot/dev": "^0.76.25",
"@polkadot/util": "^12.4.2",
"@polkadot/util": "^12.5.1",
"@types/node": "^20.6.0",
"fflate": "^0.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2",
"@polkadot/x-randomvalues": "^12.4.2"
"@polkadot/util": "^12.5.1",
"@polkadot/x-randomvalues": "^12.5.1"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2"
"@polkadot/util": "^12.5.1"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-crypto-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2",
"@polkadot/x-randomvalues": "^12.4.2"
"@polkadot/util": "^12.5.1",
"@polkadot/x-randomvalues": "^12.5.1"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2"
"@polkadot/util": "^12.5.1"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2",
"@polkadot/x-randomvalues": "^12.4.2"
"@polkadot/util": "^12.5.1",
"@polkadot/x-randomvalues": "^12.5.1"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2"
"@polkadot/util": "^12.5.1"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
88 changes: 44 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,28 +453,28 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/util@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/util@npm:12.4.2"
dependencies:
"@polkadot/x-bigint": 12.4.2
"@polkadot/x-global": 12.4.2
"@polkadot/x-textdecoder": 12.4.2
"@polkadot/x-textencoder": 12.4.2
"@polkadot/util@npm:^12.5.1":
version: 12.5.1
resolution: "@polkadot/util@npm:12.5.1"
dependencies:
"@polkadot/x-bigint": 12.5.1
"@polkadot/x-global": 12.5.1
"@polkadot/x-textdecoder": 12.5.1
"@polkadot/x-textencoder": 12.5.1
"@types/bn.js": ^5.1.1
bn.js: ^5.2.1
tslib: ^2.6.2
checksum: 0814f02b4f78a07bf67f53616114dfd99a89c9fdad4b39645784caee86d100a5ce1705ef3947ef9f41673125988faad0dc3d8fa8fceef34ec71af3834290580d
checksum: 955d41c01cb3c7da72c4f5f8faed13e1af1fa9603a3a1dd9f282eb69b5ebbffb889e76c595d1252ff5f9665cb3c55f1a96f908b020dc79356f92b2d5ce1aa81e
languageName: node
linkType: hard

"@polkadot/[email protected], @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-bridge@workspace:packages/wasm-bridge"
dependencies:
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
"@polkadot/wasm-util": 7.2.3-5-x
"@polkadot/x-randomvalues": ^12.4.2
"@polkadot/x-randomvalues": ^12.5.1
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -486,7 +486,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs"
dependencies:
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -497,12 +497,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init"
dependencies:
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
"@polkadot/wasm-bridge": 7.2.3-5-x
"@polkadot/wasm-crypto-asmjs": 7.2.3-5-x
"@polkadot/wasm-crypto-wasm": 7.2.3-5-x
"@polkadot/wasm-util": 7.2.3-5-x
"@polkadot/x-randomvalues": ^12.4.2
"@polkadot/x-randomvalues": ^12.5.1
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -514,7 +514,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm"
dependencies:
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
"@polkadot/wasm-util": 7.2.3-5-x
tslib: ^2.6.2
peerDependencies:
Expand All @@ -526,13 +526,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto@workspace:packages/wasm-crypto"
dependencies:
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
"@polkadot/wasm-bridge": 7.2.3-5-x
"@polkadot/wasm-crypto-asmjs": 7.2.3-5-x
"@polkadot/wasm-crypto-init": 7.2.3-5-x
"@polkadot/wasm-crypto-wasm": 7.2.3-5-x
"@polkadot/wasm-util": 7.2.3-5-x
"@polkadot/x-randomvalues": ^12.4.2
"@polkadot/x-randomvalues": ^12.5.1
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -544,62 +544,62 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/wasm-util@workspace:packages/wasm-util"
dependencies:
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": "*"
languageName: unknown
linkType: soft

"@polkadot/x-bigint@npm:12.4.2":
version: 12.4.2
resolution: "@polkadot/x-bigint@npm:12.4.2"
"@polkadot/x-bigint@npm:12.5.1":
version: 12.5.1
resolution: "@polkadot/x-bigint@npm:12.5.1"
dependencies:
"@polkadot/x-global": 12.4.2
"@polkadot/x-global": 12.5.1
tslib: ^2.6.2
checksum: 91f38cd7ff4b22dd24d470f26817032ef26edac1591f7bf8c1ff648ab26cd05a968d1f17fe9aba523858af7dba6d40c2f8145a2a2bc33fbb722358bec1ab0a2b
checksum: 295d00b17860196c43ac4957ffb052ca68bb4319990876238e3f0925ca6ca9106810204136315491116a11a277d8a1e1fae65cc43a168505ee5a69a27404d2e0
languageName: node
linkType: hard

"@polkadot/x-global@npm:12.4.2":
version: 12.4.2
resolution: "@polkadot/x-global@npm:12.4.2"
"@polkadot/x-global@npm:12.5.1":
version: 12.5.1
resolution: "@polkadot/x-global@npm:12.5.1"
dependencies:
tslib: ^2.6.2
checksum: 1489013e6ae3dce3c9f31f38f4ef8ca0956a18d35d12354c49cb7b256fef6dcbd3285a0c223509c8ed826b9d85fd8f59708312a010f1b69d5ee92963e38c48ac
checksum: d45e3d6096674b7495992c6e45cf1a284db545c16107ba9adae241d6aefe13c27adfaf93d58a3079e6a6b63acb221eb3181c7f55dc34124b24b542154724c506
languageName: node
linkType: hard

"@polkadot/x-randomvalues@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/x-randomvalues@npm:12.4.2"
"@polkadot/x-randomvalues@npm:^12.5.1":
version: 12.5.1
resolution: "@polkadot/x-randomvalues@npm:12.5.1"
dependencies:
"@polkadot/x-global": 12.4.2
"@polkadot/x-global": 12.5.1
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": 12.4.2
"@polkadot/util": 12.5.1
"@polkadot/wasm-util": "*"
checksum: 630d6c7c5af493c5d72ebc6262939c0de8cbc252f93b8d4224a9c7006ae2c641a2ad4eeee4f5ba7140609bbc4aaa2841ef29f86e680dfd512a5f68bc616016f4
checksum: 52ee4b4206a98cac9e97e3d194db01fb4a540046672784442926478eaa2b2a74cebae59d10432671f544d72df5d623aedf57c301bcf447a4c72688ec3cb82fd5
languageName: node
linkType: hard

"@polkadot/x-textdecoder@npm:12.4.2":
version: 12.4.2
resolution: "@polkadot/x-textdecoder@npm:12.4.2"
"@polkadot/x-textdecoder@npm:12.5.1":
version: 12.5.1
resolution: "@polkadot/x-textdecoder@npm:12.5.1"
dependencies:
"@polkadot/x-global": 12.4.2
"@polkadot/x-global": 12.5.1
tslib: ^2.6.2
checksum: e9fe88b35cf355a8ddba3c60f2eeb58a60c58737c6f7272e392cda8d68fa57e508ad293a7551f86d926209acd1fe4e3a73f9d1b4b700dcfb061932fc007db205
checksum: 202a9e216e9b89cc74012fa3f6c96eeb368dc3e6fa3c943f28c37c20941a6c678506cbc136946e9ff100123aa43846eab7765af074de94dfdd23f4ce2242c794
languageName: node
linkType: hard

"@polkadot/x-textencoder@npm:12.4.2":
version: 12.4.2
resolution: "@polkadot/x-textencoder@npm:12.4.2"
"@polkadot/x-textencoder@npm:12.5.1":
version: 12.5.1
resolution: "@polkadot/x-textencoder@npm:12.5.1"
dependencies:
"@polkadot/x-global": 12.4.2
"@polkadot/x-global": 12.5.1
tslib: ^2.6.2
checksum: c6599caa628ac78fd49f21618ad2863fdcae73d31cc98ebc67929f1c7083e6ba5188c48d3ea8604ef57e9f45ce46f4c4c63b1571ed0058f3d78aa30f31075498
checksum: 7a8d99d203cbd9537e55405d737667ae8cd9ad40a9e3de52f2ef7580a23d27ebf7f7c52da4e0eca6ca34dc97aae33a97bab36afb54aaa7714f54a31931f94113
languageName: node
linkType: hard

Expand Down Expand Up @@ -7220,7 +7220,7 @@ fsevents@~2.3.2:
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@polkadot/dev": ^0.76.25
"@polkadot/util": ^12.4.2
"@polkadot/util": ^12.5.1
"@types/node": ^20.6.0
fflate: ^0.8.0
languageName: unknown
Expand Down

0 comments on commit 32fa12c

Please sign in to comment.