Skip to content

Commit

Permalink
Merge branch 'Current' into dependabot/github_actions/actions/upload-…
Browse files Browse the repository at this point in the history
…artifact-4.4.1
  • Loading branch information
NikolaRHristov authored Oct 8, 2024
2 parents 33fdaba + 2b98315 commit 7f78ffc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions-rs/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.1",
"solid-js": "1.9.1"
"@tauri-apps/api": "2.0.2",
"solid-js": "1.9.2"
},
"devDependencies": {
"@playform/build": "0.1.7",
"@tauri-apps/cli": "2.0.1",
"@types/node": "22.7.4",
"@tauri-apps/cli": "2.0.2",
"@types/node": "22.7.5",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tauri-build = { version = "2.0.1", features = [] }
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri = { version = "2.0.1", features = [
tauri = { version = "2.0.2", features = [
"tray-icon",
"system-tray",
"window-center",
Expand Down

0 comments on commit 7f78ffc

Please sign in to comment.