Skip to content

Commit 72a4eaf

Browse files
chore(deps): pin dependencies
1 parent ad5d03b commit 72a4eaf

File tree

9 files changed

+267
-201
lines changed

9 files changed

+267
-201
lines changed

pnpm-lock.yaml

+219-167
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aqua/installation-spell/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Special spell that installs services from App Config",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=18",
8-
"pnpm": ">=8"
7+
"node": "23.3.0",
8+
"pnpm": "9.14.4"
99
},
1010
"files": [
1111
"src/aqua/*"

src/aqua/installation-spell/src/plugins/ipfs/package-lock.json

+25-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aqua/installation-spell/src/plugins/ipfs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "",
77
"license": "ISC",
88
"dependencies": {
9-
"ipfs-http-client": "^60.0.0",
10-
"multiaddr": "^10.0.1"
9+
"ipfs-http-client": "60.0.0",
10+
"multiaddr": "10.0.1"
1111
}
1212
}

src/aqua/spell/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"types.aqua"
1010
],
1111
"engines": {
12-
"node": ">=18",
13-
"pnpm": ">=8"
12+
"node": "23.3.0",
13+
"pnpm": "9.14.4"
1414
},
1515
"config": {
1616
"SERVICE_DIR": "../../spell/modules/spell/spell",

src/spell/modules/spell/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ members = [
77
]
88

99
[workspace.dependencies]
10-
marine-sqlite-connector = "0.11.0"
11-
marine-rs-sdk = "0.14.0"
10+
marine-sqlite-connector = "=0.11.0"
11+
marine-rs-sdk = "=0.14.0"

src/spell/modules/spell/spell-distro/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build = "build.rs"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
maplit = "1.0.2"
13+
maplit = "=1.0.2"
1414

1515
[build-dependencies]
16-
built = "0.7.0"
16+
built = "=0.7.0"

src/spell/modules/spell/spell-dtos/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ license = "Apache-2.0"
1111
marine-rs-sdk = { workspace = true }
1212
marine-sqlite-connector = { workspace = true }
1313

14-
thiserror = "1.0.37"
15-
eyre = "0.6.8"
16-
serde = "1.0.149"
14+
thiserror = "=1.0.37"
15+
eyre = "=0.6.8"
16+
serde = "=1.0.149"

src/spell/modules/spell/spell/Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ fluence-spell-dtos = { path = "../spell-dtos", version = "0.7.0" }
1515
marine-rs-sdk = { workspace = true }
1616
marine-sqlite-connector = { workspace = true }
1717

18-
eyre = "0.6.8"
19-
cid = "0.10.0"
20-
thiserror = "1.0.37"
21-
fstrings = "0.2.3"
22-
serde = "1.0.149"
23-
serde_json = "1.0.89"
18+
eyre = "=0.6.8"
19+
cid = "=0.10.0"
20+
thiserror = "=1.0.37"
21+
fstrings = "=0.2.3"
22+
serde = "=1.0.149"
23+
serde_json = "=1.0.89"
2424

2525
[dev-dependencies]
26-
marine-rs-sdk-test = "0.16.0"
27-
uuid = "1.2.1"
28-
test-env-helpers = "0.2.2"
29-
ctor = "0.2.0"
26+
marine-rs-sdk-test = "=0.16.0"
27+
uuid = "=1.2.1"
28+
test-env-helpers = "=0.2.2"
29+
ctor = "=0.2.0"

0 commit comments

Comments
 (0)