mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
update: to tauri 2.0 stable
This commit is contained in:
parent
5cdd5c5efd
commit
f1813c8886
3 changed files with 279 additions and 302 deletions
18
package.json
18
package.json
|
@ -10,17 +10,17 @@
|
|||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.0.0-rc.4",
|
||||
"@tauri-apps/cli": "^2.0.0-rc.10",
|
||||
"@tauri-apps/plugin-autostart": "2.0.0-rc.1",
|
||||
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
|
||||
"@tauri-apps/plugin-os": "2.0.0-rc.1",
|
||||
"@tauri-apps/plugin-sql": "2.0.0-rc.1",
|
||||
"nuxt": "3.13.0",
|
||||
"@tauri-apps/api": "^2.0.1",
|
||||
"@tauri-apps/cli": "^2.0.1",
|
||||
"@tauri-apps/plugin-autostart": "2.0.0",
|
||||
"@tauri-apps/plugin-fs": "2.0.0",
|
||||
"@tauri-apps/plugin-os": "2.0.0",
|
||||
"@tauri-apps/plugin-sql": "2.0.0",
|
||||
"nuxt": "3.13.2",
|
||||
"nuxt-build-cache": "0.1.1",
|
||||
"overlayscrollbars": "2.10.0",
|
||||
"overlayscrollbars-vue": "0.5.9",
|
||||
"sass": "1.77.8",
|
||||
"vue": "3.4.38"
|
||||
"sass": "1.79.4",
|
||||
"vue": "3.5.11"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue