Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent cd877ab commit bc71b53
Show file tree
Hide file tree
Showing 11 changed files with 1,586 additions and 2,847 deletions.
4,331 changes: 1,527 additions & 2,804 deletions integration-tests/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Spells Integration Tests",
"dependencies": {
"@fluencelabs/aqua-lib": "^0.7.0"
"@fluencelabs/aqua-lib": "0.7.0"
},
"scripts": {
"compile-aqua": "fluence aqua -i . -o ./target/typescript",
Expand Down
12 changes: 7 additions & 5 deletions integration-tests/pnpm-lock.yaml

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

36 changes: 25 additions & 11 deletions src/aqua/installation-spell/src/plugins/ipfs/package-lock.json

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

4 changes: 2 additions & 2 deletions src/aqua/installation-spell/src/plugins/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"ipfs-http-client": "^60.0.0",
"multiaddr": "^10.0.1"
"ipfs-http-client": "60.0.0",
"multiaddr": "10.0.1"
}
}
4 changes: 2 additions & 2 deletions src/aqua/installation-spell/src/plugins/ipfs/pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions src/spell/modules/spell/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 src/spell/modules/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ members = [
]

[workspace.dependencies]
marine-sqlite-connector = "0.8.0"
marine-sqlite-connector = "=0.8.0"
4 changes: 2 additions & 2 deletions src/spell/modules/spell/spell-distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
maplit = "1.0.2"
maplit = "=1.0.2"

[build-dependencies]
built = "0.6.0"
built = "=0.6.0"
8 changes: 4 additions & 4 deletions src/spell/modules/spell/spell-dtos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
marine-rs-sdk = "0.7.1"
thiserror = "1.0.37"
marine-rs-sdk = "=0.7.1"
thiserror = "=1.0.37"
marine-sqlite-connector = { workspace = true }
eyre = "0.6.8"
serde = "1.0.149"
eyre = "=0.6.8"
serde = "=1.0.149"
22 changes: 11 additions & 11 deletions src/spell/modules/spell/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ name = "spell"
path = "src/main.rs"

[dependencies]
marine-rs-sdk = "0.7.1"
marine-rs-sdk = "=0.7.1"
marine-sqlite-connector = { workspace = true }
eyre = "0.6.8"
cid = "0.10.0"
thiserror = "1.0.37"
fstrings = "0.2.3"
eyre = "=0.6.8"
cid = "=0.10.0"
thiserror = "=1.0.37"
fstrings = "=0.2.3"
fluence-spell-dtos = { path = "../spell-dtos", version = "0.5.0" }
serde = "1.0.149"
serde_json = "1.0.89"
serde = "=1.0.149"
serde_json = "=1.0.89"

[dev-dependencies]
marine-rs-sdk-test = "0.8.1"
uuid = "1.2.1"
test-env-helpers = "0.2.2"
ctor = "0.2.0"
marine-rs-sdk-test = "=0.8.1"
uuid = "=1.2.1"
test-env-helpers = "=0.2.2"
ctor = "=0.2.0"

0 comments on commit bc71b53

Please sign in to comment.