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 Feb 19, 2024
1 parent 8acd6e4 commit c268fec
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 34 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.2",
"pnpm": "8.15.3"
},
"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.2",
"pnpm": "8.15.3"
},
"config": {
"SERVICE_DIR": "../../spell/modules/spell/spell",
Expand Down
4 changes: 2 additions & 2 deletions src/spell/modules/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ members = [
]

[workspace.dependencies]
marine-sqlite-connector = "0.10.0"
marine-rs-sdk = "0.12.0"
marine-sqlite-connector = "=0.10.0"
marine-rs-sdk = "=0.12.0"
fluence-app-serivce = "0.32.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.7.0"
built = "=0.7.1"
6 changes: 3 additions & 3 deletions src/spell/modules/spell/spell-dtos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ license = "Apache-2.0"
marine-rs-sdk = { workspace = true }
marine-sqlite-connector = { workspace = true }

thiserror = "1.0.37"
eyre = "0.6.8"
serde = "1.0.149"
thiserror = "=1.0.57"
eyre = "=0.6.12"
serde = "=1.0.196"
20 changes: 10 additions & 10 deletions src/spell/modules/spell/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ fluence-spell-dtos = { path = "../spell-dtos", version = "0.7.0" }
marine-rs-sdk = { workspace = true }
marine-sqlite-connector = { workspace = true }

eyre = "0.6.8"
cid = "0.10.0"
thiserror = "1.0.37"
fstrings = "0.2.3"
serde = "1.0.149"
serde_json = "1.0.89"
eyre = "=0.6.12"
cid = "=0.10.1"
thiserror = "=1.0.57"
fstrings = "=0.2.3"
serde = "=1.0.196"
serde_json = "=1.0.113"

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

0 comments on commit c268fec

Please sign in to comment.