chore: Update wrdu-keyboard to version 3.0.0

This commit is contained in:
PandaDEV 2025-01-02 14:54:47 +10:00
parent 25f7b116f6
commit 6656af8ab1
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
4 changed files with 7 additions and 4 deletions

View file

@ -20,9 +20,12 @@
"sass-embedded": "1.83.0",
"uuid": "11.0.3",
"vue": "3.5.13",
"wrdu-keyboard": "1.1.1"
"wrdu-keyboard": "3.0.0"
},
"overrides": {
"chokidar": "^3.6.0"
},
"patchedDependencies": {
"wrdu-keyboard@3.0.0": "patches/wrdu-keyboard@3.0.0.patch"
}
}

2
src-tauri/Cargo.lock generated
View file

@ -4054,7 +4054,7 @@ dependencies = [
[[package]]
name = "qopy"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"active-win-pos-rs",
"applications",

View file

@ -1,6 +1,6 @@
[package]
name = "qopy"
version = "0.3.3"
version = "0.3.4"
description = "Qopy"
authors = ["pandadev"]
edition = "2021"

View file

@ -1,6 +1,6 @@
{
"productName": "Qopy",
"version": "0.3.3",
"version": "0.3.4",
"identifier": "net.pandadev.qopy",
"build": {
"frontendDist": "../dist",