Skip to content

Commit

Permalink
chore(deps): update api
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent fcb9a02 commit 101c275
Show file tree
Hide file tree
Showing 4 changed files with 682 additions and 589 deletions.
2 changes: 1 addition & 1 deletion api/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "GPL-3.0",
"dependencies": {
"@gear-js/api": "file:..",
"@polkadot/api": "10.12.3",
"@polkadot/api": "10.13.1",
"dotenv": "^16.0.0",
"rxjs": "^7.5.5",
"ts-node": "^10.4.0"
Expand Down
20 changes: 10 additions & 10 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@
},
"license": "GPL-3.0",
"peerDependencies": {
"@polkadot/api": "11.0.2",
"@polkadot/api": "11.1.1",
"@polkadot/wasm-crypto": "7.3.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.23.6",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@polkadot/api": "10.12.3",
"@polkadot/typegen": "10.12.3",
"@polkadot/types": "10.12.3",
"@polkadot/types-codec": "10.12.3",
"@babel/plugin-transform-typescript": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@polkadot/api": "10.13.1",
"@polkadot/typegen": "10.13.1",
"@polkadot/types": "10.13.1",
"@polkadot/types-codec": "10.13.1",
"@polkadot/wasm-crypto": "7.3.2",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
Expand All @@ -79,7 +79,7 @@
"rxjs": "7.8.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"lint-staged": {
"*.ts": [
Expand Down
45 changes: 17 additions & 28 deletions api/programs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 101c275

Please sign in to comment.