Skip to content

Commit

Permalink
Upgrade deps (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Aug 20, 2024
1 parent 83da578 commit f3948b9
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 102 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"test:wasm-crypto:rust": "cd packages/wasm-crypto && RUST_BACKTRACE=full cargo test --release -- --test-threads=1 --nocapture"
},
"devDependencies": {
"@polkadot/dev": "^0.79.1",
"@polkadot/util": "^12.6.2",
"@types/node": "^20.10.5",
"fflate": "^0.8.1"
"@polkadot/dev": "^0.79.3",
"@polkadot/util": "^13.0.2",
"@types/node": "^20.16.1",
"fflate": "^0.8.2"
},
"resolutions": {
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "7.3.3-11-x",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@polkadot/util": "^12.6.2",
"@polkadot/x-randomvalues": "^12.6.2"
"@polkadot/util": "^13.0.2",
"@polkadot/x-randomvalues": "^13.0.2"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-crypto-asmjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"version": "7.3.3-11-x",
"main": "index.js",
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@polkadot/util": "^12.6.2"
"@polkadot/util": "^13.0.2"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-crypto-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@polkadot/wasm-crypto-asmjs": "7.3.3-11-x",
"@polkadot/wasm-crypto-wasm": "7.3.3-11-x",
"@polkadot/wasm-util": "7.3.3-11-x",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@polkadot/util": "^12.6.2",
"@polkadot/x-randomvalues": "^12.6.2"
"@polkadot/util": "^13.0.2",
"@polkadot/x-randomvalues": "^13.0.2"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "7.3.3-11-x",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@polkadot/util": "^12.6.2"
"@polkadot/util": "^13.0.2"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@polkadot/wasm-crypto-init": "7.3.3-11-x",
"@polkadot/wasm-crypto-wasm": "7.3.3-11-x",
"@polkadot/wasm-util": "7.3.3-11-x",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@polkadot/util": "^12.6.2",
"@polkadot/x-randomvalues": "^12.6.2"
"@polkadot/util": "^13.0.2",
"@polkadot/x-randomvalues": "^13.0.2"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"version": "7.3.3-11-x",
"main": "index.js",
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@polkadot/util": "^12.6.2"
"@polkadot/util": "^13.0.2"
},
"peerDependencies": {
"@polkadot/util": "*"
Expand Down
Loading

0 comments on commit f3948b9

Please sign in to comment.