Skip to content

Commit

Permalink
Update to tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed May 3, 2024
1 parent b70c3e4 commit 930526c
Show file tree
Hide file tree
Showing 59 changed files with 1,274 additions and 757 deletions.
308 changes: 207 additions & 101 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
},
"scripts": {},
"dependencies": {
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-beta.15"
},
"workspaces": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"test": "jest"
},
"dependencies": {
"@tauri-apps/api": "^1",
"luxon": "^3.4.2",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch#v1",
"vue": "^3.4.21"
"vue": "^3.4.21",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"jest": "^29.7.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"@tauri-apps/cli": ">=2.0.0-beta.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.4",
"vite": "^5.2.6",
Expand Down
Loading

0 comments on commit 930526c

Please sign in to comment.