Skip to content

Commit 52bf669

Browse files
committed
fix(deps): update wrdu-keyboard to version 3.2.0 and add parking_lot dependency
1 parent 0980b95 commit 52bf669

File tree

4 files changed

+3
-194
lines changed

4 files changed

+3
-194
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
"sass-embedded": "1.83.1",
2121
"uuid": "11.0.5",
2222
"vue": "3.5.13",
23-
"wrdu-keyboard": "^3.1.0"
23+
"wrdu-keyboard": "3.2.0"
2424
},
2525
"overrides": {
2626
"chokidar": "^3.6.0"
27-
},
28-
"patchedDependencies": {
29-
"wrdu-keyboard@3.1.0": "patches/wrdu-keyboard@3.1.0.patch"
3027
}
3128
}

patches/wrdu-keyboard@3.1.0.patch

-190
This file was deleted.

src-tauri/Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ include_dir = "0.7.4"
4848
# hyperpolyglot = { git = "https://github.com/0pandadev/hyperpolyglot" }
4949
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "dev" }
5050
meta_fetcher = "0.1.1"
51+
parking_lot = "0.12.3"
5152

5253
[features]
5354
custom-protocol = ["tauri/custom-protocol"]

0 commit comments

Comments
 (0)