Skip to content

Commit

Permalink
feat: migrated to Tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Aug 4, 2024
1 parent c1531c0 commit ecca566
Show file tree
Hide file tree
Showing 38 changed files with 15,882 additions and 1,188 deletions.
Binary file modified bun.lockb
Binary file not shown.
46 changes: 26 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,37 @@
"prepare": "husky install"
},
"dependencies": {
"@petamoriken/float16": "^3.7.1",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@tauri-apps/api": "^1.5.3",
"@zerodevx/svelte-toast": "^0.8.0",
"markdown-it": "^13.0.1",
"svelte-lazy": "^1.2.1",
"svelte-splitpanes": "^0.7.13",
"@petamoriken/float16": "^3.8.7",
"@tauri-apps/api": "2.0.0-beta.15",
"@tauri-apps/plugin-dialog": "2.0.0-beta.7",
"@tauri-apps/plugin-fs": "2.0.0-beta.7",
"@tauri-apps/plugin-http": "2.0.0-beta.8",
"@tauri-apps/plugin-process": "2.0.0-beta.7",
"@tauri-apps/plugin-shell": "2.0.0-beta.8",
"@tauri-apps/plugin-store": "2.0.0-beta.7",
"@tauri-apps/plugin-updater": "^2.0.0-rc.0",
"@zerodevx/svelte-toast": "^0.9.5",
"markdown-it": "^13.0.2",
"svelte-lazy": "^1.2.7",
"svelte-splitpanes": "^0.7.15",
"svelte-tippy": "^1.3.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tauri-apps/cli": "^1.5.10",
"@tsconfig/svelte": "^3.0.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@tauri-apps/cli": "2.0.0-beta.22",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.10",
"@types/node": "^18.19.43",
"husky": "^8.0.3",
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
"svelte-eslint-parser": "^0.33.0",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.6.4",
"vite": "^4.0.0"
"svelte": "^4.2.18",
"svelte-awesome-color-picker": "^3.1.3",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
Loading

0 comments on commit ecca566

Please sign in to comment.