Update dependencies
This commit is contained in:
26
package.json
26
package.json
@@ -11,12 +11,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "5.2.6",
|
"@fontsource/roboto": "5.2.6",
|
||||||
"@tauri-apps/api": "2.7.0",
|
"@tauri-apps/api": "2.8.0",
|
||||||
"@tauri-apps/plugin-dialog": "2.3.2",
|
"@tauri-apps/plugin-dialog": "2.3.3",
|
||||||
"@tauri-apps/plugin-fs": "2.4.1",
|
"@tauri-apps/plugin-fs": "2.4.2",
|
||||||
"@tauri-apps/plugin-notification": "2.3.0",
|
"@tauri-apps/plugin-notification": "2.3.1",
|
||||||
"@tauri-apps/plugin-opener": "2.4.0",
|
"@tauri-apps/plugin-opener": "2.5.0",
|
||||||
"@tauri-apps/plugin-os": "2.3.0",
|
"@tauri-apps/plugin-os": "2.3.1",
|
||||||
"axios": "1.11.0",
|
"axios": "1.11.0",
|
||||||
"date-fns": "4.1.0",
|
"date-fns": "4.1.0",
|
||||||
"react": "19.1.1",
|
"react": "19.1.1",
|
||||||
@@ -26,17 +26,17 @@
|
|||||||
"@fortawesome/fontawesome-svg-core": "7.0.0",
|
"@fortawesome/fontawesome-svg-core": "7.0.0",
|
||||||
"@fortawesome/free-brands-svg-icons": "7.0.0",
|
"@fortawesome/free-brands-svg-icons": "7.0.0",
|
||||||
"@fortawesome/free-solid-svg-icons": "7.0.0",
|
"@fortawesome/free-solid-svg-icons": "7.0.0",
|
||||||
"@fortawesome/react-fontawesome": "0.2.3",
|
"@fortawesome/react-fontawesome": "3.0.0",
|
||||||
"@tailwindcss/postcss": "4.1.11",
|
"@tailwindcss/postcss": "4.1.12",
|
||||||
"@tauri-apps/cli": "2.7.1",
|
"@tauri-apps/cli": "2.8.2",
|
||||||
"@types/crypto-js": "4.2.2",
|
"@types/crypto-js": "4.2.2",
|
||||||
"@types/react": "19.1.9",
|
"@types/react": "19.1.11",
|
||||||
"@types/react-dom": "19.1.7",
|
"@types/react-dom": "19.1.7",
|
||||||
"@vitejs/plugin-react": "4.7.0",
|
"@vitejs/plugin-react": "5.0.1",
|
||||||
"crypto-js": "4.2.0",
|
"crypto-js": "4.2.0",
|
||||||
"postcss": "8.5.6",
|
"postcss": "8.5.6",
|
||||||
"tailwindcss": "4.1.11",
|
"tailwindcss": "4.1.12",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.2",
|
||||||
"vite": "7.0.6"
|
"vite": "7.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,25 +9,25 @@ name = "berry_dash_launcher_lib"
|
|||||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { version = "2.3.1", features = [] }
|
tauri-build = { version = "2.4.0", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri = { version = "2.7.0", features = [] }
|
tauri = { version = "2.8.3", features = [] }
|
||||||
tauri-plugin-opener = "2.4.0"
|
tauri-plugin-opener = "2.5.0"
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json = "1.0.142"
|
serde_json = "1.0.143"
|
||||||
tauri-plugin-os = "2.3.0"
|
tauri-plugin-os = "2.3.1"
|
||||||
reqwest = { version = "0.12.22", default-features = false, features = ["stream", "rustls-tls"] }
|
reqwest = { version = "0.12.23", default-features = false, features = ["stream", "rustls-tls"] }
|
||||||
tokio = "1.47.1"
|
tokio = "1.47.1"
|
||||||
futures-util = { version = "0.3.31", features = ["io"] }
|
futures-util = { version = "0.3.31", features = ["io"] }
|
||||||
tauri-plugin-decorum = "1.1.1"
|
tauri-plugin-decorum = "1.1.1"
|
||||||
tauri-plugin-fs = "2.4.1"
|
tauri-plugin-fs = "2.4.2"
|
||||||
zip = "4.3.0"
|
zip = "4.5.0"
|
||||||
libc = "0.2.174"
|
libc = "0.2.175"
|
||||||
tauri-plugin-dialog = "2.3.2"
|
tauri-plugin-dialog = "2.3.3"
|
||||||
tauri-plugin-notification = "2.3.0"
|
tauri-plugin-notification = "2.3.1"
|
||||||
sysinfo = "0.36.1"
|
sysinfo = "0.37.0"
|
||||||
|
|
||||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||||
tauri-plugin-single-instance = "2.3.2"
|
tauri-plugin-single-instance = "2.3.3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user