Skip to content

Commit

Permalink
Updated to Tauri 2.0 Release Candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
seferino-fernandez committed Aug 9, 2024
1 parent 3446532 commit ecdc903
Show file tree
Hide file tree
Showing 6 changed files with 1,027 additions and 1,109 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tauriv2-vue-desktop-starter",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -16,34 +16,34 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.15",
"@tauri-apps/plugin-shell": "^2.0.0-beta.8",
"@tauri-apps/plugin-store": "^2.0.0-beta.7",
"@vueuse/core": "^10.11.0",
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/plugin-shell": "^2.0.0-rc.0",
"@tauri-apps/plugin-store": "^2.0.0-rc.0",
"@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.408.0",
"pinia": "^2.1.7",
"radix-vue": "^1.9.1",
"vue": "^3.4.31",
"lucide-vue-next": "^0.426.0",
"pinia": "^2.2.1",
"radix-vue": "^1.9.3",
"vue": "^3.4.37",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.2",
"@antfu/eslint-config": "^2.25.0",
"@iconify/vue": "^4.1.2",
"@tauri-apps/cli": "^2.0.0-beta.22",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"@tauri-apps/cli": "2.0.0-rc.3",
"@types/node": "^22.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-plugin-format": "^0.1.2",
"internal-ip": "^8.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.26"
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit ecdc903

Please sign in to comment.