Skip to content

Commit

Permalink
chore(main): update Tauri to rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Aug 3, 2024
1 parent a5e118a commit eeb0686
Show file tree
Hide file tree
Showing 9 changed files with 2,440 additions and 2,295 deletions.
28 changes: 14 additions & 14 deletions app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
},
"dependencies": {
"@martichou/core_lib": "link:../../core_lib",
"@tauri-apps/api": "2.0.0-beta.14",
"@tauri-apps/plugin-autostart": "2.0.0-beta.6",
"@tauri-apps/plugin-dialog": "2.0.0-beta.6",
"@tauri-apps/plugin-notification": "2.0.0-beta.6",
"@tauri-apps/plugin-store": "2.0.0-beta.6",
"@tauri-apps/api": "2.0.0-rc.0",
"@tauri-apps/plugin-autostart": "2.0.0-rc.0",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-notification": "2.0.0-rc.0",
"@tauri-apps/plugin-store": "2.0.0-rc.0",
"pinia": "^2.2.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"vue": "3.4.27",
"vue_lib": "link:../common/vue_lib"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.1.0",
"@tauri-apps/cli": "2.0.0-rc.1",
"@stylistic/eslint-plugin": "^2.6.1",
"@tailwindcss/typography": "^0.5.13",
"@tauri-apps/cli": "2.0.0-beta.20",
"@types/node": "^20.14.2",
"@types/node": "^20.14.14",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/devtools": "^7.3.4",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/devtools": "^7.3.7",
"@vue/eslint-config-typescript": "13.0.0",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
Expand All @@ -49,11 +49,11 @@
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.5",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.7",
"typescript": "5.4.5",
"unplugin-auto-import": "0.17.6",
"vite": "^5.2.13",
"vite": "^5.3.5",
"vitest": "1.6.0",
"vue-tsc": "^2.0.20"
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit eeb0686

Please sign in to comment.