Skip to content

Commit

Permalink
build: Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Nov 23, 2023
1 parent c625da0 commit 1e0e019
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 455 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-20.04]
platform: [ubuntu-22.04]

runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -26,10 +26,10 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev libarchive-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev libarchive-dev patchelf
- name: Set VCPKG_ROOT
run: echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"tauri": "tauri"
},
"dependencies": {
"@lit/localize": "^0.12.0",
"@material/web": "1.0.0",
"@tauri-apps/api": "^1.5.0"
"@lit/localize": "^0.12.1",
"@material/web": "1.0.1",
"@tauri-apps/api": "^1.5.1"
},
"devDependencies": {
"@lit/localize-tools": "^0.7.0",
"@tauri-apps/cli": "^1.5.2",
"vite": "4.4.11"
"@lit/localize-tools": "^0.7.1",
"@tauri-apps/cli": "^1.5.6",
"vite": "5.0.2"
}
}
Loading

0 comments on commit 1e0e019

Please sign in to comment.