Skip to content

Commit

Permalink
vue-dapp v1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Jan 31, 2024
1 parent 820d139 commit f61031a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: 'https://${{secrets.PAT}}@github.com/vu3th/vue-dapp-starter.git'
source_repo: 'https://${{secrets.PAT}}@github.com/vu3th/nuxt-dapp.git'
source_branch: 'main'
destination_branch: 'main'
github_token: ${{ secrets.PAT }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@vue-dapp/coinbase": "1.0.0-beta.17",
"@vue-dapp/core": "1.0.0-beta.17",
"@vue-dapp/modal": "1.0.0-beta.17",
"@vue-dapp/nuxt": "1.0.0-beta.17",
"@vue-dapp/walletconnect": "1.0.0-beta.17",
"@vue-dapp/coinbase": "1.0.0",
"@vue-dapp/core": "1.0.0",
"@vue-dapp/modal": "1.0.0",
"@vue-dapp/nuxt": "1.0.0",
"@vue-dapp/walletconnect": "1.0.0",
"pinia": "^2.1.7"
}
}
48 changes: 24 additions & 24 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 f61031a

Please sign in to comment.