From 46ccf1667359d8b884d9994e1116bbb935c5a243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E5=8D=93=E7=9D=BF?= Date: Mon, 5 Dec 2022 15:05:13 +0800 Subject: [PATCH] add:debug --- .idea/.gitignore | 5 +++++ .idea/es5-imcompatible-versions.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ package.json | 6 ++++++ 5 files changed, 37 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/es5-imcompatible-versions.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/es5-imcompatible-versions.iml b/.idea/es5-imcompatible-versions.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/es5-imcompatible-versions.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6c15384 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 5fff2c3..23dc24a 100644 --- a/package.json +++ b/package.json @@ -545,6 +545,12 @@ "version": "1.5.0", "reason": "https://github.com/soldair/node-qrcode/blob/f08fd572d7cca92c8b9d71b24cebccf61663d4a6/lib/core/byte-data.js#L22" } + }, + "@use-gesture/react": { + "10.2.20": { + "version": "10.2.20", + "reason": "https://github.com/pmndrs/use-gesture/blob/main/packages/react/src/useRecognizers.ts#L21" + } } } }