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 May 30, 2024
1 parent 53809f9 commit b520bcf
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 201 deletions.
386 changes: 219 additions & 167 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

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": "22.2.0",
"pnpm": "9.1.4"
},
"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": "22.2.0",
"pnpm": "9.1.4"
},
"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,5 +7,5 @@ members = [
]

[workspace.dependencies]
marine-sqlite-connector = "0.11.0"
marine-rs-sdk = "0.14.0"
marine-sqlite-connector = "=0.11.0"
marine-rs-sdk = "=0.14.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.0"
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.37"
eyre = "=0.6.8"
serde = "=1.0.149"
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.8"
cid = "=0.10.0"
thiserror = "=1.0.37"
fstrings = "=0.2.3"
serde = "=1.0.149"
serde_json = "=1.0.89"

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

0 comments on commit b520bcf

Please sign in to comment.