Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 7d386f1 commit 628450d
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/aqua/installation-spell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Special spell that installs services from App Config",
"main": "index.js",
"engines": {
"node": ">=18",
"pnpm": ">=8"
"node": "21.6.0",
"pnpm": "8.14.1"
},
"files": [
"src/aqua/*"
Expand Down
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 @@ -6,7 +6,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/spell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"types.aqua"
],
"engines": {
"node": ">=18",
"pnpm": ">=8"
"node": "21.6.0",
"pnpm": "8.14.1"
},
"config": {
"SERVICE_DIR": "../../spell/modules/spell/spell",
Expand Down
2 changes: 1 addition & 1 deletion src/spell/modules/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ members = [
]

[workspace.dependencies]
marine-sqlite-connector = "0.9.3"
marine-sqlite-connector = "=0.9.3"
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.7.0"
built = "=0.7.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.10.2"
thiserror = "1.0.37"
marine-rs-sdk = "=0.10.2"
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.10.2"
marine-rs-sdk = "=0.10.2"
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.6.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.12.0"
uuid = "1.2.1"
test-env-helpers = "0.2.2"
ctor = "0.2.0"
marine-rs-sdk-test = "=0.12.0"
uuid = "=1.2.1"
test-env-helpers = "=0.2.2"
ctor = "=0.2.0"

0 comments on commit 628450d

Please sign in to comment.