Skip to content

Commit 7184a5a

Browse files
committed
feat: migrate to tauri v2
1 parent e5036b7 commit 7184a5a

19 files changed

+14328
-6521
lines changed

package-lock.json

-5,642
This file was deleted.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@tauri-apps/api": "^1.5.2",
16+
"@tauri-apps/plugin-fs": "^2.0.0-beta.2",
17+
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.2",
18+
"@tauri-apps/plugin-store": "2.0.0-beta.2",
1619
"@tiptap/core": "^2.2.4",
1720
"@tiptap/extension-bold": "^2.2.4",
1821
"@tiptap/extension-bullet-list": "^2.2.4",
@@ -43,7 +46,7 @@
4346
"vue-router": "^4.2.5"
4447
},
4548
"devDependencies": {
46-
"@tauri-apps/cli": "^1.5.8",
49+
"@tauri-apps/cli": "^2.0.0-beta.13",
4750
"@types/luxon": "^3.4.2",
4851
"@vitejs/plugin-vue": "^4.2.3",
4952
"@vue/devtools": "^7.0.14",

pnpm-lock.yaml

+66-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)