mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-07-07 13:38:21 +02:00
chore(deps): update dependencies in package.json and add bun.lock file
This commit is contained in:
parent
30d6eb60db
commit
8d3206a483
3 changed files with 2230 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,7 +22,5 @@ logs
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
bun.lockb
|
|
||||||
.gitignore
|
.gitignore
|
||||||
.vscode
|
.vscode
|
||||||
bun.lock
|
|
18
package.json
18
package.json
|
@ -10,17 +10,17 @@
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.3.0",
|
"@tauri-apps/api": "2.5.0",
|
||||||
"@tauri-apps/cli": "2.3.1",
|
"@tauri-apps/cli": "2.5.0",
|
||||||
"@tauri-apps/plugin-autostart": "2.2.0",
|
"@tauri-apps/plugin-autostart": "2.4.0",
|
||||||
"@tauri-apps/plugin-os": "2.2.1",
|
"@tauri-apps/plugin-os": "2.2.2",
|
||||||
"nuxt": "3.16.0",
|
"nuxt": "3.17.5",
|
||||||
"overlayscrollbars": "2.11.1",
|
"overlayscrollbars": "2.11.4",
|
||||||
"overlayscrollbars-vue": "0.5.9",
|
"overlayscrollbars-vue": "0.5.9",
|
||||||
"sass-embedded": "1.85.1",
|
"sass-embedded": "1.89.2",
|
||||||
"uuid": "11.1.0",
|
"uuid": "11.1.0",
|
||||||
"vue": "3.5.13",
|
"vue": "3.5.17",
|
||||||
"@waradu/keyboard": "4.2.0"
|
"@waradu/keyboard": "4.3.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"chokidar": "^3.6.0"
|
"chokidar": "^3.6.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue