Skip to content

Commit

Permalink
update pacakge.json, setup cli-version for starship-infra to somethin…
Browse files Browse the repository at this point in the history
…g that would work with v2
  • Loading branch information
Anmol1696 committed Jun 7, 2024
1 parent bfaeb63 commit 5359049
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
values: packages/osmojs/starship/configs/config.workflow.yaml
port-forward: true
version: 0.2.3
cli-version: a5fd3f14d700e384f6afd170f236d24c52410da5
cli-version: f35dc85407b350077765a0b3c17a4c1632c7d53c

- name: Run E2E Tests
run: cd ./packages/osmojs && yarn starship:test
4 changes: 2 additions & 2 deletions packages/osmojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@protobufs/ibc": "^0.1.0",
"@protobufs/osmosis": "^0.4.0",
"@protobufs/tendermint": "^0.0.10",
"@starship-ci/cli": "^2.0.0",
"starshipjs": "^2.0.0"
"@starship-ci/cli": "^2.0.1",
"starshipjs": "^2.0.1"
},
"dependencies": {
"@cosmjs/amino": "0.32.3",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2516,22 +2516,22 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@starship-ci/cli@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@starship-ci/cli/-/cli-2.0.0.tgz#757ea531f75d737222ca8008067f4896a362f6a8"
integrity sha512-o1e5bohkgD+J8fnNjj1+oYxkoi8BKAl5r5ItNzqy70HZyCHMmj39zzcosMwf9HmNi1/6h+jYi48QGCVk7oyS5w==
"@starship-ci/cli@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@starship-ci/cli/-/cli-2.0.1.tgz#947c359cfab8a447374be72aa51ed9e58ccc28bf"
integrity sha512-oMXJ8A4gUu+nbh8JEm728HslUxBZCYrd4VFdhGwTX5Dy0bRKB3HJuMCxveDiZlK5zo9kA/+4LMBXIgmT0qZaXQ==
dependencies:
"@starship-ci/client" "^2.0.0"
"@starship-ci/client" "^2.0.1"
chalk "^4.1.0"
deepmerge "^4.3.1"
inquirerer "^1.9.0"
js-yaml "^4.1.0"
minimist "^1.2.8"

"@starship-ci/client@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@starship-ci/client/-/client-2.0.0.tgz#b773d8c9e584ff9df381c184f7137eb2955b539e"
integrity sha512-zm2orIEeWCLx5GIcUnGQpx1W+q1ibFUbWefwM+OT0YLcL+An+9/wn/A7iYs+Hkm5pp/QtIH2v53fl6Oo2cHftQ==
"@starship-ci/client@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@starship-ci/client/-/client-2.0.1.tgz#555da7f6748947dfdaba98203cbc9ad17a920e0f"
integrity sha512-pCr/K3qx4qy/xoIl5M57t5lfdLo0aq1oi4VrNhpEFDFF0fPHTOu0Osyuzzx+oAttzYkgJKSVq1Yv9DVw+oQu2w==
dependencies:
chalk "^4.1.0"
deepmerge "^4.3.1"
Expand Down Expand Up @@ -8306,10 +8306,10 @@ stack-utils@^2.0.3:
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==
starshipjs@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/starshipjs/-/starshipjs-2.0.1.tgz#ab0f856f41d113e2b386ff392282d967ac78d207"
integrity sha512-/rUaqYMjrzZ4N5EngHdK+IZVbG0cncMml0NvMDRKLQKIFWAXLuCHSPrLOKgMyRdMgfI46LyZ38p9fXI8wD+WzA==
dependencies:
"@chain-registry/client" "1.18.1"
js-yaml "^4.1.0"
Expand Down

0 comments on commit 5359049

Please sign in to comment.