Skip to content

Commit 10bee05

Browse files
committed
Update tauri
1 parent 3016255 commit 10bee05

File tree

6 files changed

+494
-254
lines changed

6 files changed

+494
-254
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"dev": "cd frontend/ && yarn dev"
1111
},
1212
"devDependencies": {
13-
"@tauri-apps/cli": "^2.0.3"
13+
"@tauri-apps/cli": "^2.1.0"
1414
},
1515
"dependencies": {
16-
"@tauri-apps/plugin-process": "^2.0.0",
17-
"@tauri-apps/plugin-shell": "^2.0.1",
18-
"tauri-plugin-window-state-api": "https://github.com/tauri-apps/tauri-plugin-window-state#v2"
16+
"@tauri-apps/plugin-process": "^2.2.0",
17+
"@tauri-apps/plugin-shell": "^2.2.0",
18+
"@tauri-apps/plugin-window-state": "^2.2.0"
1919
}
2020
}

0 commit comments

Comments
 (0)