Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Upgrade Tauri to latest version #103

Merged
merged 8 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: yarn install --network-timeout 1000000 && yarn build

- name: tauri run
uses: tauri-apps/tauri-action@v0.2
uses: tauri-apps/tauri-action@v0.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: yarn install --network-timeout 1000000 && yarn build

- name: tauri run
uses: tauri-apps/tauri-action@v0.2
uses: tauri-apps/tauri-action@v0.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_CODE_SIGNING: ${{ secrets.MACOS_CERTIFICATE }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@polkadot/api": "^7.2.1",
"@quasar/extras": "^1.0.0",
"@tauri-apps/api": "^1.0.0-beta.8",
"@tauri-apps/api": "^1.0.0-rc.2",
"@tsmx/human-readable": "^1.0.6",
"@vueuse/core": "^6.0.0",
"apexcharts": "^3.27.3",
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@quasar/app": "^3.0.0",
"@tauri-apps/cli": "^1.0.0-beta.10",
"@tauri-apps/cli": "^1.0.0-rc.7",
"@types/": "tsmx/human-readable",
"@types/bcryptjs": "^2.4.2",
"@types/javascript-time-ago": "^2.0.3",
Expand Down
Loading