Skip to content

Commit

Permalink
Migrate to Tauri v2 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro authored Oct 10, 2024
1 parent 0c2725e commit a203b5a
Show file tree
Hide file tree
Showing 84 changed files with 3,351 additions and 2,988 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ tsconfig.tsbuildinfo
*.njsproj
*.sln
*.sw?

src-tauri/gen/
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start-vite": "vite",
"build-vite": "tsc --noEmit && vite build",
"build": "tauri build -b none",
"build": "tauri build",
"dev": "tauri dev",
"tauri": "tauri",
"format": "biome format --write ./src",
Expand All @@ -32,7 +32,17 @@
"@tabler/icons-react": "^2.22.0",
"@tanstack/react-router": "^1.20.0",
"@tanstack/react-virtual": "^3.1.3",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-cli": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"@tauri-apps/plugin-window-state": "~2",
"@tiptap/extension-link": "2.2.4",
"@tiptap/extension-placeholder": "2.2.4",
"@tiptap/extension-underline": "2.2.4",
Expand Down Expand Up @@ -67,7 +77,6 @@
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"swr": "^2.2.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tiptap-markdown": "^0.8.9",
"ts-fsrs": "^3.5.1",
"ts-pattern": "^5.0.8",
Expand All @@ -79,7 +88,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@tanstack/router-vite-plugin": "^1.20.0",
"@tauri-apps/cli": "^1.5.11",
"@tauri-apps/cli": "2.0.1",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
Expand Down
212 changes: 150 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a203b5a

Please sign in to comment.