Skip to content

Commit

Permalink
chore(deps): upgrade typemove dep (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Sep 12, 2023
1 parent d3f470d commit 863780c
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@sentio/protos": "workspace:*",
"@sentio/runtime": "workspace:^",
"@solana/web3.js": "^1.78.3",
"@typemove/aptos": "^1.0.1",
"@typemove/move": "^1.0.1",
"@typemove/sui": "^1.0.1",
"aptos": "^1.17.0",
"aptos-sdk": "npm:aptos@^1.17.0",
"@typemove/aptos": "^1.1.0",
"@typemove/move": "^1.1.0",
"@typemove/sui": "^1.1.0",
"aptos": "^1.19.0",
"aptos-sdk": "npm:aptos@^1.19.0",
"bs58": "^5.0.0",
"chalk": "^5.2.0",
"csv-parse": "^5.3.0",
Expand Down
Loading

0 comments on commit 863780c

Please sign in to comment.