Skip to content

Commit

Permalink
Update package-name-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Dec 2, 2023
1 parent 1fa2b80 commit e779448
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"itemsjs": "^2.1.20",
"lint-staged": "^13.2.3",
"mdsvex": "^0.11.0",
"package-name-regex": "^3.0.0",
"package-name-regex": "^3.1.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"rehype-slug": "^5.1.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/schemas.js
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit e779448

Please sign in to comment.