Skip to content

Commit

Permalink
refactor: update tauri to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Nov 11, 2024
1 parent b98a979 commit d533da6
Show file tree
Hide file tree
Showing 36 changed files with 1,760 additions and 1,031 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ dist
clippy.sqlite
yarn.lock
package-lock.json
pnpm-lock.yaml
target
yarn-error.log
pnpm-lock.yamlor.log
.vscode
bun.lockb
bun.lockb

# Generated by Tauri
# will have schema files for capabilities auto-completion
*/gen/schemas


# Generated by Cargo
# will have compiled files and executables
target/
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"icon": "tauri icon"
},
"dependencies": {
"@tauri-apps/api": "^1.6.3",
"@tauri-apps/api": "^2.1.0",
"@tauri-apps/plugin-process": "~2",
"dayjs": "^1.11.13",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.3",
"@tauri-apps/cli": "^2.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
Expand Down
Loading

0 comments on commit d533da6

Please sign in to comment.