Update package-name-regex (#505)

This commit is contained in:
Lachlan Collins
2023-12-04 07:14:00 +09:00
committed by GitHub
parent 10e6105442
commit 383e983bfd
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import { z } from 'zod';
import packageNameRegex from 'package-name-regex';
import { packageNameRegex } from 'package-name-regex';
export const componentsSchema = z.array(
z.object({