feat(presets): add visx monorepo (#25751)

This commit is contained in:
Alexander Kachkaev 2023-11-14 09:32:36 +00:00 committed by GitHub
parent b633f2c3cb
commit c0e690a11c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -456,6 +456,7 @@ const repoGroups = {
unocss: 'https://github.com/unocss/unocss', unocss: 'https://github.com/unocss/unocss',
uppy: 'https://github.com/transloadit/uppy', uppy: 'https://github.com/transloadit/uppy',
vaadinWebComponents: 'https://github.com/vaadin/web-components', vaadinWebComponents: 'https://github.com/vaadin/web-components',
visx: 'https://github.com/airbnb/visx',
vitest: 'https://github.com/vitest-dev/vitest', vitest: 'https://github.com/vitest-dev/vitest',
vstest: 'https://github.com/microsoft/vstest', vstest: 'https://github.com/microsoft/vstest',
vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'], vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'],