mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +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",
|
"sass-embedded": "1.83.0",
|
||||||
"uuid": "11.0.3",
|
"uuid": "11.0.3",
|
||||||
"vue": "3.5.13",
|
"vue": "3.5.13",
|
||||||
"wrdu-keyboard": "1.1.1"
|
"wrdu-keyboard": "3.0.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"chokidar": "^3.6.0"
|
"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]]
|
[[package]]
|
||||||
name = "qopy"
|
name = "qopy"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"active-win-pos-rs",
|
"active-win-pos-rs",
|
||||||
"applications",
|
"applications",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "qopy"
|
name = "qopy"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
description = "Qopy"
|
description = "Qopy"
|
||||||
authors = ["pandadev"]
|
authors = ["pandadev"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"productName": "Qopy",
|
"productName": "Qopy",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"identifier": "net.pandadev.qopy",
|
"identifier": "net.pandadev.qopy",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue