Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlifeng committed Nov 14, 2024
1 parent 5b221b3 commit 8565f00
Show file tree
Hide file tree
Showing 5 changed files with 2,048 additions and 2,527 deletions.
12 changes: 0 additions & 12 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ call_lefthook()
elif test -f "$dir/node_modules/lefthook/bin/index.js"
then
"$dir/node_modules/lefthook/bin/index.js" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook"
then
"$dir/Wox.UI.React/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/@evilmartians/lefthook/bin/lefthook-${osArch}-${cpuArch}/lefthook"
then
"$dir/Wox.UI.React/node_modules/@evilmartians/lefthook/bin/lefthook-${osArch}-${cpuArch}/lefthook" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/@evilmartians/lefthook-installer/bin/lefthook"
then
"$dir/Wox.UI.React/node_modules/@evilmartians/lefthook-installer/bin/lefthook" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/lefthook/bin/index.js"
then
"$dir/Wox.UI.React/node_modules/lefthook/bin/index.js" "$@"
elif test -f "$dir/Wox/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook"
then
"$dir/Wox/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook" "$@"
Expand Down
12 changes: 0 additions & 12 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ call_lefthook()
elif test -f "$dir/node_modules/lefthook/bin/index.js"
then
"$dir/node_modules/lefthook/bin/index.js" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook"
then
"$dir/Wox.UI.React/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/@evilmartians/lefthook/bin/lefthook-${osArch}-${cpuArch}/lefthook"
then
"$dir/Wox.UI.React/node_modules/@evilmartians/lefthook/bin/lefthook-${osArch}-${cpuArch}/lefthook" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/@evilmartians/lefthook-installer/bin/lefthook"
then
"$dir/Wox.UI.React/node_modules/@evilmartians/lefthook-installer/bin/lefthook" "$@"
elif test -f "$dir/Wox.UI.React/node_modules/lefthook/bin/index.js"
then
"$dir/Wox.UI.React/node_modules/lefthook/bin/index.js" "$@"
elif test -f "$dir/Wox/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook"
then
"$dir/Wox/node_modules/lefthook-${osArch}-${cpuArch}/bin/lefthook" "$@"
Expand Down
4 changes: 2 additions & 2 deletions Wox.Plugin.Host.Nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@wox-launcher/wox-plugin": "^0.0.82",
"dayjs": "^1.11.9",
"dayjs": "^1.11.13",
"promise-deferred": "^2.0.4",
"winston": "^3.10.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.14.1"
},
Expand Down
Loading

0 comments on commit 8565f00

Please sign in to comment.