Skip to content

Commit

Permalink
Update Dependencies (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanerKaraca23 committed Jan 27, 2024
1 parent 3ebddcc commit 4129e82
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 610 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
with:
node-version: 20

- name: Install Rust nightly toolchain
uses: dtolnay/rust-toolchain@nightly
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly

- name: Install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
run: yarn install

- uses: tauri-apps/tauri-action@v0
env:
Expand All @@ -50,4 +51,4 @@ jobs:
with:
name: ${{ steps.vars.outputs.artifact_name }}
path: src-tauri/target/release/omp-launcher.exe
if-no-files-found: error
if-no-files-found: error
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@react-native-clipboard/clipboard": "^1.13.2",
"@tauri-apps/api": "^1.5.3",
"axios": "^1.6.5",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"i18next": "^23.7.18",
"i18next": "^23.7.20",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
Expand All @@ -41,4 +41,4 @@
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}
}
Loading

0 comments on commit 4129e82

Please sign in to comment.