chore: all packages update latest version

This commit is contained in:
xiaoxian521
2021-09-09 10:51:29 +08:00
parent 173575687d
commit 03955f7470
16 changed files with 2391 additions and 337 deletions

9
.husky/common.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
command_exists () {
command -v "$1" >/dev/null 2>&1
}
# Workaround for Windows 10, Git Bash and Yarn
if command_exists winpty && test -t 1; then
exec < /dev/tty
fi