From 28b3ff93228b345671d915b2321660dacf50041c Mon Sep 17 00:00:00 2001 From: ZhaoBin <413853119@qq.com> Date: Thu, 19 Sep 2024 21:36:17 +0800 Subject: [PATCH] feat: add birpc, hookable and perfect-debounce (#281) Dependencies of @vue/devtools-kit. https://github.com/vuejs/devtools-next/blob/7891be1eb0f00594ebdf5f9f7b3a1a6e4fbc9154/packages/devtools-kit/package.json#L32-L35 ## Summary by CodeRabbit - **New Features** - Introduced new dependencies to enhance application capabilities: `birpc`, `hookable`, and `perfect-debounce`. --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 2c7014f..1e48e9c 100644 --- a/package.json +++ b/package.json @@ -18617,6 +18617,15 @@ }, "lowcode-simple-table": { "version": "*" + }, + "birpc": { + "version": "*" + }, + "hookable": { + "version": "*" + }, + "perfect-debounce": { + "version": "*" } } }