From c5284663fe3c7ece359a6f5f50a3a125c72955df Mon Sep 17 00:00:00 2001 From: Raphael Strotz <17022099+Xzelsius@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:43:14 +0200 Subject: [PATCH 1/2] feat(presets): add monorepo weasel --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index e8a742905530b4..5f3f022c19b7a4 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -517,6 +517,7 @@ const repoGroups = { 'vue-cli': 'https://github.com/vuejs/vue-cli', vuepress: 'https://github.com/vuejs/vuepress', 'web3-react': 'https://github.com/Uniswap/web3-react', + weasel: 'https://github.com/JasperFx/weasel', webdriverio: 'https://github.com/webdriverio/webdriverio', wolverine: 'https://github.com/jasperfx/wolverine', workbox: 'https://github.com/googlechrome/workbox', From 5d890110b55eb9f09f0bc486bdd801e9759b867f Mon Sep 17 00:00:00 2001 From: Raphael Strotz <17022099+Xzelsius@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:14:43 +0200 Subject: [PATCH 2/2] fix: order --- lib/config/presets/internal/monorepo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 5f3f022c19b7a4..0319655e23a7ab 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -516,8 +516,8 @@ const repoGroups = { 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', - 'web3-react': 'https://github.com/Uniswap/web3-react', weasel: 'https://github.com/JasperFx/weasel', + 'web3-react': 'https://github.com/Uniswap/web3-react', webdriverio: 'https://github.com/webdriverio/webdriverio', wolverine: 'https://github.com/jasperfx/wolverine', workbox: 'https://github.com/googlechrome/workbox',