Skip to content

Commit c062e1b

Browse files
chore(deps): pin dependencies
1 parent 7708aab commit c062e1b

File tree

8 files changed

+49
-35
lines changed

8 files changed

+49
-35
lines changed

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": "21.6.0",
8+
"pnpm": "8.14.1"
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": "21.6.0",
13+
"pnpm": "8.14.1"
1414
},
1515
"config": {
1616
"SERVICE_DIR": "../../spell/modules/spell/spell",

src/spell/modules/spell/Cargo.toml

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

99
[workspace.dependencies]
10-
marine-sqlite-connector = "0.9.3"
10+
marine-sqlite-connector = "=0.9.3"

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license = "Apache-2.0"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
marine-rs-sdk = "0.10.2"
12-
thiserror = "1.0.37"
11+
marine-rs-sdk = "=0.10.2"
12+
thiserror = "=1.0.37"
1313
marine-sqlite-connector = { workspace = true }
14-
eyre = "0.6.8"
15-
serde = "1.0.149"
14+
eyre = "=0.6.8"
15+
serde = "=1.0.149"

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ name = "spell"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
marine-rs-sdk = "0.10.2"
12+
marine-rs-sdk = "=0.10.2"
1313
marine-sqlite-connector = { workspace = true }
14-
eyre = "0.6.8"
15-
cid = "0.10.0"
16-
thiserror = "1.0.37"
17-
fstrings = "0.2.3"
14+
eyre = "=0.6.8"
15+
cid = "=0.10.0"
16+
thiserror = "=1.0.37"
17+
fstrings = "=0.2.3"
1818
fluence-spell-dtos = { path = "../spell-dtos", version = "0.6.0" }
19-
serde = "1.0.149"
20-
serde_json = "1.0.89"
19+
serde = "=1.0.149"
20+
serde_json = "=1.0.89"
2121

2222
[dev-dependencies]
23-
marine-rs-sdk-test = "0.12.0"
24-
uuid = "1.2.1"
25-
test-env-helpers = "0.2.2"
26-
ctor = "0.2.0"
23+
marine-rs-sdk-test = "=0.12.0"
24+
uuid = "=1.2.1"
25+
test-env-helpers = "=0.2.2"
26+
ctor = "=0.2.0"

0 commit comments

Comments
 (0)