fix(deps): Bump tests aqua dependencies (#334)

Bump test deps
This commit is contained in:
InversionSpaces 2024-01-17 10:28:00 +01:00 committed by GitHub
parent fed52dcd06
commit 2181b22142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,6 @@ dependencies:
marine: 0.14.1
mrepl: 0.21.3
npm:
'@fluencelabs/aqua-lib': 0.9.0
'@fluencelabs/spell': 0.6.0
'@fluencelabs/trust-graph': 3.1.2
'@fluencelabs/aqua-lib': 0.9.1
'@fluencelabs/spell': 0.6.9
'@fluencelabs/trust-graph': 0.4.10

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
set -x
# set current working directory to script directory to run script from everywhere
cd "$(dirname "$0")"