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 31, 2023
1 parent 0bb61de commit 0bdaae8
Show file tree
Hide file tree
Showing 8 changed files with 306 additions and 195 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
20 changes: 10 additions & 10 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,28 @@
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@polkadot/api": "10.10.1",
"@polkadot/typegen": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "^10.10.1",
"@polkadot/wasm-crypto": "7.2.2",
"@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",
"@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.3",
"@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.52.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
2 changes: 1 addition & 1 deletion api/programs/test-gas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
gstd = { git = "https://github.com/gear-tech/gear.git" }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.5", default-features = false, features = ["derive", "full"] }
test-gas-io = { path = "io" }

Expand Down
2 changes: 1 addition & 1 deletion api/programs/test-gas/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
gmeta = { git = "https://github.com/gear-tech/gear.git" }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.10.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" }
2 changes: 1 addition & 1 deletion api/programs/test-meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
gstd = { git = "https://github.com/gear-tech/gear.git" }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.5", default-features = false, features = ["derive", "full"] }
test-meta-io = { path = "io" }
test-meta-state-v1 = { path = "state-v1", default-features = false, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions api/programs/test-meta/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
gmeta = { git = "https://github.com/gear-tech/gear.git" }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.10.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 }
2 changes: 1 addition & 1 deletion api/programs/test-waitlist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
gstd = { git = "https://github.com/gear-tech/gear.git" }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.5", default-features = false, features = ["derive", "full"] }

[build-dependencies]
Expand Down
Loading

0 comments on commit 0bdaae8

Please sign in to comment.