Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent f4524a8 commit da9f21d
Show file tree
Hide file tree
Showing 5 changed files with 626 additions and 546 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.9.1",
"@polkadot/api": "10.10.1",
"dotenv": "^16.0.0",
"rxjs": "^7.5.5",
"ts-node": "^10.4.0"
Expand Down
30 changes: 15 additions & 15 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,34 +48,34 @@
},
"license": "GPL-3.0",
"peerDependencies": {
"@polkadot/api": "10.9.1",
"@polkadot/wasm-crypto": "7.2.1",
"@polkadot/api": "10.10.1",
"@polkadot/wasm-crypto": "7.2.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@polkadot/api": "10.9.1",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@polkadot/api": "10.10.1",
"@polkadot/typegen": "^10.9.1",
"@polkadot/types": "10.9.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "^10.9.1",
"@polkadot/wasm-crypto": "7.2.1",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-typescript": "11.1.3",
"@polkadot/wasm-crypto": "7.2.2",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.5",
"@types/jest": "^29.5.2",
"@types/rollup-plugin-peer-deps-external": "2.2.1",
"@types/rollup-plugin-peer-deps-external": "2.2.2",
"@typescript-eslint/parser": "5.62.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-jest": "^29.5.0",
"eslint": "8.49.0",
"eslint": "8.51.0",
"jest": "^29.5.0",
"rollup": "3.29.1",
"rollup": "3.29.4",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.35.0",
"rollup-plugin-typescript2": "0.36.0",
"rxjs": "7.8.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions api/programs/Cargo.lock

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

2 changes: 1 addition & 1 deletion api/programs/test-meta/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gmeta = { git = "https://github.com/gear-tech/gear.git" }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.5", default-features = false, features = ["derive", "full"] }
gstd = { git = "https://github.com/gear-tech/gear.git" }
primitive-types = { version = "0.12.1", default-features = false }
primitive-types = { version = "0.12.2", default-features = false }
Loading

0 comments on commit da9f21d

Please sign in to comment.