From 639c53a4f3b84129d7f55952aa0f131d1d37679d Mon Sep 17 00:00:00 2001 From: Pascal Jufer <pascal-jufer@bluewin.ch> Date: Tue, 17 Sep 2024 10:34:21 +0200 Subject: [PATCH] feat(presets): add vueuse monorepo (#31440) --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 3d7e8b5707..4198629f79 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -525,6 +525,7 @@ "vue": ["https://github.com/vuejs/vue", "https://github.com/vuejs/core"], "vue-cli": "https://github.com/vuejs/vue-cli", "vuepress": "https://github.com/vuejs/vuepress", + "vueuse": "https://github.com/vueuse/vueuse", "weasel": "https://github.com/JasperFx/weasel", "web3-react": "https://github.com/Uniswap/web3-react", "webdriverio": "https://github.com/webdriverio/webdriverio", -- GitLab