mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-20 12:54:05 +02:00
chore: Update wrdu-keyboard to version 3.0.0
This commit is contained in:
parent
25f7b116f6
commit
6656af8ab1
4 changed files with 7 additions and 4 deletions
|
@ -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
2
src-tauri/Cargo.lock
generated
|
@ -4054,7 +4054,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "qopy"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
dependencies = [
|
||||
"active-win-pos-rs",
|
||||
"applications",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "qopy"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
description = "Qopy"
|
||||
authors = ["pandadev"]
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"productName": "Qopy",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"identifier": "net.pandadev.qopy",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue