-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! feat(orchestration): e2e testing environment with starship
- Loading branch information
1 parent
24fbf1f
commit ad74ddc
Showing
2 changed files
with
2 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1007,13 +1007,6 @@ | |
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
"@babel/runtime@^7.21.0": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12" | ||
integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw== | ||
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
"@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.23.9": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" | ||
|
@@ -1103,38 +1096,6 @@ | |
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | ||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== | ||
|
||
"@chain-registry/[email protected]": | ||
version "1.18.1" | ||
resolved "https://registry.yarnpkg.com/@chain-registry/client/-/client-1.18.1.tgz#6cfb52d28e924517f1bf9ec51450254090ad3fd3" | ||
integrity sha512-8FG/RQ+hxM8XnN6xpAW2QzqMMFHky0/2BjjWteuvHtCJuEigw4JpVxScKZj7u8qWRd4jBuVNx4P+9FcMbgH9iw== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
"@chain-registry/types" "^0.17.1" | ||
"@chain-registry/utils" "^1.17.0" | ||
bfs-path "^1.0.2" | ||
cross-fetch "^3.1.5" | ||
|
||
"@chain-registry/types@^0.17.1": | ||
version "0.17.1" | ||
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.17.1.tgz#0ac7bda6178d3917834578627f232a247fe5def8" | ||
integrity sha512-O0CgrtJgIlqXvZm1CqDZe/7jZz068O/uuCIoyDXCegFHK03rdHacKcDGwEIUuI0MNUf8YV3jdE4xHQMSAX+79w== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
|
||
"@chain-registry/types@^0.44.1": | ||
version "0.44.1" | ||
resolved "https://registry.yarnpkg.com/@chain-registry/types/-/types-0.44.1.tgz#51d9ddc84fac32e5345084043e4679e5c991c733" | ||
integrity sha512-gQEh5vprblLU8u1K7QeaIEU8E9tue/pcC4G8KjCKFJSdK4SYEKqdScAcm0427pYAWv0TLQEZnYhkxEDQFjr2hw== | ||
|
||
"@chain-registry/utils@^1.17.0": | ||
version "1.45.1" | ||
resolved "https://registry.yarnpkg.com/@chain-registry/utils/-/utils-1.45.1.tgz#f122e618e14cee2234ed11979e1b7fcc1abef3ee" | ||
integrity sha512-Gu9JJbYrq5hIV52WmVxcnMCQjx99ARLTg5FsNbazctQp3sgcebl+Eg2OklKnpuGdhvoyknztmMJ+piV1ybxLIA== | ||
dependencies: | ||
"@chain-registry/types" "^0.44.1" | ||
bignumber.js "9.1.2" | ||
sha.js "^2.4.11" | ||
|
||
"@colors/[email protected]": | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" | ||
|
@@ -3586,13 +3547,6 @@ | |
dependencies: | ||
undici-types "~5.26.4" | ||
|
||
"@types/node@^20.14.2": | ||
version "20.14.2" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18" | ||
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q== | ||
dependencies: | ||
undici-types "~5.26.4" | ||
|
||
"@types/normalize-package-data@^2.4.0": | ||
version "2.4.0" | ||
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" | ||
|
@@ -4372,16 +4326,6 @@ better-sqlite3@^9.1.1: | |
bindings "^1.5.0" | ||
prebuild-install "^7.1.1" | ||
|
||
bfs-path@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/bfs-path/-/bfs-path-1.0.2.tgz#9b5fa4b8c4ad226597fc4d2ee15398bdcc644a07" | ||
integrity sha512-KTKx2JJtAAAT7C/rJYDXXWA2VLPycAS4kwFktKsxUo0hj4UTtw/Gm5PJuY7Uf3xSlIQNo7HRCSWei2ivncVwbQ== | ||
|
||
[email protected]: | ||
version "9.1.2" | ||
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c" | ||
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug== | ||
|
||
bin-links@^3.0.0: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-3.0.3.tgz#3842711ef3db2cd9f16a5f404a996a12db355a6e" | ||
|
@@ -5181,13 +5125,6 @@ cosmjs-types@^0.9.0: | |
resolved "https://registry.yarnpkg.com/cosmjs-types/-/cosmjs-types-0.9.0.tgz#c3bc482d28c7dfa25d1445093fdb2d9da1f6cfcc" | ||
integrity sha512-MN/yUe6mkJwHnCFfsNPeCfXVhyxHYW6c/xDUzrSbBycYzw++XvWDMJArXp2pLdgD6FQ8DW79vkPjeNKVrXaHeQ== | ||
|
||
cross-fetch@^3.1.5: | ||
version "3.1.8" | ||
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82" | ||
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg== | ||
dependencies: | ||
node-fetch "^2.6.12" | ||
|
||
cross-spawn@^6.0.5: | ||
version "6.0.5" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" | ||
|
@@ -7179,7 +7116,7 @@ inflight@^1.0.4: | |
once "^1.3.0" | ||
wrappy "1" | ||
|
||
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: | ||
inherits@2, [email protected], inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | ||
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== | ||
|
@@ -9037,13 +8974,6 @@ node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: | |
dependencies: | ||
whatwg-url "^5.0.0" | ||
|
||
node-fetch@^2.6.12, node-fetch@^2.6.9: | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" | ||
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== | ||
dependencies: | ||
whatwg-url "^5.0.0" | ||
|
||
node-gyp-build@<4.0, node-gyp-build@^3.9.0: | ||
version "3.9.0" | ||
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.9.0.tgz#53a350187dd4d5276750da21605d1cb681d09e25" | ||
|
@@ -10621,14 +10551,6 @@ sh-syntax@^0.4.1: | |
dependencies: | ||
tslib "^2.6.2" | ||
|
||
sha.js@^2.4.11: | ||
version "2.4.11" | ||
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" | ||
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== | ||
dependencies: | ||
inherits "^2.0.1" | ||
safe-buffer "^5.0.1" | ||
|
||
shallow-clone@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" | ||
|
@@ -10918,15 +10840,6 @@ stack-utils@^2.0.6: | |
dependencies: | ||
escape-string-regexp "^2.0.0" | ||
|
||
starshipjs@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/starshipjs/-/starshipjs-2.0.0.tgz#fff1cb9f20a1a55eb11a14bd3921e7c5f27b95f3" | ||
integrity sha512-/HtP54nYaypWyREh1e98vw2YpkNEb2nwVDkwtCxAEY0xYL4xLNqnWyIA1xVju6t/uARNALSQynTR1hMp4QFzNg== | ||
dependencies: | ||
"@chain-registry/client" "1.18.1" | ||
js-yaml "^4.1.0" | ||
node-fetch "^2.6.9" | ||
|
||
[email protected]: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" | ||
|