mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-06-15 19:37:37 +02:00
chore(deps): update dependencies and add bun.lock file
This commit is contained in:
parent
5fd0485aa7
commit
7ec9bf8ca3
3 changed files with 2118 additions and 11 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -22,7 +22,5 @@ logs
|
|||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
bun.lockb
|
||||
.gitignore
|
||||
.vscode
|
||||
bun.lock
|
||||
.vscode
|
16
package.json
16
package.json
|
@ -10,17 +10,17 @@
|
|||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "2.3.0",
|
||||
"@tauri-apps/cli": "2.3.1",
|
||||
"@tauri-apps/plugin-autostart": "2.2.0",
|
||||
"@tauri-apps/api": "2.5.0",
|
||||
"@tauri-apps/cli": "2.5.0",
|
||||
"@tauri-apps/plugin-autostart": "2.3.0",
|
||||
"@tauri-apps/plugin-os": "2.2.1",
|
||||
"nuxt": "3.16.0",
|
||||
"overlayscrollbars": "2.11.1",
|
||||
"nuxt": "3.17.4",
|
||||
"overlayscrollbars": "2.11.3",
|
||||
"overlayscrollbars-vue": "0.5.9",
|
||||
"sass-embedded": "1.85.1",
|
||||
"sass-embedded": "1.89.0",
|
||||
"uuid": "11.1.0",
|
||||
"vue": "3.5.13",
|
||||
"wrdu-keyboard": "github:0PandaDEV/keyboard"
|
||||
"vue": "3.5.15",
|
||||
"@waradu/keyboard": "4.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"chokidar": "^3.6.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue