Skip to content

Commit

Permalink
fix(deps): update dependency @fluencelabs/avm to v0.46.0 (#338)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @fluencelabs/avm to v0.46.0

* Set nox image

* Add nox image to other file

* bump nox

* Update .github/workflows/e2e.yml

* Update .github/workflows/e2e.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Akim Mamedov <[email protected]>
Co-authored-by: Akim <[email protected]>
Co-authored-by: Anatoly Laskaris <[email protected]>
Co-authored-by: shamsartem <[email protected]>
  • Loading branch information
5 people authored Sep 7, 2023
1 parent 8155e34 commit 8e6918c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
uses: fluencelabs/aqua/.github/workflows/tests.yml@main
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"

nox-image: "docker.fluence.dev/nox:ipfs_renovate-air-interpreter-wasm-0-x_3158_2"
flox:
needs:
- js-client

uses: fluencelabs/flox/.github/workflows/tests.yml@main
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "fluencelabs/nox:unstable_minimal"
nox-image: "docker.fluence.dev/nox:ipfs_renovate-air-interpreter-wasm-0-x_3158_2"
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}
nox-image: "docker.fluence.dev/nox:ipfs_renovate-air-interpreter-wasm-0-x_3135_1"
2 changes: 1 addition & 1 deletion packages/core/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {},
"devDependencies": {
"@multiformats/multiaddr": "11.3.0",
"@fluencelabs/avm": "0.43.1",
"@fluencelabs/avm": "0.46.0",
"@fluencelabs/marine-js": "0.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/js-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@fluencelabs/aqua-api": "0.9.3",
"@fluencelabs/avm": "0.43.1",
"@fluencelabs/avm": "0.46.0",
"@fluencelabs/marine-js": "0.7.2",
"@fluencelabs/marine-worker": "workspace:*",
"@laynezh/vite-plugin-lib-assets": "0.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/marine-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vitest": "0.29.7"
},
"dependencies": {
"@fluencelabs/avm": "0.43.1",
"@fluencelabs/avm": "0.46.0",
"@fluencelabs/marine-js": "0.7.2",
"observable-fns": "0.6.1",
"threads": "1.7.0"
Expand Down
54 changes: 10 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e6918c

Please sign in to comment.